Shades of Shocking Pink #E415CB
Tints of Shocking Pink #E415CB
RGB
CMYK
RGB Variations
Color information
#E415CB (or 0xE415CB) is known color: Shocking Pink. HEX triplet: E4, 15 and CB. RGB value is (228,21,203). Sum of RGB (Red+Green+Blue) = 228+21+203=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E415CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E415CB is #1BEA34. Grayscale: #676767. Windows color (decimal): -1829429 or 13309412. OLE color: 13309412.
HSL color Cylindrical-coordinate representation of color #E415CB: hue angle of 307.25º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E415CB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.11 |
| HSL | 307.25º | 0.83% | 0.49% | - |
| HSV(B) | 307.25º | 0.91% | 0.89% | - |
| XYZ | 43.04 | 21.34 | 58.35 | - |
| YUV | 103.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 203 | 0 | 0.91 | 0.11 | 0.11 | 307.25 | 0.83 | 0.49 |
| Hex | E4 | 15 | CB | 0 | 5B | B | B | 133 | 53 | 31 |
| Octal | 344 | 25 | 313 | 0 | 133 | 13 | 13 | 463 | 123 | 61 |
| Binary | 11100100 | 10101 | 11001011 | 0 | 1011011 | 1011 | 1011 | 100110011 | 1010011 | 110001 |
Color Harmonies of #E415CB
Complementary color
Monochromatic Colors of #E415CB
Black with #E415CB
Text Example
Text Example
White with #E415CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E415CB; }
p { color: rgb(228,21,203); }
H1.HeaderClassName
{
color: #E415CB;
}
.AnyTagClassName
{
color: #E415CB;
}
</style>
background-color css
<style>
a { background-color: #E415CB; }
a { background-color: rgb(228,21,203); }
div.DivClassName
{
background-color: #E415CB;
}
.BgClassName
{
background-color: #E415CB;
}
</style>
border-color css
<style>
span { border-color: #E415CB; }
span { border-color: rgb(228,21,203); }
td.TdClassName
{
border-color: #E415CB;
}
.TagClassName
{
border-color: #E415CB;
}
</style>