Shades of Pale Rose #ECCACE
Tints of Pale Rose #ECCACE
RGB
CMYK
RGB Variations
Color information
#ECCACE (or 0xECCACE) is known color: Pale Rose. HEX triplet: EC, CA and CE. RGB value is (236,202,206). Sum of RGB (Red+Green+Blue) = 236+202+206=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACE is #133531. Grayscale: #D4D4D4. Windows color (decimal): -1258802 or 13552364. OLE color: 13552364.
HSL color Cylindrical-coordinate representation of color #ECCACE: hue angle of 352.94º 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 #ECCACE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 206 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.07 |
| HSL | 352.94º | 0.47% | 0.86% | - |
| HSV(B) | 352.94º | 0.14% | 0.93% | - |
| XYZ | 66.85 | 64.53 | 67.32 | - |
| YUV | 212.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 206 | 0 | 0.14 | 0.13 | 0.07 | 352.94 | 0.47 | 0.86 |
| Hex | EC | CA | CE | 0 | E | D | 7 | 161 | 2F | 56 |
| Octal | 354 | 312 | 316 | 0 | 16 | 15 | 7 | 541 | 57 | 126 |
| Binary | 11101100 | 11001010 | 11001110 | 0 | 1110 | 1101 | 111 | 101100001 | 101111 | 1010110 |
Color Harmonies of #ECCACE
Complementary color
Monochromatic Colors of #ECCACE
Black with #ECCACE
Text Example
Text Example
White with #ECCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCACE; }
p { color: rgb(236,202,206); }
H1.HeaderClassName
{
color: #ECCACE;
}
.AnyTagClassName
{
color: #ECCACE;
}
</style>
background-color css
<style>
a { background-color: #ECCACE; }
a { background-color: rgb(236,202,206); }
div.DivClassName
{
background-color: #ECCACE;
}
.BgClassName
{
background-color: #ECCACE;
}
</style>
border-color css
<style>
span { border-color: #ECCACE; }
span { border-color: rgb(236,202,206); }
td.TdClassName
{
border-color: #ECCACE;
}
.TagClassName
{
border-color: #ECCACE;
}
</style>