Html Css Color HEX #EE96D1 Lavender Rose

📋 copy color: '#EE96D1'

red 238 ◦ green 150 ◦ blue 209

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

Shades of Lavender Rose #EE96D1

Tints of Lavender Rose #EE96D1

RGB

 RED value IS 238 (93.36% from 255) = 39.87%

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

 BLUE value IS 209 (82.03% from 255) = 35.01%

R = 39.87%
G = 25.13%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE96D1 (or 0xEE96D1) is known color: Lavender Rose. HEX triplet: EE, 96 and D1. RGB value is (238,150,209). Sum of RGB (Red+Green+Blue) = 238+150+209=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96D1 is #11692E. Grayscale: #B6B6B6. Windows color (decimal): -1141039 or 13735662. OLE color: 13735662.

HSL color Cylindrical-coordinate representation of color #EE96D1: hue angle of 319.77º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96D1 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 150 209 -
CMYK 0 0.37 0.12 0.07
HSL 319.77º 0.72% 0.76% -
HSV(B) 319.77º 0.37% 0.93% -
XYZ 57.67 44.59 65.89 -
YUV 183.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 238 150 209 0 0.37 0.12 0.07 319.77 0.72 0.76
Hex EE 96 D1 0 25 C 7 140 48 4C
Octal 356 226 321 0 45 14 7 500 110 114
Binary 11101110 10010110 11010001 0 100101 1100 111 101000000 1001000 1001100

Color Harmonies of #EE96D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96D1

Black with #EE96D1

Text Example


Text Example

White with #EE96D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96D1; }

 p { color: rgb(238,150,209); }

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

background-color css

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

 a { background-color: rgb(238,150,209); }

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

border-color css

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

 span { border-color: rgb(238,150,209); }

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