Shades of Cupid #ECACC7
Tints of Cupid #ECACC7
RGB
CMYK
RGB Variations
Color information
#ECACC7 (or 0xECACC7) is known color: Cupid. HEX triplet: EC, AC and C7. RGB value is (236,172,199). Sum of RGB (Red+Green+Blue) = 236+172+199=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACC7 is #135338. Grayscale: #C2C2C2. Windows color (decimal): -1266489 or 13085932. OLE color: 13085932.
HSL color Cylindrical-coordinate representation of color #ECACC7: hue angle of 334.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACC7 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 199 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.07 |
| HSL | 334.69º | 0.63% | 0.8% | - |
| HSV(B) | 334.69º | 0.27% | 0.93% | - |
| XYZ | 59.65 | 51.46 | 60.82 | - |
| YUV | 194.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 199 | 0 | 0.27 | 0.16 | 0.07 | 334.69 | 0.63 | 0.8 |
| Hex | EC | AC | C7 | 0 | 1B | 10 | 7 | 14F | 3F | 50 |
| Octal | 354 | 254 | 307 | 0 | 33 | 20 | 7 | 517 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11000111 | 0 | 11011 | 10000 | 111 | 101001111 | 111111 | 1010000 |
Color Harmonies of #ECACC7
Complementary color
Monochromatic Colors of #ECACC7
Black with #ECACC7
Text Example
Text Example
White with #ECACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACC7; }
p { color: rgb(236,172,199); }
H1.HeaderClassName
{
color: #ECACC7;
}
.AnyTagClassName
{
color: #ECACC7;
}
</style>
background-color css
<style>
a { background-color: #ECACC7; }
a { background-color: rgb(236,172,199); }
div.DivClassName
{
background-color: #ECACC7;
}
.BgClassName
{
background-color: #ECACC7;
}
</style>
border-color css
<style>
span { border-color: #ECACC7; }
span { border-color: rgb(236,172,199); }
td.TdClassName
{
border-color: #ECACC7;
}
.TagClassName
{
border-color: #ECACC7;
}
</style>