#EAC2DC

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

Shades of Classic Rose #EAC2DC

Tints of Classic Rose #EAC2DC

Color information

#EAC2DC (or 0xEAC2DC) is unknown color: approx Classic Rose. HEX triplet: EA, C2 and DC. RGB value is (234,194,220). Sum of RGB (Red+Green+Blue) = 234+194+220=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2DC is #153D23. Grayscale: #D0D0D0. Windows color (decimal): -1391908 or 14467818. OLE color: 14467818.

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

Color convert

RGB234194220-
CMYK00.170.060.08
HSL321º48.78%83.92%-
HSV(B)321º17.09%91.76%-
XYZ66.1461.2476.05-
YUV208.92134.25145.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 194 (76.17% from 255) = 29.94%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=36.11%
G=29.94%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419422000.170.060.0832148.7883.92
HexEAC2DC011681413154
Octal35230233402161050161124
Binary11101010110000101101110001000111010001010000011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2DC; }

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

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

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

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

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

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

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

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