Shades of Cupid #ECADC3
Tints of Cupid #ECADC3
RGB
CMYK
RGB Variations
Color information
#ECADC3 (or 0xECADC3) is known color: Cupid. HEX triplet: EC, AD and C3. RGB value is (236,173,195). Sum of RGB (Red+Green+Blue) = 236+173+195=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADC3 is #13523C. Grayscale: #C2C2C2. Windows color (decimal): -1266237 or 12824044. OLE color: 12824044.
HSL color Cylindrical-coordinate representation of color #ECADC3: hue angle of 339.05º 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 #ECADC3 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 195 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.07 |
| HSL | 339.05º | 0.62% | 0.8% | - |
| HSV(B) | 339.05º | 0.27% | 0.93% | - |
| XYZ | 59.39 | 51.66 | 58.47 | - |
| YUV | 194.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 195 | 0 | 0.27 | 0.17 | 0.07 | 339.05 | 0.62 | 0.8 |
| Hex | EC | AD | C3 | 0 | 1B | 11 | 7 | 153 | 3E | 50 |
| Octal | 354 | 255 | 303 | 0 | 33 | 21 | 7 | 523 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11000011 | 0 | 11011 | 10001 | 111 | 101010011 | 111110 | 1010000 |
Color Harmonies of #ECADC3
Complementary color
Monochromatic Colors of #ECADC3
Black with #ECADC3
Text Example
Text Example
White with #ECADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADC3; }
p { color: rgb(236,173,195); }
H1.HeaderClassName
{
color: #ECADC3;
}
.AnyTagClassName
{
color: #ECADC3;
}
</style>
background-color css
<style>
a { background-color: #ECADC3; }
a { background-color: rgb(236,173,195); }
div.DivClassName
{
background-color: #ECADC3;
}
.BgClassName
{
background-color: #ECADC3;
}
</style>
border-color css
<style>
span { border-color: #ECADC3; }
span { border-color: rgb(236,173,195); }
td.TdClassName
{
border-color: #ECADC3;
}
.TagClassName
{
border-color: #ECADC3;
}
</style>