Html Css Color HEX #EE9FDD Lavender Rose

📋 copy color: '#EE9FDD'

red 238 ◦ green 159 ◦ blue 221

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

Shades of Lavender Rose #EE9FDD

Tints of Lavender Rose #EE9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.73%

 BLUE value IS 221 (86.72% from 255) = 35.76%

R = 38.51%
G = 25.73%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE9FDD (or 0xEE9FDD) is known color: Lavender Rose. HEX triplet: EE, 9F and DD. RGB value is (238,159,221). Sum of RGB (Red+Green+Blue) = 238+159+221=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FDD is #116022. Grayscale: #BDBDBD. Windows color (decimal): -1138723 or 14524398. OLE color: 14524398.

HSL color Cylindrical-coordinate representation of color #EE9FDD: hue angle of 312.91º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FDD is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 159 221 -
CMYK 0 0.33 0.07 0.07
HSL 312.91º 0.7% 0.78% -
HSV(B) 312.91º 0.33% 0.93% -
XYZ 60.71 48.19 74.51 -
YUV 189.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 238 159 221 0 0.33 0.07 0.07 312.91 0.7 0.78
Hex EE 9F DD 0 21 7 7 139 46 4E
Octal 356 237 335 0 41 7 7 471 106 116
Binary 11101110 10011111 11011101 0 100001 111 111 100111001 1000110 1001110

Color Harmonies of #EE9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9FDD

Black with #EE9FDD

Text Example


Text Example

White with #EE9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9FDD; }

 p { color: rgb(238,159,221); }

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

background-color css

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

 a { background-color: rgb(238,159,221); }

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

border-color css

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

 span { border-color: rgb(238,159,221); }

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