#EE9BD3

Color #EE9BD3 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EE9BD3

Tints of Lavender Rose #EE9BD3

Color information

#EE9BD3 (or 0xEE9BD3) is unknown color: approx Lavender Rose. HEX triplet: EE, 9B and D3. RGB value is (238,155,211). Sum of RGB (Red+Green+Blue) = 238+155+211=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BD3 is #11642C. Grayscale: #BABABA. Windows color (decimal): -1139757 or 13868014. OLE color: 13868014.

HSL color Cylindrical-coordinate representation of color #EE9BD3: hue angle of 319.52º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BD3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238155211-
CMYK00.350.110.07
HSL319.52º70.94%77.06%-
HSV(B)319.52º34.87%93.33%-
XYZ58.7446.3267.47-
YUV186.2142164.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 155 (60.94% from 255) = 25.66%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=39.40%
G=25.66%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815521100.350.110.07319.5270.9477.06
HexEE9BD3023B7140474d
Octal356233323043137500107115
Binary1110111010011011110100110100011101111110100000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BD3; }

 p { color: rgb(238,155,211); }

 H1.HeaderClassName
 {
   color: #EE9BD3;
 }
 .AnyTagClassName
 {
   color: #EE9BD3;
 }
</style>
background-color css

<style>
 a { background-color: #EE9BD3; }

 a { background-color: rgb(238,155,211); }

 div.DivClassName
 {
   background-color: #EE9BD3;
 }
 .BgClassName
 {
   background-color: #EE9BD3;
 }
</style>
border-color css

<style>
 span { border-color: #EE9BD3; }

 span { border-color: rgb(238,155,211); }

 td.TdClassName
 {
   border-color: #EE9BD3;
 }
 .TagClassName
 {
   border-color: #EE9BD3;
 }
</style>