Shades of Cupid #EDAFC2
Tints of Cupid #EDAFC2
RGB
CMYK
RGB Variations
Color information
#EDAFC2 (or 0xEDAFC2) is known color: Cupid. HEX triplet: ED, AF and C2. RGB value is (237,175,194). Sum of RGB (Red+Green+Blue) = 237+175+194=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFC2 is #12503D. Grayscale: #C3C3C3. Windows color (decimal): -1200190 or 12759021. OLE color: 12759021.
HSL color Cylindrical-coordinate representation of color #EDAFC2: hue angle of 341.61º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFC2 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 194 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.07 |
| HSL | 341.61º | 0.63% | 0.81% | - |
| HSV(B) | 341.61º | 0.26% | 0.93% | - |
| XYZ | 59.99 | 52.56 | 58.02 | - |
| YUV | 195.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 194 | 0 | 0.26 | 0.18 | 0.07 | 341.61 | 0.63 | 0.81 |
| Hex | ED | AF | C2 | 0 | 1A | 12 | 7 | 156 | 3F | 51 |
| Octal | 355 | 257 | 302 | 0 | 32 | 22 | 7 | 526 | 77 | 121 |
| Binary | 11101101 | 10101111 | 11000010 | 0 | 11010 | 10010 | 111 | 101010110 | 111111 | 1010001 |
Color Harmonies of #EDAFC2
Complementary color
Monochromatic Colors of #EDAFC2
Black with #EDAFC2
Text Example
Text Example
White with #EDAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFC2; }
p { color: rgb(237,175,194); }
H1.HeaderClassName
{
color: #EDAFC2;
}
.AnyTagClassName
{
color: #EDAFC2;
}
</style>
background-color css
<style>
a { background-color: #EDAFC2; }
a { background-color: rgb(237,175,194); }
div.DivClassName
{
background-color: #EDAFC2;
}
.BgClassName
{
background-color: #EDAFC2;
}
</style>
border-color css
<style>
span { border-color: #EDAFC2; }
span { border-color: rgb(237,175,194); }
td.TdClassName
{
border-color: #EDAFC2;
}
.TagClassName
{
border-color: #EDAFC2;
}
</style>