Shades of Shocking Pink #E013B5
Tints of Shocking Pink #E013B5
RGB
CMYK
RGB Variations
Color information
#E013B5 (or 0xE013B5) is known color: Shocking Pink. HEX triplet: E0, 13 and B5. RGB value is (224,19,181). Sum of RGB (Red+Green+Blue) = 224+19+181=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E013B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013B5 is #1FEC4A. Grayscale: #626262. Windows color (decimal): -2092107 or 11867104. OLE color: 11867104.
HSL color Cylindrical-coordinate representation of color #E013B5: hue angle of 312.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013B5 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 181 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.12 |
| HSL | 312.59º | 0.84% | 0.48% | - |
| HSV(B) | 312.59º | 0.92% | 0.88% | - |
| XYZ | 39.31 | 19.65 | 45.44 | - |
| YUV | 98.76 | 174.42 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 181 | 0 | 0.92 | 0.19 | 0.12 | 312.59 | 0.84 | 0.48 |
| Hex | E0 | 13 | B5 | 0 | 5C | 13 | C | 139 | 54 | 30 |
| Octal | 340 | 23 | 265 | 0 | 134 | 23 | 14 | 471 | 124 | 60 |
| Binary | 11100000 | 10011 | 10110101 | 0 | 1011100 | 10011 | 1100 | 100111001 | 1010100 | 110000 |
Color Harmonies of #E013B5
Complementary color
Monochromatic Colors of #E013B5
Black with #E013B5
Text Example
Text Example
White with #E013B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013B5; }
p { color: rgb(224,19,181); }
H1.HeaderClassName
{
color: #E013B5;
}
.AnyTagClassName
{
color: #E013B5;
}
</style>
background-color css
<style>
a { background-color: #E013B5; }
a { background-color: rgb(224,19,181); }
div.DivClassName
{
background-color: #E013B5;
}
.BgClassName
{
background-color: #E013B5;
}
</style>
border-color css
<style>
span { border-color: #E013B5; }
span { border-color: rgb(224,19,181); }
td.TdClassName
{
border-color: #E013B5;
}
.TagClassName
{
border-color: #E013B5;
}
</style>