Shades of Classic Rose #ECC9E2
Tints of Classic Rose #ECC9E2
RGB
CMYK
RGB Variations
Color information
#ECC9E2 (or 0xECC9E2) is known color: Classic Rose. HEX triplet: EC, C9 and E2. RGB value is (236,201,226). Sum of RGB (Red+Green+Blue) = 236+201+226=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9E2 is #13361D. Grayscale: #D6D6D6. Windows color (decimal): -1259038 or 14862828. OLE color: 14862828.
HSL color Cylindrical-coordinate representation of color #ECC9E2: hue angle of 317.14º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC9E2 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 201 | 226 | - |
CMYK | 0 | 0.15 | 0.04 | 0.07 |
HSL | 317.14º | 0.48% | 0.86% | - |
HSV(B) | 317.14º | 0.15% | 0.93% | - |
XYZ | 69.21 | 65.1 | 80.87 | - |
YUV | 214.32 | 134.6 | 143.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 201 | 226 | 0 | 0.15 | 0.04 | 0.07 | 317.14 | 0.48 | 0.86 |
Hex | EC | C9 | E2 | 0 | F | 4 | 7 | 13D | 30 | 56 |
Octal | 354 | 311 | 342 | 0 | 17 | 4 | 7 | 475 | 60 | 126 |
Binary | 11101100 | 11001001 | 11100010 | 0 | 1111 | 100 | 111 | 100111101 | 110000 | 1010110 |
Color Harmonies of #ECC9E2
Complementary color
Monochromatic Colors of #ECC9E2
Black with #ECC9E2
Text Example
Text Example
White with #ECC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC9E2; }
p { color: rgb(236,201,226); }
H1.HeaderClassName
{
color: #ECC9E2;
}
.AnyTagClassName
{
color: #ECC9E2;
}
</style>
background-color css
<style>
a { background-color: #ECC9E2; }
a { background-color: rgb(236,201,226); }
div.DivClassName
{
background-color: #ECC9E2;
}
.BgClassName
{
background-color: #ECC9E2;
}
</style>
border-color css
<style>
span { border-color: #ECC9E2; }
span { border-color: rgb(236,201,226); }
td.TdClassName
{
border-color: #ECC9E2;
}
.TagClassName
{
border-color: #ECC9E2;
}
</style>