Shades of Spicy Pink #EA30B4
Tints of Spicy Pink #EA30B4
RGB
CMYK
RGB Variations
Color information
#EA30B4 (or 0xEA30B4) is known color: Spicy Pink. HEX triplet: EA, 30 and B4. RGB value is (234,48,180). Sum of RGB (Red+Green+Blue) = 234+48+180=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA30B4 is #15CF4B. Grayscale: #767676. Windows color (decimal): -1429324 or 11809002. OLE color: 11809002.
HSL color Cylindrical-coordinate representation of color #EA30B4: hue angle of 317.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA30B4 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 180 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.08 |
| HSL | 317.42º | 0.82% | 0.55% | - |
| HSV(B) | 317.42º | 0.79% | 0.92% | - |
| XYZ | 43.23 | 22.9 | 45.32 | - |
| YUV | 118.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 180 | 0 | 0.79 | 0.23 | 0.08 | 317.42 | 0.82 | 0.55 |
| Hex | EA | 30 | B4 | 0 | 4F | 17 | 8 | 13D | 52 | 37 |
| Octal | 352 | 60 | 264 | 0 | 117 | 27 | 10 | 475 | 122 | 67 |
| Binary | 11101010 | 110000 | 10110100 | 0 | 1001111 | 10111 | 1000 | 100111101 | 1010010 | 110111 |
Color Harmonies of #EA30B4
Complementary color
Monochromatic Colors of #EA30B4
Black with #EA30B4
Text Example
Text Example
White with #EA30B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA30B4; }
p { color: rgb(234,48,180); }
H1.HeaderClassName
{
color: #EA30B4;
}
.AnyTagClassName
{
color: #EA30B4;
}
</style>
background-color css
<style>
a { background-color: #EA30B4; }
a { background-color: rgb(234,48,180); }
div.DivClassName
{
background-color: #EA30B4;
}
.BgClassName
{
background-color: #EA30B4;
}
</style>
border-color css
<style>
span { border-color: #EA30B4; }
span { border-color: rgb(234,48,180); }
td.TdClassName
{
border-color: #EA30B4;
}
.TagClassName
{
border-color: #EA30B4;
}
</style>