#EAC9DB

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

Shades of Classic Rose #EAC9DB

Tints of Classic Rose #EAC9DB

Color information

#EAC9DB (or 0xEAC9DB) is unknown color: approx Classic Rose. HEX triplet: EA, C9 and DB. RGB value is (234,201,219). Sum of RGB (Red+Green+Blue) = 234+201+219=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9DB is #153624. Grayscale: #D4D4D4. Windows color (decimal): -1390117 or 14404074. OLE color: 14404074.

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

Color convert

RGB234201219-
CMYK00.140.060.08
HSL327.27º44%85.29%-
HSV(B)327.27º14.1%91.76%-
XYZ67.664.3875.88-
YUV212.92131.43143.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 201 (78.91% from 255) = 30.73%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=35.78%
G=30.73%
B=33.49%

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
Decimal23420121900.140.060.08327.274485.29
HexEAC9DB0E681472c55
Octal35231133301661050754125
Binary1110101011001001110110110111011010001010001111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9DB; }

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

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

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

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

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

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

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

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