Shades of Shocking Pink #E915B5
Tints of Shocking Pink #E915B5
RGB
CMYK
RGB Variations
Color information
#E915B5 (or 0xE915B5) is known color: Shocking Pink. HEX triplet: E9, 15 and B5. RGB value is (233,21,181). Sum of RGB (Red+Green+Blue) = 233+21+181=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E915B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E915B5 is #16EA4A. Grayscale: #666666. Windows color (decimal): -1501771 or 11867625. OLE color: 11867625.
HSL color Cylindrical-coordinate representation of color #E915B5: hue angle of 314.72º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E915B5 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 181 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.09 |
| HSL | 314.72º | 0.83% | 0.5% | - |
| HSV(B) | 314.72º | 0.91% | 0.91% | - |
| XYZ | 42.21 | 21.2 | 45.58 | - |
| YUV | 102.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 181 | 0 | 0.91 | 0.22 | 0.09 | 314.72 | 0.83 | 0.5 |
| Hex | E9 | 15 | B5 | 0 | 5B | 16 | 9 | 13B | 53 | 32 |
| Octal | 351 | 25 | 265 | 0 | 133 | 26 | 11 | 473 | 123 | 62 |
| Binary | 11101001 | 10101 | 10110101 | 0 | 1011011 | 10110 | 1001 | 100111011 | 1010011 | 110010 |
Color Harmonies of #E915B5
Complementary color
Monochromatic Colors of #E915B5
Black with #E915B5
Text Example
Text Example
White with #E915B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E915B5; }
p { color: rgb(233,21,181); }
H1.HeaderClassName
{
color: #E915B5;
}
.AnyTagClassName
{
color: #E915B5;
}
</style>
background-color css
<style>
a { background-color: #E915B5; }
a { background-color: rgb(233,21,181); }
div.DivClassName
{
background-color: #E915B5;
}
.BgClassName
{
background-color: #E915B5;
}
</style>
border-color css
<style>
span { border-color: #E915B5; }
span { border-color: rgb(233,21,181); }
td.TdClassName
{
border-color: #E915B5;
}
.TagClassName
{
border-color: #E915B5;
}
</style>