Shades of Cupid #ECADC4
Tints of Cupid #ECADC4
RGB
CMYK
RGB Variations
Color information
#ECADC4 (or 0xECADC4) is known color: Cupid. HEX triplet: EC, AD and C4. RGB value is (236,173,196). Sum of RGB (Red+Green+Blue) = 236+173+196=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADC4 is #13523B. Grayscale: #C2C2C2. Windows color (decimal): -1266236 or 12889580. OLE color: 12889580.
HSL color Cylindrical-coordinate representation of color #ECADC4: hue angle of 338.1º degrees, saturation: 0.62, 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 #ECADC4 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 196 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.07 |
| HSL | 338.1º | 0.62% | 0.8% | - |
| HSV(B) | 338.1º | 0.27% | 0.93% | - |
| XYZ | 59.5 | 51.71 | 59.07 | - |
| YUV | 194.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 196 | 0 | 0.27 | 0.17 | 0.07 | 338.1 | 0.62 | 0.8 |
| Hex | EC | AD | C4 | 0 | 1B | 11 | 7 | 152 | 3E | 50 |
| Octal | 354 | 255 | 304 | 0 | 33 | 21 | 7 | 522 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11000100 | 0 | 11011 | 10001 | 111 | 101010010 | 111110 | 1010000 |
Color Harmonies of #ECADC4
Complementary color
Monochromatic Colors of #ECADC4
Black with #ECADC4
Text Example
Text Example
White with #ECADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADC4; }
p { color: rgb(236,173,196); }
H1.HeaderClassName
{
color: #ECADC4;
}
.AnyTagClassName
{
color: #ECADC4;
}
</style>
background-color css
<style>
a { background-color: #ECADC4; }
a { background-color: rgb(236,173,196); }
div.DivClassName
{
background-color: #ECADC4;
}
.BgClassName
{
background-color: #ECADC4;
}
</style>
border-color css
<style>
span { border-color: #ECADC4; }
span { border-color: rgb(236,173,196); }
td.TdClassName
{
border-color: #ECADC4;
}
.TagClassName
{
border-color: #ECADC4;
}
</style>