Html Css Color HEX #EE9AD4 Lavender Rose

📋 copy color: '#EE9AD4'

red 238 ◦ green 154 ◦ blue 212

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

Shades of Lavender Rose #EE9AD4

Tints of Lavender Rose #EE9AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.1%

R = 39.4%
G = 25.5%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE9AD4 (or 0xEE9AD4) is known color: Lavender Rose. HEX triplet: EE, 9A and D4. RGB value is (238,154,212). Sum of RGB (Red+Green+Blue) = 238+154+212=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9AD4 is #11652B. Grayscale: #B9B9B9. Windows color (decimal): -1140012 or 13933294. OLE color: 13933294.

HSL color Cylindrical-coordinate representation of color #EE9AD4: hue angle of 318.57º 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 #EE9AD4 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 154 212 -
CMYK 0 0.35 0.11 0.07
HSL 318.57º 0.71% 0.77% -
HSV(B) 318.57º 0.35% 0.93% -
XYZ 58.7 46.04 68.08 -
YUV 185.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 238 154 212 0 0.35 0.11 0.07 318.57 0.71 0.77
Hex EE 9A D4 0 23 B 7 13F 47 4D
Octal 356 232 324 0 43 13 7 477 107 115
Binary 11101110 10011010 11010100 0 100011 1011 111 100111111 1000111 1001101

Color Harmonies of #EE9AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9AD4

Black with #EE9AD4

Text Example


Text Example

White with #EE9AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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