Shades of Cupid #EDACC1
Tints of Cupid #EDACC1
RGB
CMYK
RGB Variations
Color information
#EDACC1 (or 0xEDACC1) is known color: Cupid. HEX triplet: ED, AC and C1. RGB value is (237,172,193). Sum of RGB (Red+Green+Blue) = 237+172+193=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC1 is #12533E. Grayscale: #C1C1C1. Windows color (decimal): -1200959 or 12692717. OLE color: 12692717.
HSL color Cylindrical-coordinate representation of color #EDACC1: hue angle of 340.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACC1 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 193 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.07 |
| HSL | 340.62º | 0.64% | 0.8% | - |
| HSV(B) | 340.62º | 0.27% | 0.93% | - |
| XYZ | 59.3 | 51.36 | 57.24 | - |
| YUV | 193.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 193 | 0 | 0.27 | 0.19 | 0.07 | 340.62 | 0.64 | 0.8 |
| Hex | ED | AC | C1 | 0 | 1B | 13 | 7 | 155 | 40 | 50 |
| Octal | 355 | 254 | 301 | 0 | 33 | 23 | 7 | 525 | 100 | 120 |
| Binary | 11101101 | 10101100 | 11000001 | 0 | 11011 | 10011 | 111 | 101010101 | 1000000 | 1010000 |
Color Harmonies of #EDACC1
Complementary color
Monochromatic Colors of #EDACC1
Black with #EDACC1
Text Example
Text Example
White with #EDACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACC1; }
p { color: rgb(237,172,193); }
H1.HeaderClassName
{
color: #EDACC1;
}
.AnyTagClassName
{
color: #EDACC1;
}
</style>
background-color css
<style>
a { background-color: #EDACC1; }
a { background-color: rgb(237,172,193); }
div.DivClassName
{
background-color: #EDACC1;
}
.BgClassName
{
background-color: #EDACC1;
}
</style>
border-color css
<style>
span { border-color: #EDACC1; }
span { border-color: rgb(237,172,193); }
td.TdClassName
{
border-color: #EDACC1;
}
.TagClassName
{
border-color: #EDACC1;
}
</style>