#EE9BD4

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

Shades of Lavender Rose #EE9BD4

Tints of Lavender Rose #EE9BD4

Color information

#EE9BD4 (or 0xEE9BD4) is unknown color: approx Lavender Rose. HEX triplet: EE, 9B and D4. RGB value is (238,155,212). Sum of RGB (Red+Green+Blue) = 238+155+212=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BD4 is #11642B. Grayscale: #BABABA. Windows color (decimal): -1139756 or 13933550. OLE color: 13933550.

HSL color Cylindrical-coordinate representation of color #EE9BD4: hue angle of 318.8º 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 #EE9BD4 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238155212-
CMYK00.350.110.07
HSL318.8º70.94%77.06%-
HSV(B)318.8º34.87%93.33%-
XYZ58.8646.3768.14-
YUV186.32142.5164.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=39.34%
G=25.62%
B=35.04%

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
Decimal23815521200.350.110.07318.870.9477.06
HexEE9BD4023B713f474d
Octal356233324043137477107115
Binary1110111010011011110101000100011101111110011111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BD4; }

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

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

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

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

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

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

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

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