#EACCE0

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

Shades of Classic Rose #EACCE0

Tints of Classic Rose #EACCE0

Color information

#EACCE0 (or 0xEACCE0) is unknown color: approx Classic Rose. HEX triplet: EA, CC and E0. RGB value is (234,204,224). Sum of RGB (Red+Green+Blue) = 234+204+224=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCE0 is #15331F. Grayscale: #D7D7D7. Windows color (decimal): -1389344 or 14732522. OLE color: 14732522.

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

Color convert

RGB234204224-
CMYK00.130.040.08
HSL320º41.67%85.88%-
HSV(B)320º12.82%91.76%-
XYZ68.9866.0679.64-
YUV215.25132.94141.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 224 (87.89% from 255) = 33.84%
R=35.35%
G=30.82%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420422400.130.040.0832041.6785.88
HexEACCE00D481402a56
Octal35231434001541050052126
Binary1110101011001100111000000110110010001010000001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCE0; }

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

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

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

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

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

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

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

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