#EEACE0

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

Shades of Lavender Rose #EEACE0

Tints of Lavender Rose #EEACE0

Color information

#EEACE0 (or 0xEEACE0) is unknown color: approx Lavender Rose. HEX triplet: EE, AC and E0. RGB value is (238,172,224). Sum of RGB (Red+Green+Blue) = 238+172+224=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACE0 is #11531F. Grayscale: #C5C5C5. Windows color (decimal): -1135392 or 14724334. OLE color: 14724334.

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

Color convert

RGB238172224-
CMYK00.280.060.07
HSL312.73º66%80.39%-
HSV(B)312.73º27.73%93.33%-
XYZ63.4753.0677.42-
YUV197.66142.87156.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 172 (67.58% from 255) = 27.13%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=37.54%
G=27.13%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817222400.280.060.07312.736680.39
HexEEACE001C671394250
Octal35625434003467471102120
Binary11101110101011001110000001110011011110011100110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACE0; }

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

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

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

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

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

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

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

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