Shades of Shocking Pink #E410CB
Tints of Shocking Pink #E410CB
RGB
CMYK
RGB Variations
Color information
#E410CB (or 0xE410CB) is known color: Shocking Pink. HEX triplet: E4, 10 and CB. RGB value is (228,16,203). Sum of RGB (Red+Green+Blue) = 228+16+203=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E410CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E410CB is #1BEF34. Grayscale: #646464. Windows color (decimal): -1830709 or 13308132. OLE color: 13308132.
HSL color Cylindrical-coordinate representation of color #E410CB: hue angle of 307.08º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E410CB is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 203 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.11 |
| HSL | 307.08º | 0.87% | 0.48% | - |
| HSV(B) | 307.08º | 0.93% | 0.89% | - |
| XYZ | 42.96 | 21.18 | 58.32 | - |
| YUV | 100.71 | 185.74 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 203 | 0 | 0.93 | 0.11 | 0.11 | 307.08 | 0.87 | 0.48 |
| Hex | E4 | 10 | CB | 0 | 5D | B | B | 133 | 57 | 30 |
| Octal | 344 | 20 | 313 | 0 | 135 | 13 | 13 | 463 | 127 | 60 |
| Binary | 11100100 | 10000 | 11001011 | 0 | 1011101 | 1011 | 1011 | 100110011 | 1010111 | 110000 |
Color Harmonies of #E410CB
Complementary color
Monochromatic Colors of #E410CB
Black with #E410CB
Text Example
Text Example
White with #E410CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E410CB; }
p { color: rgb(228,16,203); }
H1.HeaderClassName
{
color: #E410CB;
}
.AnyTagClassName
{
color: #E410CB;
}
</style>
background-color css
<style>
a { background-color: #E410CB; }
a { background-color: rgb(228,16,203); }
div.DivClassName
{
background-color: #E410CB;
}
.BgClassName
{
background-color: #E410CB;
}
</style>
border-color css
<style>
span { border-color: #E410CB; }
span { border-color: rgb(228,16,203); }
td.TdClassName
{
border-color: #E410CB;
}
.TagClassName
{
border-color: #E410CB;
}
</style>