Shades of Cupid #EDAFBC
Tints of Cupid #EDAFBC
RGB
CMYK
RGB Variations
Color information
#EDAFBC (or 0xEDAFBC) is known color: Cupid. HEX triplet: ED, AF and BC. RGB value is (237,175,188). Sum of RGB (Red+Green+Blue) = 237+175+188=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFBC is #125043. Grayscale: #C3C3C3. Windows color (decimal): -1200196 or 12365805. OLE color: 12365805.
HSL color Cylindrical-coordinate representation of color #EDAFBC: hue angle of 347.42º 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 #EDAFBC is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 188 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.07 |
| HSL | 347.42º | 0.63% | 0.81% | - |
| HSV(B) | 347.42º | 0.26% | 0.93% | - |
| XYZ | 59.33 | 52.3 | 54.54 | - |
| YUV | 195.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 188 | 0 | 0.26 | 0.21 | 0.07 | 347.42 | 0.63 | 0.81 |
| Hex | ED | AF | BC | 0 | 1A | 15 | 7 | 15B | 3F | 51 |
| Octal | 355 | 257 | 274 | 0 | 32 | 25 | 7 | 533 | 77 | 121 |
| Binary | 11101101 | 10101111 | 10111100 | 0 | 11010 | 10101 | 111 | 101011011 | 111111 | 1010001 |
Color Harmonies of #EDAFBC
Complementary color
Monochromatic Colors of #EDAFBC
Black with #EDAFBC
Text Example
Text Example
White with #EDAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFBC; }
p { color: rgb(237,175,188); }
H1.HeaderClassName
{
color: #EDAFBC;
}
.AnyTagClassName
{
color: #EDAFBC;
}
</style>
background-color css
<style>
a { background-color: #EDAFBC; }
a { background-color: rgb(237,175,188); }
div.DivClassName
{
background-color: #EDAFBC;
}
.BgClassName
{
background-color: #EDAFBC;
}
</style>
border-color css
<style>
span { border-color: #EDAFBC; }
span { border-color: rgb(237,175,188); }
td.TdClassName
{
border-color: #EDAFBC;
}
.TagClassName
{
border-color: #EDAFBC;
}
</style>