Html Css Color HEX #E996D2 Lavender Rose

📋 copy color: '#E996D2'

red 233 ◦ green 150 ◦ blue 210

#E996D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #E996D2

Tints of Lavender Rose #E996D2

RGB

 RED value IS 233 (91.41% from 255) = 39.29%

 GREEN value IS 150 (58.98% from 255) = 25.3%

 BLUE value IS 210 (82.42% from 255) = 35.41%

R = 39.29%
G = 25.3%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E996D2 (or 0xE996D2) is known color: Lavender Rose. HEX triplet: E9, 96 and D2. RGB value is (233,150,210). Sum of RGB (Red+Green+Blue) = 233+150+210=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E996D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996D2 is #16692D. Grayscale: #B5B5B5. Windows color (decimal): -1468718 or 13801193. OLE color: 13801193.

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

Color convert

RGB 233 150 210 -
CMYK 0 0.36 0.10 0.09
HSL 316.63º 0.65% 0.75% -
HSV(B) 316.63º 0.36% 0.91% -
XYZ 56.14 43.79 66.47 -
YUV 181.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 233 150 210 0 0.36 0.10 0.09 316.63 0.65 0.75
Hex E9 96 D2 0 24 A 9 13D 41 4B
Octal 351 226 322 0 44 12 11 475 101 113
Binary 11101001 10010110 11010010 0 100100 1010 1001 100111101 1000001 1001011

Color Harmonies of #E996D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996D2

Black with #E996D2

Text Example


Text Example

White with #E996D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996D2; }

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

 H1.HeaderClassName
 {
   color: #E996D2;
 }
 .AnyTagClassName
 {
   color: #E996D2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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