Html Css Color HEX #EE9ADD Lavender Rose

📋 copy color: '#EE9ADD'

red 238 ◦ green 154 ◦ blue 221

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

Shades of Lavender Rose #EE9ADD

Tints of Lavender Rose #EE9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.12%

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

R = 38.83%
G = 25.12%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE9ADD (or 0xEE9ADD) is known color: Lavender Rose. HEX triplet: EE, 9A and DD. RGB value is (238,154,221). Sum of RGB (Red+Green+Blue) = 238+154+221=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ADD is #116522. Grayscale: #BABABA. Windows color (decimal): -1140003 or 14523118. OLE color: 14523118.

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

Color convert

RGB 238 154 221 -
CMYK 0 0.35 0.07 0.07
HSL 312.14º 0.71% 0.77% -
HSV(B) 312.14º 0.35% 0.93% -
XYZ 59.87 46.51 74.23 -
YUV 186.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 238 154 221 0 0.35 0.07 0.07 312.14 0.71 0.77
Hex EE 9A DD 0 23 7 7 138 47 4D
Octal 356 232 335 0 43 7 7 470 107 115
Binary 11101110 10011010 11011101 0 100011 111 111 100111000 1000111 1001101

Color Harmonies of #EE9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9ADD

Black with #EE9ADD

Text Example


Text Example

White with #EE9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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