#EEAEE5

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

Shades of Lavender Rose #EEAEE5

Tints of Lavender Rose #EEAEE5

Color information

#EEAEE5 (or 0xEEAEE5) is unknown color: approx Lavender Rose. HEX triplet: EE, AE and E5. RGB value is (238,174,229). Sum of RGB (Red+Green+Blue) = 238+174+229=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEE5 is #11511A. Grayscale: #C7C7C7. Windows color (decimal): -1134875 or 15052526. OLE color: 15052526.

HSL color Cylindrical-coordinate representation of color #EEAEE5: hue angle of 308.44º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAEE5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB238174229-
CMYK00.270.040.07
HSL308.44º65.31%80.78%-
HSV(B)308.44º26.89%93.33%-
XYZ64.5454.1181.17-
YUV199.41144.7155.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=37.13%
G=27.15%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817422900.270.040.07308.4465.3180.78
HexEEAEE501B471344151
Octal35625634503347464101121
Binary11101110101011101110010101101110011110011010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEE5; }

 p { color: rgb(238,174,229); }

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

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

 a { background-color: rgb(238,174,229); }

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

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

 span { border-color: rgb(238,174,229); }

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