Html Css Color HEX #E996D5 Lavender Rose

📋 copy color: '#E996D5'

red 233 ◦ green 150 ◦ blue 213

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

Shades of Lavender Rose #E996D5

Tints of Lavender Rose #E996D5

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 value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E996D5 (or 0xE996D5) is known color: 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

RGB 233 150 213 -
CMYK 0 0.36 0.09 0.09
HSL 314.46º 0.65% 0.75% -
HSV(B) 314.46º 0.36% 0.91% -
XYZ 56.52 43.94 68.45 -
YUV 182 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 233 150 213 0 0.36 0.09 0.09 314.46 0.65 0.75
Hex E9 96 D5 0 24 9 9 13A 41 4B
Octal 351 226 325 0 44 11 11 472 101 113
Binary 11101001 10010110 11010101 0 100100 1001 1001 100111010 1000001 1001011

Color Harmonies of #E996D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996D5

Black with #E996D5

Text Example


Text Example

White with #E996D5

Text Example


Text Example

HTML Codes & Css Web 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>