#EACEE0

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

Shades of Classic Rose #EACEE0

Tints of Classic Rose #EACEE0

Color information

#EACEE0 (or 0xEACEE0) is unknown color: approx Classic Rose. HEX triplet: EA, CE and E0. RGB value is (234,206,224). Sum of RGB (Red+Green+Blue) = 234+206+224=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEE0 is #15311F. Grayscale: #D8D8D8. Windows color (decimal): -1388832 or 14733034. OLE color: 14733034.

HSL color Cylindrical-coordinate representation of color #EACEE0: hue angle of 321.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACEE0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234206224-
CMYK00.120.040.08
HSL321.43º40%86.27%-
HSV(B)321.43º11.97%91.76%-
XYZ69.4667.0279.8-
YUV216.42132.28140.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=35.24%
G=31.02%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420622400.120.040.08321.434086.27
HexEACEE00C481412856
Octal35231634001441050150126
Binary1110101011001110111000000110010010001010000011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEE0; }

 p { color: rgb(234,206,224); }

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

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

 a { background-color: rgb(234,206,224); }

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

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

 span { border-color: rgb(234,206,224); }

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