#E996D6

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

Shades of Lavender Rose #E996D6

Tints of Lavender Rose #E996D6

Color information

#E996D6 (or 0xE996D6) is unknown color: approx Lavender Rose. HEX triplet: E9, 96 and D6. RGB value is (233,150,214). Sum of RGB (Red+Green+Blue) = 233+150+214=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E996D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996D6 is #166929. Grayscale: #B5B5B5. Windows color (decimal): -1468714 or 14063337. OLE color: 14063337.

HSL color Cylindrical-coordinate representation of color #E996D6: hue angle of 313.73º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996D6 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB233150214-
CMYK00.360.080.09
HSL313.73º65.35%75.1%-
HSV(B)313.73º35.62%91.37%-
XYZ56.6543.9969.12-
YUV182.11146164.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.03%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 214 (83.98% from 255) = 35.85%
R=39.03%
G=25.13%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315021400.360.080.09313.7365.3575.1
HexE996D60248913a414b
Octal3512263260441011472101113
Binary11101001100101101101011001001001000100110011101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996D6; }

 p { color: rgb(233,150,214); }

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

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

 a { background-color: rgb(233,150,214); }

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

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

 span { border-color: rgb(233,150,214); }

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