#EABCD9

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

Shades of Classic Rose #EABCD9

Tints of Classic Rose #EABCD9

Color information

#EABCD9 (or 0xEABCD9) is unknown color: approx Classic Rose. HEX triplet: EA, BC and D9. RGB value is (234,188,217). Sum of RGB (Red+Green+Blue) = 234+188+217=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCD9 is #154326. Grayscale: #CCCCCC. Windows color (decimal): -1393447 or 14269674. OLE color: 14269674.

HSL color Cylindrical-coordinate representation of color #EABCD9: hue angle of 322.17º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCD9 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234188217-
CMYK00.200.070.08
HSL322.17º52.27%82.75%-
HSV(B)322.17º19.66%91.76%-
XYZ64.4458.4773.53-
YUV205.06134.74148.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 217 (85.16% from 255) = 33.96%
R=36.62%
G=29.42%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418821700.200.070.08322.1752.2782.75
HexEABCD9014781423453
Octal35227433102471050264123
Binary11101010101111001101100101010011110001010000101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCD9; }

 p { color: rgb(234,188,217); }

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

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

 a { background-color: rgb(234,188,217); }

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

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

 span { border-color: rgb(234,188,217); }

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