Shades of Cupid #ECAFC4
Tints of Cupid #ECAFC4
RGB
CMYK
RGB Variations
Color information
#ECAFC4 (or 0xECAFC4) is known color: Cupid. HEX triplet: EC, AF and C4. RGB value is (236,175,196). Sum of RGB (Red+Green+Blue) = 236+175+196=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFC4 is #13503B. Grayscale: #C3C3C3. Windows color (decimal): -1265724 or 12890092. OLE color: 12890092.
HSL color Cylindrical-coordinate representation of color #ECAFC4: hue angle of 339.34º 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 #ECAFC4 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 196 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.07 |
| HSL | 339.34º | 0.62% | 0.81% | - |
| HSV(B) | 339.34º | 0.26% | 0.93% | - |
| XYZ | 59.89 | 52.48 | 59.2 | - |
| YUV | 195.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 196 | 0 | 0.26 | 0.17 | 0.07 | 339.34 | 0.62 | 0.81 |
| Hex | EC | AF | C4 | 0 | 1A | 11 | 7 | 153 | 3E | 51 |
| Octal | 354 | 257 | 304 | 0 | 32 | 21 | 7 | 523 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11000100 | 0 | 11010 | 10001 | 111 | 101010011 | 111110 | 1010001 |
Color Harmonies of #ECAFC4
Complementary color
Monochromatic Colors of #ECAFC4
Black with #ECAFC4
Text Example
Text Example
White with #ECAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFC4; }
p { color: rgb(236,175,196); }
H1.HeaderClassName
{
color: #ECAFC4;
}
.AnyTagClassName
{
color: #ECAFC4;
}
</style>
background-color css
<style>
a { background-color: #ECAFC4; }
a { background-color: rgb(236,175,196); }
div.DivClassName
{
background-color: #ECAFC4;
}
.BgClassName
{
background-color: #ECAFC4;
}
</style>
border-color css
<style>
span { border-color: #ECAFC4; }
span { border-color: rgb(236,175,196); }
td.TdClassName
{
border-color: #ECAFC4;
}
.TagClassName
{
border-color: #ECAFC4;
}
</style>