COLOR #E38BBD

HEX: #E38BBD
RGB: (227,139,189)

Renk bilgisi

#E38BBD contains mainly red and blue colors. #E38BBD ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E38BBD color RGB value is (227,139,189).

  • kırmız ton 227;
  • yeşil ton 139;
  • mavi ton 189.
RGB:
(227,139,189)
(89%,55%,74%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 139 of 255 = 55%
B 189 of 255 = 74%

227
139
189

R + G + B ~ 73%. #E38BBD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 139 + 189 = 555 (100%)
R 227 of 555 ~ 40.9%
G 139 of 555 ~ 25.05%
B 189 of 555 ~ 34.05%

%40.9
%25.05
%34.05

CMYK RENK MODELİ

#E38BBD rengi CMYK tonu (0,39,17,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.77%
  • sarı tonu 16.74%
  • ana renk tonu 10.98%
CMYK:
(0,39,17,11)
C0M39Y17K11 
(0%,39%,17%,11%)
(0.00/0.39/0.17/0.11)	

CMYK yüzdeleri

%0
%38.77
%16.74
%10.98

Codes

Color #E38BBD in popluar color models

E38BBD
RGB227139189
HSL326°61.11%71.76%
HSB/HSV326°38.77%89.02%
CMYK0.00%38.77%16.74%
10.98%

Color #E38BBD in popluar number systems.

HEXE38BBD
Decimal227139189
Binary111000111000101110111101
Octal343213275

Shades and tints

Shades of #E38BBD

#E38BBD
(227,139,189)
#CF7FAC
(207,127,172)
#BB739B
(187,115,155)
#A7678A
(167,103,138)
#935B79
(147,91,121)
#7F4F68
(127,79,104)
#6B4357
(107,67,87)
#573746
(87,55,70)
#432B35
(67,43,53)
#2F1F24
(47,31,36)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #E38BBD

#E38BBD
(227,139,189)
#E595C3
(229,149,195)
#E79FC9
(231,159,201)
#E9A9CF
(233,169,207)
#EBB3D5
(235,179,213)
#EDBDDB
(237,189,219)
#EFC7E1
(239,199,225)
#F1D1E7
(241,209,231)
#F3DBED
(243,219,237)
#F5E5F3
(245,229,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38BBD color. Also use rgb(227,139,189) instead hex code.

Text Font Color

.myTextColor { color: #E38BBD; }

<p style="color:#E38BBD">This sample text font color is #E38BBD.</p>

This text font color is #E38BBD.


Background Color

.myBgColor { background-color: #E38BBD; }

<div style="background-color:#E38BBD">Inner text</div>

This div background color is #E38BBD.


Border color

.myBorderColor { border: 1px solid #E38BBD; }

<div style="border:3px solid #E38BBD">Div</div>

This div border color is #E38BBD.


Opacity

.myOpacity80 { color: #E38BBD; opacity: 0.8; }

<p style="color:#E38BBD;opacity:0.8;">80%</p>

Text with #E38BBD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E38BBD;}

<p style="text-shadow: 3px 3px 1px #E38BBD">Text here.</p>

This text has shadow with #E38BBD color.

.textShadow {text-shadow: 3px 3px 1px #E38BBD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E38BBD, 5px 5px 20px red">Text here.</p>

This text has shadow with #E38BBD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E38BBD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E38BBD, Direction=45, Strength=4)">Text</p>

This text has shadow with #E38BBD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E38BBD;
  -webkit-box-shadow:	1px 1px 3px 2px #E38BBD;
  box-shadow:		1px 1px 3px 2px #E38BBD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E38BBD;
-webkit-box-shadow: 1px 1px 3px 2px #E38BBD;
box-shadow:1px 1px 3px 2px #E38BBD;">
Div content here</div>
This div box has shadow with color #E38BBD.

Preview

Color preview on black background

This text has color #E38BBD on black background.


Color preview on white background

This text has color #E38BBD on white background.



Black color preview on #E38BBD background

This text has black color on #E38BBD background.


White color preview on #E38BBD background

This text has white color on #E38BBD background.