#E99CD2

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

Shades of Lavender Rose #E99CD2

Tints of Lavender Rose #E99CD2

Color information

#E99CD2 (or 0xE99CD2) is unknown color: approx Lavender Rose. HEX triplet: E9, 9C and D2. RGB value is (233,156,210). Sum of RGB (Red+Green+Blue) = 233+156+210=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99CD2 is #16632D. Grayscale: #B9B9B9. Windows color (decimal): -1467182 or 13802729. OLE color: 13802729.

HSL color Cylindrical-coordinate representation of color #E99CD2: hue angle of 317.92º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99CD2 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233156210-
CMYK00.330.100.09
HSL317.92º63.64%76.27%-
HSV(B)317.92º33.05%91.37%-
XYZ57.1345.7566.79-
YUV185.18142.01162.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.90%
GREEN value IS 156 (61.33% from 255) = 26.04%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=38.90%
G=26.04%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315621000.330.100.09317.9263.6476.27
HexE99CD2021A913e404c
Octal3512343220411211476100114
Binary11101001100111001101001001000011010100110011111010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99CD2; }

 p { color: rgb(233,156,210); }

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

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

 a { background-color: rgb(233,156,210); }

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

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

 span { border-color: rgb(233,156,210); }

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