Shades of Shocking Pink #E413B4
Tints of Shocking Pink #E413B4
RGB
CMYK
RGB Variations
Color information
#E413B4 (or 0xE413B4) is known color: Shocking Pink. HEX triplet: E4, 13 and B4. RGB value is (228,19,180). Sum of RGB (Red+Green+Blue) = 228+19+180=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E413B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E413B4 is #1BEC4B. Grayscale: #636363. Windows color (decimal): -1829964 or 11801572. OLE color: 11801572.
HSL color Cylindrical-coordinate representation of color #E413B4: hue angle of 313.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413B4 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 180 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.11 |
| HSL | 313.78º | 0.85% | 0.48% | - |
| HSV(B) | 313.78º | 0.92% | 0.89% | - |
| XYZ | 40.47 | 20.26 | 44.96 | - |
| YUV | 99.85 | 173.24 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 180 | 0 | 0.92 | 0.21 | 0.11 | 313.78 | 0.85 | 0.48 |
| Hex | E4 | 13 | B4 | 0 | 5C | 15 | B | 13A | 55 | 30 |
| Octal | 344 | 23 | 264 | 0 | 134 | 25 | 13 | 472 | 125 | 60 |
| Binary | 11100100 | 10011 | 10110100 | 0 | 1011100 | 10101 | 1011 | 100111010 | 1010101 | 110000 |
Color Harmonies of #E413B4
Complementary color
Monochromatic Colors of #E413B4
Black with #E413B4
Text Example
Text Example
White with #E413B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413B4; }
p { color: rgb(228,19,180); }
H1.HeaderClassName
{
color: #E413B4;
}
.AnyTagClassName
{
color: #E413B4;
}
</style>
background-color css
<style>
a { background-color: #E413B4; }
a { background-color: rgb(228,19,180); }
div.DivClassName
{
background-color: #E413B4;
}
.BgClassName
{
background-color: #E413B4;
}
</style>
border-color css
<style>
span { border-color: #E413B4; }
span { border-color: rgb(228,19,180); }
td.TdClassName
{
border-color: #E413B4;
}
.TagClassName
{
border-color: #E413B4;
}
</style>