#E996D5

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

Shades of Lavender Rose #E996D5

Tints of Lavender Rose #E996D5

Color information

#E996D5 (or 0xE996D5) is unknown color: approx Lavender Rose. HEX triplet: E9, 96 and D5. RGB value is (233,150,213). Sum of RGB (Red+Green+Blue) = 233+150+213=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E996D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996D5 is #16692A. Grayscale: #B5B5B5. Windows color (decimal): -1468715 or 13997801. OLE color: 13997801.

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

Color convert

RGB233150213-
CMYK00.360.090.09
HSL314.46º65.35%75.1%-
HSV(B)314.46º35.62%91.37%-
XYZ56.5243.9468.45-
YUV182145.5164.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.09%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=39.09%
G=25.17%
B=35.74%

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
Decimal23315021300.360.090.09314.4665.3575.1
HexE996D50249913a414b
Octal3512263250441111472101113
Binary11101001100101101101010101001001001100110011101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E996D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E996D5; }

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

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

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

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

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

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

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

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