Shades of Shocking Pink #E40BC1
Tints of Shocking Pink #E40BC1
RGB
CMYK
RGB Variations
Color information
#E40BC1 (or 0xE40BC1) is known color: Shocking Pink. HEX triplet: E4, 0B and C1. RGB value is (228,11,193). Sum of RGB (Red+Green+Blue) = 228+11+193=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BC1 is #1BF43E. Grayscale: #606060. Windows color (decimal): -1831999 or 12651492. OLE color: 12651492.
HSL color Cylindrical-coordinate representation of color #E40BC1: hue angle of 309.68º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40BC1 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 11 | 193 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.11 |
| HSL | 309.68º | 0.91% | 0.47% | - |
| HSV(B) | 309.68º | 0.95% | 0.89% | - |
| XYZ | 41.74 | 20.58 | 52.23 | - |
| YUV | 96.63 | 182.39 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 11 | 193 | 0 | 0.95 | 0.15 | 0.11 | 309.68 | 0.91 | 0.47 |
| Hex | E4 | B | C1 | 0 | 5F | F | B | 136 | 5B | 2F |
| Octal | 344 | 13 | 301 | 0 | 137 | 17 | 13 | 466 | 133 | 57 |
| Binary | 11100100 | 1011 | 11000001 | 0 | 1011111 | 1111 | 1011 | 100110110 | 1011011 | 101111 |
Color Harmonies of #E40BC1
Complementary color
Monochromatic Colors of #E40BC1
Black with #E40BC1
Text Example
Text Example
White with #E40BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40BC1; }
p { color: rgb(228,11,193); }
H1.HeaderClassName
{
color: #E40BC1;
}
.AnyTagClassName
{
color: #E40BC1;
}
</style>
background-color css
<style>
a { background-color: #E40BC1; }
a { background-color: rgb(228,11,193); }
div.DivClassName
{
background-color: #E40BC1;
}
.BgClassName
{
background-color: #E40BC1;
}
</style>
border-color css
<style>
span { border-color: #E40BC1; }
span { border-color: rgb(228,11,193); }
td.TdClassName
{
border-color: #E40BC1;
}
.TagClassName
{
border-color: #E40BC1;
}
</style>