#EAC7DA

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

Shades of Classic Rose #EAC7DA

Tints of Classic Rose #EAC7DA

Color information

#EAC7DA (or 0xEAC7DA) is unknown color: approx Classic Rose. HEX triplet: EA, C7 and DA. RGB value is (234,199,218). Sum of RGB (Red+Green+Blue) = 234+199+218=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7DA is #153825. Grayscale: #D3D3D3. Windows color (decimal): -1390630 or 14338026. OLE color: 14338026.

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

Color convert

RGB234199218-
CMYK00.150.070.08
HSL327.43º45.45%84.9%-
HSV(B)327.43º14.96%91.76%-
XYZ67.0163.475.04-
YUV211.63131.6143.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 199 (78.12% from 255) = 30.57%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=35.94%
G=30.57%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419921800.150.070.08327.4345.4584.9
HexEAC7DA0F781472d55
Octal35230733201771050755125
Binary1110101011000111110110100111111110001010001111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7DA; }

 p { color: rgb(234,199,218); }

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

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

 a { background-color: rgb(234,199,218); }

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

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

 span { border-color: rgb(234,199,218); }

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