#EACEE2

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

Shades of Classic Rose #EACEE2

Tints of Classic Rose #EACEE2

Color information

#EACEE2 (or 0xEACEE2) is unknown color: approx Classic Rose. HEX triplet: EA, CE and E2. RGB value is (234,206,226). Sum of RGB (Red+Green+Blue) = 234+206+226=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEE2 is #15311D. Grayscale: #D8D8D8. Windows color (decimal): -1388830 or 14864106. OLE color: 14864106.

HSL color Cylindrical-coordinate representation of color #EACEE2: hue angle of 317.14º 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 #EACEE2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234206226-
CMYK00.120.030.08
HSL317.14º40%86.27%-
HSV(B)317.14º11.97%91.76%-
XYZ69.7367.1381.23-
YUV216.65133.28140.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 206 (80.86% from 255) = 30.93%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=35.14%
G=30.93%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420622600.120.030.08317.144086.27
HexEACEE20C3813d2856
Octal35231634201431047550126
Binary111010101100111011100010011001110001001111011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEE2; }

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

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

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

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

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

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

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

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