#EEACE9

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

Shades of Lavender Rose #EEACE9

Tints of Lavender Rose #EEACE9

Color information

#EEACE9 (or 0xEEACE9) is unknown color: approx Lavender Rose. HEX triplet: EE, AC and E9. RGB value is (238,172,233). Sum of RGB (Red+Green+Blue) = 238+172+233=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACE9 is #115316. Grayscale: #C6C6C6. Windows color (decimal): -1135383 or 15314158. OLE color: 15314158.

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

Color convert

RGB238172233-
CMYK00.280.020.07
HSL304.55º66%80.39%-
HSV(B)304.55º27.73%93.33%-
XYZ64.7253.5784.02-
YUV198.69147.37156.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=37.01%
G=26.75%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817223300.280.020.07304.556680.39
HexEEACE901C271314250
Octal35625435103427461102120
Binary1110111010101100111010010111001011110011000110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACE9; }

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

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

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

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

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

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

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

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