#EAC8DF

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

Shades of Classic Rose #EAC8DF

Tints of Classic Rose #EAC8DF

Color information

#EAC8DF (or 0xEAC8DF) is unknown color: approx Classic Rose. HEX triplet: EA, C8 and DF. RGB value is (234,200,223). Sum of RGB (Red+Green+Blue) = 234+200+223=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8DF is #153720. Grayscale: #D4D4D4. Windows color (decimal): -1390369 or 14665962. OLE color: 14665962.

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

Color convert

RGB234200223-
CMYK00.150.050.08
HSL319.41º44.74%85.1%-
HSV(B)319.41º14.53%91.76%-
XYZ67.9164.1378.61-
YUV212.79133.76143.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=35.62%
G=30.44%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420022300.150.050.08319.4144.7485.1
HexEAC8DF0F5813f2d55
Octal35231033701751047755125
Binary1110101011001000110111110111110110001001111111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8DF; }

 p { color: rgb(234,200,223); }

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

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

 a { background-color: rgb(234,200,223); }

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

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

 span { border-color: rgb(234,200,223); }

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