Shades of Cupid #EDA8B8
Tints of Cupid #EDA8B8
RGB
CMYK
RGB Variations
Color information
#EDA8B8 (or 0xEDA8B8) is known color: Cupid. HEX triplet: ED, A8 and B8. RGB value is (237,168,184). Sum of RGB (Red+Green+Blue) = 237+168+184=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8B8 is #125747. Grayscale: #BEBEBE. Windows color (decimal): -1201992 or 12101869. OLE color: 12101869.
HSL color Cylindrical-coordinate representation of color #EDA8B8: hue angle of 346.09º 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 #EDA8B8 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 184 | - |
CMYK | 0 | 0.29 | 0.22 | 0.07 |
HSL | 346.09º | 0.66% | 0.79% | - |
HSV(B) | 346.09º | 0.29% | 0.93% | - |
XYZ | 57.58 | 49.47 | 51.86 | - |
YUV | 190.46 | 124.36 | 161.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 184 | 0 | 0.29 | 0.22 | 0.07 | 346.09 | 0.66 | 0.79 |
Hex | ED | A8 | B8 | 0 | 1D | 16 | 7 | 15A | 42 | 4F |
Octal | 355 | 250 | 270 | 0 | 35 | 26 | 7 | 532 | 102 | 117 |
Binary | 11101101 | 10101000 | 10111000 | 0 | 11101 | 10110 | 111 | 101011010 | 1000010 | 1001111 |
Color Harmonies of #EDA8B8
Complementary color
Monochromatic Colors of #EDA8B8
Black with #EDA8B8
Text Example
Text Example
White with #EDA8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8B8; }
p { color: rgb(237,168,184); }
H1.HeaderClassName
{
color: #EDA8B8;
}
.AnyTagClassName
{
color: #EDA8B8;
}
</style>
background-color css
<style>
a { background-color: #EDA8B8; }
a { background-color: rgb(237,168,184); }
div.DivClassName
{
background-color: #EDA8B8;
}
.BgClassName
{
background-color: #EDA8B8;
}
</style>
border-color css
<style>
span { border-color: #EDA8B8; }
span { border-color: rgb(237,168,184); }
td.TdClassName
{
border-color: #EDA8B8;
}
.TagClassName
{
border-color: #EDA8B8;
}
</style>