Shades of Spicy Pink #E030B3
Tints of Spicy Pink #E030B3
RGB
CMYK
RGB Variations
Color information
#E030B3 (or 0xE030B3) is known color: Spicy Pink. HEX triplet: E0, 30 and B3. RGB value is (224,48,179). Sum of RGB (Red+Green+Blue) = 224+48+179=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E030B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030B3 is #1FCF4C. Grayscale: #737373. Windows color (decimal): -2084685 or 11743456. OLE color: 11743456.
HSL color Cylindrical-coordinate representation of color #E030B3: hue angle of 315.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030B3 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 179 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.12 |
| HSL | 315.34º | 0.74% | 0.53% | - |
| HSV(B) | 315.34º | 0.79% | 0.88% | - |
| XYZ | 39.93 | 21.22 | 44.64 | - |
| YUV | 115.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 179 | 0 | 0.79 | 0.20 | 0.12 | 315.34 | 0.74 | 0.53 |
| Hex | E0 | 30 | B3 | 0 | 4F | 14 | C | 13B | 4A | 35 |
| Octal | 340 | 60 | 263 | 0 | 117 | 24 | 14 | 473 | 112 | 65 |
| Binary | 11100000 | 110000 | 10110011 | 0 | 1001111 | 10100 | 1100 | 100111011 | 1001010 | 110101 |
Color Harmonies of #E030B3
Complementary color
Monochromatic Colors of #E030B3
Black with #E030B3
Text Example
Text Example
White with #E030B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030B3; }
p { color: rgb(224,48,179); }
H1.HeaderClassName
{
color: #E030B3;
}
.AnyTagClassName
{
color: #E030B3;
}
</style>
background-color css
<style>
a { background-color: #E030B3; }
a { background-color: rgb(224,48,179); }
div.DivClassName
{
background-color: #E030B3;
}
.BgClassName
{
background-color: #E030B3;
}
</style>
border-color css
<style>
span { border-color: #E030B3; }
span { border-color: rgb(224,48,179); }
td.TdClassName
{
border-color: #E030B3;
}
.TagClassName
{
border-color: #E030B3;
}
</style>