#EEAAE4

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

Shades of Lavender Rose #EEAAE4

Tints of Lavender Rose #EEAAE4

Color information

#EEAAE4 (or 0xEEAAE4) is unknown color: approx Lavender Rose. HEX triplet: EE, AA and E4. RGB value is (238,170,228). Sum of RGB (Red+Green+Blue) = 238+170+228=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAE4 is #11551B. Grayscale: #C4C4C4. Windows color (decimal): -1135900 or 14985966. OLE color: 14985966.

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

Color convert

RGB238170228-
CMYK00.290.040.07
HSL308.82º66.67%80%-
HSV(B)308.82º28.57%93.33%-
XYZ63.6452.5380.18-
YUV196.94145.53157.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 170 (66.80% from 255) = 26.73%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=37.42%
G=26.73%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817022800.290.040.07308.8266.6780
HexEEAAE401D471354350
Octal35625234403547465103120
Binary11101110101010101110010001110110011110011010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAE4; }

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

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

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

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

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

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

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

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