#EAC8DA

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

Shades of Classic Rose #EAC8DA

Tints of Classic Rose #EAC8DA

Color information

#EAC8DA (or 0xEAC8DA) is unknown color: approx Classic Rose. HEX triplet: EA, C8 and DA. RGB value is (234,200,218). Sum of RGB (Red+Green+Blue) = 234+200+218=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8DA is #153725. Grayscale: #D4D4D4. Windows color (decimal): -1390374 or 14338282. OLE color: 14338282.

HSL color Cylindrical-coordinate representation of color #EAC8DA: hue angle of 328.24º 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 #EAC8DA is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234200218-
CMYK00.150.070.08
HSL328.24º44.74%85.1%-
HSV(B)328.24º14.53%91.76%-
XYZ67.2463.8675.11-
YUV212.22131.26143.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 200 (78.52% from 255) = 30.67%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=35.89%
G=30.67%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420021800.150.070.08328.2444.7485.1
HexEAC8DA0F781482d55
Octal35231033201771051055125
Binary1110101011001000110110100111111110001010010001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8DA; }

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

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

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

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

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

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

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

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