#E996D4

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

Shades of Lavender Rose #E996D4

Tints of Lavender Rose #E996D4

Color information

#E996D4 (or 0xE996D4) is unknown color: approx Lavender Rose. HEX triplet: E9, 96 and D4. RGB value is (233,150,212). Sum of RGB (Red+Green+Blue) = 233+150+212=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E996D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996D4 is #16692B. Grayscale: #B5B5B5. Windows color (decimal): -1468716 or 13932265. OLE color: 13932265.

HSL color Cylindrical-coordinate representation of color #E996D4: hue angle of 315.18º 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 #E996D4 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB233150212-
CMYK00.360.090.09
HSL315.18º65.35%75.1%-
HSV(B)315.18º35.62%91.37%-
XYZ56.3943.8967.79-
YUV181.88145164.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=39.16%
G=25.21%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315021200.360.090.09315.1865.3575.1
HexE996D40249913b414b
Octal3512263240441111473101113
Binary11101001100101101101010001001001001100110011101110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996D4; }

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

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

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

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

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

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

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

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