#EAC0DB

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

Shades of Classic Rose #EAC0DB

Tints of Classic Rose #EAC0DB

Color information

#EAC0DB (or 0xEAC0DB) is unknown color: approx Classic Rose. HEX triplet: EA, C0 and DB. RGB value is (234,192,219). Sum of RGB (Red+Green+Blue) = 234+192+219=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DB is #153F24. Grayscale: #CFCFCF. Windows color (decimal): -1392421 or 14401770. OLE color: 14401770.

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

Color convert

RGB234192219-
CMYK00.180.060.08
HSL321.43º50%83.53%-
HSV(B)321.43º17.95%91.76%-
XYZ65.5760.3175.2-
YUV207.64134.41146.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 192 (75.39% from 255) = 29.77%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=36.28%
G=29.77%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419221900.180.060.08321.435083.53
HexEAC0DB012681413254
Octal35230033302261050162124
Binary11101010110000001101101101001011010001010000011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0DB; }

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

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

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

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

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

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

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

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