#EAC9DC

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

Shades of Classic Rose #EAC9DC

Tints of Classic Rose #EAC9DC

Color information

#EAC9DC (or 0xEAC9DC) is unknown color: approx Classic Rose. HEX triplet: EA, C9 and DC. RGB value is (234,201,220). Sum of RGB (Red+Green+Blue) = 234+201+220=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9DC is #153623. Grayscale: #D4D4D4. Windows color (decimal): -1390116 or 14469610. OLE color: 14469610.

HSL color Cylindrical-coordinate representation of color #EAC9DC: hue angle of 325.45º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9DC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234201220-
CMYK00.140.060.08
HSL325.45º44%85.29%-
HSV(B)325.45º14.1%91.76%-
XYZ67.7464.4376.58-
YUV213.03131.93142.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 201 (78.91% from 255) = 30.69%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=35.73%
G=30.69%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420122000.140.060.08325.454485.29
HexEAC9DC0E681452c55
Octal35231133401661050554125
Binary1110101011001001110111000111011010001010001011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9DC; }

 p { color: rgb(234,201,220); }

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

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

 a { background-color: rgb(234,201,220); }

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

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

 span { border-color: rgb(234,201,220); }

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