#EAC9E0

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

Shades of Classic Rose #EAC9E0

Tints of Classic Rose #EAC9E0

Color information

#EAC9E0 (or 0xEAC9E0) is unknown color: approx Classic Rose. HEX triplet: EA, C9 and E0. RGB value is (234,201,224). Sum of RGB (Red+Green+Blue) = 234+201+224=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9E0 is #15361F. Grayscale: #D5D5D5. Windows color (decimal): -1390112 or 14731754. OLE color: 14731754.

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

Color convert

RGB234201224-
CMYK00.140.040.08
HSL318.18º44%85.29%-
HSV(B)318.18º14.1%91.76%-
XYZ68.2764.6579.4-
YUV213.49133.93142.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 201 (78.91% from 255) = 30.50%
BLUE value IS 224 (87.89% from 255) = 33.99%
R=35.51%
G=30.50%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420122400.140.040.08318.184485.29
HexEAC9E00E4813e2c55
Octal35231134001641047654125
Binary1110101011001001111000000111010010001001111101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9E0; }

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

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

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

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

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

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

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

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