Shades of Cupid #EDAABD
Tints of Cupid #EDAABD
RGB
CMYK
RGB Variations
Color information
#EDAABD (or 0xEDAABD) is known color: Cupid. HEX triplet: ED, AA and BD. RGB value is (237,170,189). Sum of RGB (Red+Green+Blue) = 237+170+189=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAABD is #125542. Grayscale: #C0C0C0. Windows color (decimal): -1201475 or 12430061. OLE color: 12430061.
HSL color Cylindrical-coordinate representation of color #EDAABD: hue angle of 342.99º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAABD is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 189 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.07 |
| HSL | 342.99º | 0.65% | 0.8% | - |
| HSV(B) | 342.99º | 0.28% | 0.93% | - |
| XYZ | 58.49 | 50.43 | 54.8 | - |
| YUV | 192.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 189 | 0 | 0.28 | 0.20 | 0.07 | 342.99 | 0.65 | 0.8 |
| Hex | ED | AA | BD | 0 | 1C | 14 | 7 | 157 | 41 | 50 |
| Octal | 355 | 252 | 275 | 0 | 34 | 24 | 7 | 527 | 101 | 120 |
| Binary | 11101101 | 10101010 | 10111101 | 0 | 11100 | 10100 | 111 | 101010111 | 1000001 | 1010000 |
Color Harmonies of #EDAABD
Complementary color
Monochromatic Colors of #EDAABD
Black with #EDAABD
Text Example
Text Example
White with #EDAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAABD; }
p { color: rgb(237,170,189); }
H1.HeaderClassName
{
color: #EDAABD;
}
.AnyTagClassName
{
color: #EDAABD;
}
</style>
background-color css
<style>
a { background-color: #EDAABD; }
a { background-color: rgb(237,170,189); }
div.DivClassName
{
background-color: #EDAABD;
}
.BgClassName
{
background-color: #EDAABD;
}
</style>
border-color css
<style>
span { border-color: #EDAABD; }
span { border-color: rgb(237,170,189); }
td.TdClassName
{
border-color: #EDAABD;
}
.TagClassName
{
border-color: #EDAABD;
}
</style>