#EEAAE0

Color #EEAAE0 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EEAAE0

Tints of Lavender Rose #EEAAE0

Color information

#EEAAE0 (or 0xEEAAE0) is unknown color: approx Lavender Rose. HEX triplet: EE, AA and E0. RGB value is (238,170,224). Sum of RGB (Red+Green+Blue) = 238+170+224=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAE0 is #11551F. Grayscale: #C4C4C4. Windows color (decimal): -1135904 or 14723822. OLE color: 14723822.

HSL color Cylindrical-coordinate representation of color #EEAAE0: hue angle of 312.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAAE0 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238170224-
CMYK00.290.060.07
HSL312.35º66.67%80%-
HSV(B)312.35º28.57%93.33%-
XYZ63.0952.3177.29-
YUV196.49143.53157.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 170 (66.80% from 255) = 26.90%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=37.66%
G=26.90%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817022400.290.060.07312.3566.6780
HexEEAAE001D671384350
Octal35625234003567470103120
Binary11101110101010101110000001110111011110011100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAE0; }

 p { color: rgb(238,170,224); }

 H1.HeaderClassName
 {
   color: #EEAAE0;
 }
 .AnyTagClassName
 {
   color: #EEAAE0;
 }
</style>
background-color css

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

 a { background-color: rgb(238,170,224); }

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

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

 span { border-color: rgb(238,170,224); }

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