Shades of Shocking Pink #E314B4
Tints of Shocking Pink #E314B4
RGB
CMYK
RGB Variations
Color information
#E314B4 (or 0xE314B4) is known color: Shocking Pink. HEX triplet: E3, 14 and B4. RGB value is (227,20,180). Sum of RGB (Red+Green+Blue) = 227+20+180=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E314B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314B4 is #1CEB4B. Grayscale: #636363. Windows color (decimal): -1895244 or 11801827. OLE color: 11801827.
HSL color Cylindrical-coordinate representation of color #E314B4: hue angle of 313.62º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314B4 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 180 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.11 |
| HSL | 313.62º | 0.84% | 0.48% | - |
| HSV(B) | 313.62º | 0.91% | 0.89% | - |
| XYZ | 40.17 | 20.13 | 44.95 | - |
| YUV | 100.13 | 173.08 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 180 | 0 | 0.91 | 0.21 | 0.11 | 313.62 | 0.84 | 0.48 |
| Hex | E3 | 14 | B4 | 0 | 5B | 15 | B | 13A | 54 | 30 |
| Octal | 343 | 24 | 264 | 0 | 133 | 25 | 13 | 472 | 124 | 60 |
| Binary | 11100011 | 10100 | 10110100 | 0 | 1011011 | 10101 | 1011 | 100111010 | 1010100 | 110000 |
Color Harmonies of #E314B4
Complementary color
Monochromatic Colors of #E314B4
Black with #E314B4
Text Example
Text Example
White with #E314B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314B4; }
p { color: rgb(227,20,180); }
H1.HeaderClassName
{
color: #E314B4;
}
.AnyTagClassName
{
color: #E314B4;
}
</style>
background-color css
<style>
a { background-color: #E314B4; }
a { background-color: rgb(227,20,180); }
div.DivClassName
{
background-color: #E314B4;
}
.BgClassName
{
background-color: #E314B4;
}
</style>
border-color css
<style>
span { border-color: #E314B4; }
span { border-color: rgb(227,20,180); }
td.TdClassName
{
border-color: #E314B4;
}
.TagClassName
{
border-color: #E314B4;
}
</style>