#EEAFE0

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

Shades of Lavender Rose #EEAFE0

Tints of Lavender Rose #EEAFE0

Color information

#EEAFE0 (or 0xEEAFE0) is unknown color: approx Lavender Rose. HEX triplet: EE, AF and E0. RGB value is (238,175,224). Sum of RGB (Red+Green+Blue) = 238+175+224=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFE0 is #11501F. Grayscale: #C7C7C7. Windows color (decimal): -1134624 or 14725102. OLE color: 14725102.

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

Color convert

RGB238175224-
CMYK00.260.060.07
HSL313.33º64.95%80.98%-
HSV(B)313.33º26.47%93.33%-
XYZ64.0454.2277.61-
YUV199.42141.87155.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=37.36%
G=27.47%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817522400.260.060.07313.3364.9580.98
HexEEAFE001A671394151
Octal35625734003267471101121
Binary11101110101011111110000001101011011110011100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFE0; }

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

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

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

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

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

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

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

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