#EACADA

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

Shades of Classic Rose #EACADA

Tints of Classic Rose #EACADA

Color information

#EACADA (or 0xEACADA) is unknown color: approx Classic Rose. HEX triplet: EA, CA and DA. RGB value is (234,202,218). Sum of RGB (Red+Green+Blue) = 234+202+218=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EACADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACADA is #153525. Grayscale: #D5D5D5. Windows color (decimal): -1389862 or 14338794. OLE color: 14338794.

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

Color convert

RGB234202218-
CMYK00.140.070.08
HSL330º43.24%85.49%-
HSV(B)330º13.68%91.76%-
XYZ67.7164.875.27-
YUV213.39130.6142.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=35.78%
G=30.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420221800.140.070.0833043.2485.49
HexEACADA0E7814a2b55
Octal35231233201671051253125
Binary1110101011001010110110100111011110001010010101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACADA; }

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

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

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

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

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

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

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

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