#EAC0D9

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

Shades of Classic Rose #EAC0D9

Tints of Classic Rose #EAC0D9

Color information

#EAC0D9 (or 0xEAC0D9) is unknown color: approx Classic Rose. HEX triplet: EA, C0 and D9. RGB value is (234,192,217). Sum of RGB (Red+Green+Blue) = 234+192+217=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0D9 is #153F26. Grayscale: #CFCFCF. Windows color (decimal): -1392423 or 14270698. OLE color: 14270698.

HSL color Cylindrical-coordinate representation of color #EAC0D9: hue angle of 324.29º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC0D9 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234192217-
CMYK00.180.070.08
HSL324.29º50%83.53%-
HSV(B)324.29º17.95%91.76%-
XYZ65.3160.273.82-
YUV207.41133.41146.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 192 (75.39% from 255) = 29.86%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=36.39%
G=29.86%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419221700.180.070.08324.295083.53
HexEAC0D9012781443254
Octal35230033102271050462124
Binary11101010110000001101100101001011110001010001001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0D9; }

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

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

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

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

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

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

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

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