Shades of Cupid #EDA8BD
Tints of Cupid #EDA8BD
RGB
CMYK
RGB Variations
Color information
#EDA8BD (or 0xEDA8BD) is known color: Cupid. HEX triplet: ED, A8 and BD. RGB value is (237,168,189). Sum of RGB (Red+Green+Blue) = 237+168+189=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8BD is #125742. Grayscale: #BFBFBF. Windows color (decimal): -1201987 or 12429549. OLE color: 12429549.
HSL color Cylindrical-coordinate representation of color #EDA8BD: hue angle of 341.74º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8BD is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 189 | - |
CMYK | 0 | 0.29 | 0.20 | 0.07 |
HSL | 341.74º | 0.66% | 0.79% | - |
HSV(B) | 341.74º | 0.29% | 0.93% | - |
XYZ | 58.11 | 49.68 | 54.67 | - |
YUV | 191.03 | 126.86 | 160.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 189 | 0 | 0.29 | 0.20 | 0.07 | 341.74 | 0.66 | 0.79 |
Hex | ED | A8 | BD | 0 | 1D | 14 | 7 | 156 | 42 | 4F |
Octal | 355 | 250 | 275 | 0 | 35 | 24 | 7 | 526 | 102 | 117 |
Binary | 11101101 | 10101000 | 10111101 | 0 | 11101 | 10100 | 111 | 101010110 | 1000010 | 1001111 |
Color Harmonies of #EDA8BD
Complementary color
Monochromatic Colors of #EDA8BD
Black with #EDA8BD
Text Example
Text Example
White with #EDA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8BD; }
p { color: rgb(237,168,189); }
H1.HeaderClassName
{
color: #EDA8BD;
}
.AnyTagClassName
{
color: #EDA8BD;
}
</style>
background-color css
<style>
a { background-color: #EDA8BD; }
a { background-color: rgb(237,168,189); }
div.DivClassName
{
background-color: #EDA8BD;
}
.BgClassName
{
background-color: #EDA8BD;
}
</style>
border-color css
<style>
span { border-color: #EDA8BD; }
span { border-color: rgb(237,168,189); }
td.TdClassName
{
border-color: #EDA8BD;
}
.TagClassName
{
border-color: #EDA8BD;
}
</style>