Shades of Spicy Pink #EA1DB4
Tints of Spicy Pink #EA1DB4
RGB
CMYK
RGB Variations
Color information
#EA1DB4 (or 0xEA1DB4) is known color: Spicy Pink. HEX triplet: EA, 1D and B4. RGB value is (234,29,180). Sum of RGB (Red+Green+Blue) = 234+29+180=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DB4 is #15E24B. Grayscale: #6B6B6B. Windows color (decimal): -1434188 or 11804138. OLE color: 11804138.
HSL color Cylindrical-coordinate representation of color #EA1DB4: hue angle of 315.8º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DB4 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 180 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.08 |
| HSL | 315.8º | 0.83% | 0.52% | - |
| HSV(B) | 315.8º | 0.88% | 0.92% | - |
| XYZ | 42.61 | 21.67 | 45.12 | - |
| YUV | 107.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 180 | 0 | 0.88 | 0.23 | 0.08 | 315.8 | 0.83 | 0.52 |
| Hex | EA | 1D | B4 | 0 | 58 | 17 | 8 | 13C | 53 | 34 |
| Octal | 352 | 35 | 264 | 0 | 130 | 27 | 10 | 474 | 123 | 64 |
| Binary | 11101010 | 11101 | 10110100 | 0 | 1011000 | 10111 | 1000 | 100111100 | 1010011 | 110100 |
Color Harmonies of #EA1DB4
Complementary color
Monochromatic Colors of #EA1DB4
Black with #EA1DB4
Text Example
Text Example
White with #EA1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DB4; }
p { color: rgb(234,29,180); }
H1.HeaderClassName
{
color: #EA1DB4;
}
.AnyTagClassName
{
color: #EA1DB4;
}
</style>
background-color css
<style>
a { background-color: #EA1DB4; }
a { background-color: rgb(234,29,180); }
div.DivClassName
{
background-color: #EA1DB4;
}
.BgClassName
{
background-color: #EA1DB4;
}
</style>
border-color css
<style>
span { border-color: #EA1DB4; }
span { border-color: rgb(234,29,180); }
td.TdClassName
{
border-color: #EA1DB4;
}
.TagClassName
{
border-color: #EA1DB4;
}
</style>