Shades of Classic Rose #ECCBE2
Tints of Classic Rose #ECCBE2
RGB
CMYK
RGB Variations
Color information
#ECCBE2 (or 0xECCBE2) is known color: Classic Rose. HEX triplet: EC, CB and E2. RGB value is (236,203,226). Sum of RGB (Red+Green+Blue) = 236+203+226=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBE2 is #13341D. Grayscale: #D7D7D7. Windows color (decimal): -1258526 or 14863340. OLE color: 14863340.
HSL color Cylindrical-coordinate representation of color #ECCBE2: hue angle of 318.18º degrees, saturation: 0.46, 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 #ECCBE2 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 203 | 226 | - |
CMYK | 0 | 0.14 | 0.04 | 0.07 |
HSL | 318.18º | 0.46% | 0.86% | - |
HSV(B) | 318.18º | 0.14% | 0.93% | - |
XYZ | 69.68 | 66.04 | 81.03 | - |
YUV | 215.49 | 133.93 | 142.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 203 | 226 | 0 | 0.14 | 0.04 | 0.07 | 318.18 | 0.46 | 0.86 |
Hex | EC | CB | E2 | 0 | E | 4 | 7 | 13E | 2E | 56 |
Octal | 354 | 313 | 342 | 0 | 16 | 4 | 7 | 476 | 56 | 126 |
Binary | 11101100 | 11001011 | 11100010 | 0 | 1110 | 100 | 111 | 100111110 | 101110 | 1010110 |
Color Harmonies of #ECCBE2
Complementary color
Monochromatic Colors of #ECCBE2
Black with #ECCBE2
Text Example
Text Example
White with #ECCBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBE2; }
p { color: rgb(236,203,226); }
H1.HeaderClassName
{
color: #ECCBE2;
}
.AnyTagClassName
{
color: #ECCBE2;
}
</style>
background-color css
<style>
a { background-color: #ECCBE2; }
a { background-color: rgb(236,203,226); }
div.DivClassName
{
background-color: #ECCBE2;
}
.BgClassName
{
background-color: #ECCBE2;
}
</style>
border-color css
<style>
span { border-color: #ECCBE2; }
span { border-color: rgb(236,203,226); }
td.TdClassName
{
border-color: #ECCBE2;
}
.TagClassName
{
border-color: #ECCBE2;
}
</style>