Shades of Cupid #ECAFC2
Tints of Cupid #ECAFC2
RGB
CMYK
RGB Variations
Color information
#ECAFC2 (or 0xECAFC2) is known color: Cupid. HEX triplet: EC, AF and C2. RGB value is (236,175,194). Sum of RGB (Red+Green+Blue) = 236+175+194=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFC2 is #13503D. Grayscale: #C3C3C3. Windows color (decimal): -1265726 or 12759020. OLE color: 12759020.
HSL color Cylindrical-coordinate representation of color #ECAFC2: hue angle of 341.31º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFC2 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 194 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.07 |
| HSL | 341.31º | 0.62% | 0.81% | - |
| HSV(B) | 341.31º | 0.26% | 0.93% | - |
| XYZ | 59.66 | 52.39 | 58.01 | - |
| YUV | 195.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 194 | 0 | 0.26 | 0.18 | 0.07 | 341.31 | 0.62 | 0.81 |
| Hex | EC | AF | C2 | 0 | 1A | 12 | 7 | 155 | 3E | 51 |
| Octal | 354 | 257 | 302 | 0 | 32 | 22 | 7 | 525 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11000010 | 0 | 11010 | 10010 | 111 | 101010101 | 111110 | 1010001 |
Color Harmonies of #ECAFC2
Complementary color
Monochromatic Colors of #ECAFC2
Black with #ECAFC2
Text Example
Text Example
White with #ECAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFC2; }
p { color: rgb(236,175,194); }
H1.HeaderClassName
{
color: #ECAFC2;
}
.AnyTagClassName
{
color: #ECAFC2;
}
</style>
background-color css
<style>
a { background-color: #ECAFC2; }
a { background-color: rgb(236,175,194); }
div.DivClassName
{
background-color: #ECAFC2;
}
.BgClassName
{
background-color: #ECAFC2;
}
</style>
border-color css
<style>
span { border-color: #ECAFC2; }
span { border-color: rgb(236,175,194); }
td.TdClassName
{
border-color: #ECAFC2;
}
.TagClassName
{
border-color: #ECAFC2;
}
</style>