Shades of Cupid #EDACC4
Tints of Cupid #EDACC4
RGB
CMYK
RGB Variations
Color information
#EDACC4 (or 0xEDACC4) is known color: Cupid. HEX triplet: ED, AC and C4. RGB value is (237,172,196). Sum of RGB (Red+Green+Blue) = 237+172+196=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC4 is #12533B. Grayscale: #C2C2C2. Windows color (decimal): -1200956 or 12889325. OLE color: 12889325.
HSL color Cylindrical-coordinate representation of color #EDACC4: hue angle of 337.85º 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 #EDACC4 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 196 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.07 |
| HSL | 337.85º | 0.64% | 0.8% | - |
| HSV(B) | 337.85º | 0.27% | 0.93% | - |
| XYZ | 59.64 | 51.5 | 59.02 | - |
| YUV | 194.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 196 | 0 | 0.27 | 0.17 | 0.07 | 337.85 | 0.64 | 0.8 |
| Hex | ED | AC | C4 | 0 | 1B | 11 | 7 | 152 | 40 | 50 |
| Octal | 355 | 254 | 304 | 0 | 33 | 21 | 7 | 522 | 100 | 120 |
| Binary | 11101101 | 10101100 | 11000100 | 0 | 11011 | 10001 | 111 | 101010010 | 1000000 | 1010000 |
Color Harmonies of #EDACC4
Complementary color
Monochromatic Colors of #EDACC4
Black with #EDACC4
Text Example
Text Example
White with #EDACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACC4; }
p { color: rgb(237,172,196); }
H1.HeaderClassName
{
color: #EDACC4;
}
.AnyTagClassName
{
color: #EDACC4;
}
</style>
background-color css
<style>
a { background-color: #EDACC4; }
a { background-color: rgb(237,172,196); }
div.DivClassName
{
background-color: #EDACC4;
}
.BgClassName
{
background-color: #EDACC4;
}
</style>
border-color css
<style>
span { border-color: #EDACC4; }
span { border-color: rgb(237,172,196); }
td.TdClassName
{
border-color: #EDACC4;
}
.TagClassName
{
border-color: #EDACC4;
}
</style>