Shades of Cupid #ECAEC5
Tints of Cupid #ECAEC5
RGB
CMYK
RGB Variations
Color information
#ECAEC5 (or 0xECAEC5) is known color: Cupid. HEX triplet: EC, AE and C5. RGB value is (236,174,197). Sum of RGB (Red+Green+Blue) = 236+174+197=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAEC5 is #13513A. Grayscale: #C3C3C3. Windows color (decimal): -1265979 or 12955372. OLE color: 12955372.
HSL color Cylindrical-coordinate representation of color #ECAEC5: hue angle of 337.74º 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 #ECAEC5 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 174 | 197 | - |
CMYK | 0 | 0.26 | 0.17 | 0.07 |
HSL | 337.74º | 0.62% | 0.8% | - |
HSV(B) | 337.74º | 0.26% | 0.93% | - |
XYZ | 59.81 | 52.14 | 59.73 | - |
YUV | 195.16 | 129.04 | 157.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 174 | 197 | 0 | 0.26 | 0.17 | 0.07 | 337.74 | 0.62 | 0.8 |
Hex | EC | AE | C5 | 0 | 1A | 11 | 7 | 152 | 3E | 50 |
Octal | 354 | 256 | 305 | 0 | 32 | 21 | 7 | 522 | 76 | 120 |
Binary | 11101100 | 10101110 | 11000101 | 0 | 11010 | 10001 | 111 | 101010010 | 111110 | 1010000 |
Color Harmonies of #ECAEC5
Complementary color
Monochromatic Colors of #ECAEC5
Black with #ECAEC5
Text Example
Text Example
White with #ECAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEC5; }
p { color: rgb(236,174,197); }
H1.HeaderClassName
{
color: #ECAEC5;
}
.AnyTagClassName
{
color: #ECAEC5;
}
</style>
background-color css
<style>
a { background-color: #ECAEC5; }
a { background-color: rgb(236,174,197); }
div.DivClassName
{
background-color: #ECAEC5;
}
.BgClassName
{
background-color: #ECAEC5;
}
</style>
border-color css
<style>
span { border-color: #ECAEC5; }
span { border-color: rgb(236,174,197); }
td.TdClassName
{
border-color: #ECAEC5;
}
.TagClassName
{
border-color: #ECAEC5;
}
</style>