#EAC2DB

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

Shades of Classic Rose #EAC2DB

Tints of Classic Rose #EAC2DB

Color information

#EAC2DB (or 0xEAC2DB) is unknown color: approx Classic Rose. HEX triplet: EA, C2 and DB. RGB value is (234,194,219). Sum of RGB (Red+Green+Blue) = 234+194+219=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2DB is #153D24. Grayscale: #D0D0D0. Windows color (decimal): -1391909 or 14402282. OLE color: 14402282.

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

Color convert

RGB234194219-
CMYK00.170.060.08
HSL322.5º48.78%83.92%-
HSV(B)322.5º17.09%91.76%-
XYZ66.0161.1975.35-
YUV208.81133.75145.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 219 (85.94% from 255) = 33.85%
R=36.17%
G=29.98%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419421900.170.060.08322.548.7883.92
HexEAC2DB011681423154
Octal35230233302161050261124
Binary11101010110000101101101101000111010001010000101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2DB; }

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

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

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

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

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

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

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

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