Shades of Shocking Pink #E914B5
Tints of Shocking Pink #E914B5
RGB
CMYK
RGB Variations
Color information
#E914B5 (or 0xE914B5) is known color: Shocking Pink. HEX triplet: E9, 14 and B5. RGB value is (233,20,181). Sum of RGB (Red+Green+Blue) = 233+20+181=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E914B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E914B5 is #16EB4A. Grayscale: #656565. Windows color (decimal): -1502027 or 11867369. OLE color: 11867369.
HSL color Cylindrical-coordinate representation of color #E914B5: hue angle of 314.65º degrees, saturation: 0.84, 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 #E914B5 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 181 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.09 |
| HSL | 314.65º | 0.84% | 0.5% | - |
| HSV(B) | 314.65º | 0.91% | 0.91% | - |
| XYZ | 42.19 | 21.16 | 45.58 | - |
| YUV | 102.04 | 172.57 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 181 | 0 | 0.91 | 0.22 | 0.09 | 314.65 | 0.84 | 0.5 |
| Hex | E9 | 14 | B5 | 0 | 5B | 16 | 9 | 13B | 54 | 32 |
| Octal | 351 | 24 | 265 | 0 | 133 | 26 | 11 | 473 | 124 | 62 |
| Binary | 11101001 | 10100 | 10110101 | 0 | 1011011 | 10110 | 1001 | 100111011 | 1010100 | 110010 |
Color Harmonies of #E914B5
Complementary color
Monochromatic Colors of #E914B5
Black with #E914B5
Text Example
Text Example
White with #E914B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914B5; }
p { color: rgb(233,20,181); }
H1.HeaderClassName
{
color: #E914B5;
}
.AnyTagClassName
{
color: #E914B5;
}
</style>
background-color css
<style>
a { background-color: #E914B5; }
a { background-color: rgb(233,20,181); }
div.DivClassName
{
background-color: #E914B5;
}
.BgClassName
{
background-color: #E914B5;
}
</style>
border-color css
<style>
span { border-color: #E914B5; }
span { border-color: rgb(233,20,181); }
td.TdClassName
{
border-color: #E914B5;
}
.TagClassName
{
border-color: #E914B5;
}
</style>