Shades of Cupid #EDA6BF
Tints of Cupid #EDA6BF
RGB
CMYK
RGB Variations
Color information
#EDA6BF (or 0xEDA6BF) is known color: Cupid. HEX triplet: ED, A6 and BF. RGB value is (237,166,191). Sum of RGB (Red+Green+Blue) = 237+166+191=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6BF is #125940. Grayscale: #BEBEBE. Windows color (decimal): -1202497 or 12560109. OLE color: 12560109.
HSL color Cylindrical-coordinate representation of color #EDA6BF: hue angle of 338.87º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6BF is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 191 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.07 |
| HSL | 338.87º | 0.66% | 0.79% | - |
| HSV(B) | 338.87º | 0.3% | 0.93% | - |
| XYZ | 57.97 | 49.04 | 55.7 | - |
| YUV | 190.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 191 | 0 | 0.30 | 0.19 | 0.07 | 338.87 | 0.66 | 0.79 |
| Hex | ED | A6 | BF | 0 | 1E | 13 | 7 | 153 | 42 | 4F |
| Octal | 355 | 246 | 277 | 0 | 36 | 23 | 7 | 523 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10111111 | 0 | 11110 | 10011 | 111 | 101010011 | 1000010 | 1001111 |
Color Harmonies of #EDA6BF
Complementary color
Monochromatic Colors of #EDA6BF
Black with #EDA6BF
Text Example
Text Example
White with #EDA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6BF; }
p { color: rgb(237,166,191); }
H1.HeaderClassName
{
color: #EDA6BF;
}
.AnyTagClassName
{
color: #EDA6BF;
}
</style>
background-color css
<style>
a { background-color: #EDA6BF; }
a { background-color: rgb(237,166,191); }
div.DivClassName
{
background-color: #EDA6BF;
}
.BgClassName
{
background-color: #EDA6BF;
}
</style>
border-color css
<style>
span { border-color: #EDA6BF; }
span { border-color: rgb(237,166,191); }
td.TdClassName
{
border-color: #EDA6BF;
}
.TagClassName
{
border-color: #EDA6BF;
}
</style>