Shades of Spicy Pink #ED1DAE
Tints of Spicy Pink #ED1DAE
RGB
CMYK
RGB Variations
Color information
#ED1DAE (or 0xED1DAE) is known color: Spicy Pink. HEX triplet: ED, 1D and AE. RGB value is (237,29,174). Sum of RGB (Red+Green+Blue) = 237+29+174=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1DAE is #12E251. Grayscale: #6B6B6B. Windows color (decimal): -1237586 or 11410925. OLE color: 11410925.
HSL color Cylindrical-coordinate representation of color #ED1DAE: hue angle of 318.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1DAE is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 174 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.07 |
| HSL | 318.17º | 0.85% | 0.52% | - |
| HSV(B) | 318.17º | 0.88% | 0.93% | - |
| XYZ | 43 | 21.94 | 42.01 | - |
| YUV | 107.72 | 165.41 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 174 | 0 | 0.88 | 0.27 | 0.07 | 318.17 | 0.85 | 0.52 |
| Hex | ED | 1D | AE | 0 | 58 | 1B | 7 | 13E | 55 | 34 |
| Octal | 355 | 35 | 256 | 0 | 130 | 33 | 7 | 476 | 125 | 64 |
| Binary | 11101101 | 11101 | 10101110 | 0 | 1011000 | 11011 | 111 | 100111110 | 1010101 | 110100 |
Color Harmonies of #ED1DAE
Complementary color
Monochromatic Colors of #ED1DAE
Black with #ED1DAE
Text Example
Text Example
White with #ED1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1DAE; }
p { color: rgb(237,29,174); }
H1.HeaderClassName
{
color: #ED1DAE;
}
.AnyTagClassName
{
color: #ED1DAE;
}
</style>
background-color css
<style>
a { background-color: #ED1DAE; }
a { background-color: rgb(237,29,174); }
div.DivClassName
{
background-color: #ED1DAE;
}
.BgClassName
{
background-color: #ED1DAE;
}
</style>
border-color css
<style>
span { border-color: #ED1DAE; }
span { border-color: rgb(237,29,174); }
td.TdClassName
{
border-color: #ED1DAE;
}
.TagClassName
{
border-color: #ED1DAE;
}
</style>