Shades of Cupid #EDA8BC
Tints of Cupid #EDA8BC
RGB
CMYK
RGB Variations
Color information
#EDA8BC (or 0xEDA8BC) is known color: Cupid. HEX triplet: ED, A8 and BC. RGB value is (237,168,188). Sum of RGB (Red+Green+Blue) = 237+168+188=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8BC is #125743. Grayscale: #BEBEBE. Windows color (decimal): -1201988 or 12364013. OLE color: 12364013.
HSL color Cylindrical-coordinate representation of color #EDA8BC: hue angle of 342.61º 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 #EDA8BC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 188 | - |
CMYK | 0 | 0.29 | 0.21 | 0.07 |
HSL | 342.61º | 0.66% | 0.79% | - |
HSV(B) | 342.61º | 0.29% | 0.93% | - |
XYZ | 58 | 49.64 | 54.1 | - |
YUV | 190.91 | 126.36 | 160.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 188 | 0 | 0.29 | 0.21 | 0.07 | 342.61 | 0.66 | 0.79 |
Hex | ED | A8 | BC | 0 | 1D | 15 | 7 | 157 | 42 | 4F |
Octal | 355 | 250 | 274 | 0 | 35 | 25 | 7 | 527 | 102 | 117 |
Binary | 11101101 | 10101000 | 10111100 | 0 | 11101 | 10101 | 111 | 101010111 | 1000010 | 1001111 |
Color Harmonies of #EDA8BC
Complementary color
Monochromatic Colors of #EDA8BC
Black with #EDA8BC
Text Example
Text Example
White with #EDA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8BC; }
p { color: rgb(237,168,188); }
H1.HeaderClassName
{
color: #EDA8BC;
}
.AnyTagClassName
{
color: #EDA8BC;
}
</style>
background-color css
<style>
a { background-color: #EDA8BC; }
a { background-color: rgb(237,168,188); }
div.DivClassName
{
background-color: #EDA8BC;
}
.BgClassName
{
background-color: #EDA8BC;
}
</style>
border-color css
<style>
span { border-color: #EDA8BC; }
span { border-color: rgb(237,168,188); }
td.TdClassName
{
border-color: #EDA8BC;
}
.TagClassName
{
border-color: #EDA8BC;
}
</style>