#EEACE4

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

Shades of Lavender Rose #EEACE4

Tints of Lavender Rose #EEACE4

Color information

#EEACE4 (or 0xEEACE4) is unknown color: approx Lavender Rose. HEX triplet: EE, AC and E4. RGB value is (238,172,228). Sum of RGB (Red+Green+Blue) = 238+172+228=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACE4 is #11531B. Grayscale: #C5C5C5. Windows color (decimal): -1135388 or 14986478. OLE color: 14986478.

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

Color convert

RGB238172228-
CMYK00.280.040.07
HSL309.09º66%80.39%-
HSV(B)309.09º27.73%93.33%-
XYZ64.0253.2880.31-
YUV198.12144.87156.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=37.30%
G=26.96%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817222800.280.040.07309.096680.39
HexEEACE401C471354250
Octal35625434403447465102120
Binary11101110101011001110010001110010011110011010110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACE4; }

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

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

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

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

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

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

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

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