Shades of Cupid #ECAEC7
Tints of Cupid #ECAEC7
RGB
CMYK
RGB Variations
Color information
#ECAEC7 (or 0xECAEC7) is known color: Cupid. HEX triplet: EC, AE and C7. RGB value is (236,174,199). Sum of RGB (Red+Green+Blue) = 236+174+199=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEC7 is #135138. Grayscale: #C3C3C3. Windows color (decimal): -1265977 or 13086444. OLE color: 13086444.
HSL color Cylindrical-coordinate representation of color #ECAEC7: hue angle of 335.81º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAEC7 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 199 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.07 |
| HSL | 335.81º | 0.62% | 0.8% | - |
| HSV(B) | 335.81º | 0.26% | 0.93% | - |
| XYZ | 60.04 | 52.23 | 60.95 | - |
| YUV | 195.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 199 | 0 | 0.26 | 0.16 | 0.07 | 335.81 | 0.62 | 0.8 |
| Hex | EC | AE | C7 | 0 | 1A | 10 | 7 | 150 | 3E | 50 |
| Octal | 354 | 256 | 307 | 0 | 32 | 20 | 7 | 520 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11000111 | 0 | 11010 | 10000 | 111 | 101010000 | 111110 | 1010000 |
Color Harmonies of #ECAEC7
Complementary color
Monochromatic Colors of #ECAEC7
Black with #ECAEC7
Text Example
Text Example
White with #ECAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEC7; }
p { color: rgb(236,174,199); }
H1.HeaderClassName
{
color: #ECAEC7;
}
.AnyTagClassName
{
color: #ECAEC7;
}
</style>
background-color css
<style>
a { background-color: #ECAEC7; }
a { background-color: rgb(236,174,199); }
div.DivClassName
{
background-color: #ECAEC7;
}
.BgClassName
{
background-color: #ECAEC7;
}
</style>
border-color css
<style>
span { border-color: #ECAEC7; }
span { border-color: rgb(236,174,199); }
td.TdClassName
{
border-color: #ECAEC7;
}
.TagClassName
{
border-color: #ECAEC7;
}
</style>