#EAC8DB

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

Shades of Classic Rose #EAC8DB

Tints of Classic Rose #EAC8DB

Color information

#EAC8DB (or 0xEAC8DB) is unknown color: approx Classic Rose. HEX triplet: EA, C8 and DB. RGB value is (234,200,219). Sum of RGB (Red+Green+Blue) = 234+200+219=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8DB is #153724. Grayscale: #D4D4D4. Windows color (decimal): -1390373 or 14403818. OLE color: 14403818.

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

Color convert

RGB234200219-
CMYK00.150.060.08
HSL326.47º44.74%85.1%-
HSV(B)326.47º14.53%91.76%-
XYZ67.3763.9275.8-
YUV212.33131.76143.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=35.83%
G=30.63%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420021900.150.060.08326.4744.7485.1
HexEAC8DB0F681462d55
Octal35231033301761050655125
Binary1110101011001000110110110111111010001010001101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8DB; }

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

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

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

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

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

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

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

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