Shades of Shocking Pink #E315BD
Tints of Shocking Pink #E315BD
RGB
CMYK
RGB Variations
Color information
#E315BD (or 0xE315BD) is known color: Shocking Pink. HEX triplet: E3, 15 and BD. RGB value is (227,21,189). Sum of RGB (Red+Green+Blue) = 227+21+189=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E315BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E315BD is #1CEA42. Grayscale: #656565. Windows color (decimal): -1894979 or 12391907. OLE color: 12391907.
HSL color Cylindrical-coordinate representation of color #E315BD: hue angle of 311.07º 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 #E315BD is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 189 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.11 |
| HSL | 311.07º | 0.83% | 0.49% | - |
| HSV(B) | 311.07º | 0.91% | 0.89% | - |
| XYZ | 41.13 | 20.54 | 49.94 | - |
| YUV | 101.75 | 177.25 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 189 | 0 | 0.91 | 0.17 | 0.11 | 311.07 | 0.83 | 0.49 |
| Hex | E3 | 15 | BD | 0 | 5B | 11 | B | 137 | 53 | 31 |
| Octal | 343 | 25 | 275 | 0 | 133 | 21 | 13 | 467 | 123 | 61 |
| Binary | 11100011 | 10101 | 10111101 | 0 | 1011011 | 10001 | 1011 | 100110111 | 1010011 | 110001 |
Color Harmonies of #E315BD
Complementary color
Monochromatic Colors of #E315BD
Black with #E315BD
Text Example
Text Example
White with #E315BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E315BD; }
p { color: rgb(227,21,189); }
H1.HeaderClassName
{
color: #E315BD;
}
.AnyTagClassName
{
color: #E315BD;
}
</style>
background-color css
<style>
a { background-color: #E315BD; }
a { background-color: rgb(227,21,189); }
div.DivClassName
{
background-color: #E315BD;
}
.BgClassName
{
background-color: #E315BD;
}
</style>
border-color css
<style>
span { border-color: #E315BD; }
span { border-color: rgb(227,21,189); }
td.TdClassName
{
border-color: #E315BD;
}
.TagClassName
{
border-color: #E315BD;
}
</style>