#ECCAE2

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

Shades of Classic Rose #ECCAE2

Tints of Classic Rose #ECCAE2

Color information

#ECCAE2 (or 0xECCAE2) is unknown color: approx Classic Rose. HEX triplet: EC, CA and E2. RGB value is (236,202,226). Sum of RGB (Red+Green+Blue) = 236+202+226=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAE2 is #13351D. Grayscale: #D6D6D6. Windows color (decimal): -1258782 or 14863084. OLE color: 14863084.

HSL color Cylindrical-coordinate representation of color #ECCAE2: hue angle of 317.65º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAE2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236202226-
CMYK00.140.040.07
HSL317.65º47.22%85.88%-
HSV(B)317.65º14.41%92.55%-
XYZ69.4465.5680.95-
YUV214.9134.26143.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=35.54%
G=30.42%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620222600.140.040.07317.6547.2285.88
HexECCAE20E4713e2f56
Octal3543123420164747657126
Binary111011001100101011100010011101001111001111101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAE2; }

 p { color: rgb(236,202,226); }

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

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

 a { background-color: rgb(236,202,226); }

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

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

 span { border-color: rgb(236,202,226); }

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