#EAC5DE

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

Shades of Classic Rose #EAC5DE

Tints of Classic Rose #EAC5DE

Color information

#EAC5DE (or 0xEAC5DE) is unknown color: approx Classic Rose. HEX triplet: EA, C5 and DE. RGB value is (234,197,222). Sum of RGB (Red+Green+Blue) = 234+197+222=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5DE is #153A21. Grayscale: #D2D2D2. Windows color (decimal): -1391138 or 14599658. OLE color: 14599658.

HSL color Cylindrical-coordinate representation of color #EAC5DE: hue angle of 319.46º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC5DE is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234197222-
CMYK00.160.050.08
HSL319.46º46.84%84.51%-
HSV(B)319.46º15.81%91.76%-
XYZ67.0862.777.67-
YUV210.91134.26144.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=35.83%
G=30.17%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419722200.160.050.08319.4646.8484.51
HexEAC5DE0105813f2f55
Octal35230533602051047757125
Binary11101010110001011101111001000010110001001111111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5DE; }

 p { color: rgb(234,197,222); }

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

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

 a { background-color: rgb(234,197,222); }

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

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

 span { border-color: rgb(234,197,222); }

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