Shades of Cupid #ECAEC1
Tints of Cupid #ECAEC1
RGB
CMYK
RGB Variations
Color information
#ECAEC1 (or 0xECAEC1) is known color: Cupid. HEX triplet: EC, AE and C1. RGB value is (236,174,193). Sum of RGB (Red+Green+Blue) = 236+174+193=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEC1 is #13513E. Grayscale: #C2C2C2. Windows color (decimal): -1265983 or 12693228. OLE color: 12693228.
HSL color Cylindrical-coordinate representation of color #ECAEC1: hue angle of 341.61º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAEC1 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 193 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.07 |
| HSL | 341.61º | 0.62% | 0.8% | - |
| HSV(B) | 341.61º | 0.26% | 0.93% | - |
| XYZ | 59.35 | 51.96 | 57.35 | - |
| YUV | 194.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 193 | 0 | 0.26 | 0.18 | 0.07 | 341.61 | 0.62 | 0.8 |
| Hex | EC | AE | C1 | 0 | 1A | 12 | 7 | 156 | 3E | 50 |
| Octal | 354 | 256 | 301 | 0 | 32 | 22 | 7 | 526 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11000001 | 0 | 11010 | 10010 | 111 | 101010110 | 111110 | 1010000 |
Color Harmonies of #ECAEC1
Complementary color
Monochromatic Colors of #ECAEC1
Black with #ECAEC1
Text Example
Text Example
White with #ECAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEC1; }
p { color: rgb(236,174,193); }
H1.HeaderClassName
{
color: #ECAEC1;
}
.AnyTagClassName
{
color: #ECAEC1;
}
</style>
background-color css
<style>
a { background-color: #ECAEC1; }
a { background-color: rgb(236,174,193); }
div.DivClassName
{
background-color: #ECAEC1;
}
.BgClassName
{
background-color: #ECAEC1;
}
</style>
border-color css
<style>
span { border-color: #ECAEC1; }
span { border-color: rgb(236,174,193); }
td.TdClassName
{
border-color: #ECAEC1;
}
.TagClassName
{
border-color: #ECAEC1;
}
</style>