Shades of Cupid #ECADC6
Tints of Cupid #ECADC6
RGB
CMYK
RGB Variations
Color information
#ECADC6 (or 0xECADC6) is known color: Cupid. HEX triplet: EC, AD and C6. RGB value is (236,173,198). Sum of RGB (Red+Green+Blue) = 236+173+198=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADC6 is #135239. Grayscale: #C2C2C2. Windows color (decimal): -1266234 or 13020652. OLE color: 13020652.
HSL color Cylindrical-coordinate representation of color #ECADC6: hue angle of 336.19º 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 #ECADC6 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 173 | 198 | - |
CMYK | 0 | 0.27 | 0.16 | 0.07 |
HSL | 336.19º | 0.62% | 0.8% | - |
HSV(B) | 336.19º | 0.27% | 0.93% | - |
XYZ | 59.73 | 51.8 | 60.28 | - |
YUV | 194.69 | 129.87 | 157.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 173 | 198 | 0 | 0.27 | 0.16 | 0.07 | 336.19 | 0.62 | 0.8 |
Hex | EC | AD | C6 | 0 | 1B | 10 | 7 | 150 | 3E | 50 |
Octal | 354 | 255 | 306 | 0 | 33 | 20 | 7 | 520 | 76 | 120 |
Binary | 11101100 | 10101101 | 11000110 | 0 | 11011 | 10000 | 111 | 101010000 | 111110 | 1010000 |
Color Harmonies of #ECADC6
Complementary color
Monochromatic Colors of #ECADC6
Black with #ECADC6
Text Example
Text Example
White with #ECADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADC6; }
p { color: rgb(236,173,198); }
H1.HeaderClassName
{
color: #ECADC6;
}
.AnyTagClassName
{
color: #ECADC6;
}
</style>
background-color css
<style>
a { background-color: #ECADC6; }
a { background-color: rgb(236,173,198); }
div.DivClassName
{
background-color: #ECADC6;
}
.BgClassName
{
background-color: #ECADC6;
}
</style>
border-color css
<style>
span { border-color: #ECADC6; }
span { border-color: rgb(236,173,198); }
td.TdClassName
{
border-color: #ECADC6;
}
.TagClassName
{
border-color: #ECADC6;
}
</style>