Shades of Shocking Pink #E314B2
Tints of Shocking Pink #E314B2
RGB
CMYK
RGB Variations
Color information
#E314B2 (or 0xE314B2) is known color: Shocking Pink. HEX triplet: E3, 14 and B2. RGB value is (227,20,178). Sum of RGB (Red+Green+Blue) = 227+20+178=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E314B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314B2 is #1CEB4D. Grayscale: #636363. Windows color (decimal): -1895246 or 11670755. OLE color: 11670755.
HSL color Cylindrical-coordinate representation of color #E314B2: hue angle of 314.2º 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 #E314B2 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 178 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.11 |
| HSL | 314.2º | 0.84% | 0.48% | - |
| HSV(B) | 314.2º | 0.91% | 0.89% | - |
| XYZ | 39.96 | 20.05 | 43.88 | - |
| YUV | 99.91 | 172.08 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 178 | 0 | 0.91 | 0.22 | 0.11 | 314.2 | 0.84 | 0.48 |
| Hex | E3 | 14 | B2 | 0 | 5B | 16 | B | 13A | 54 | 30 |
| Octal | 343 | 24 | 262 | 0 | 133 | 26 | 13 | 472 | 124 | 60 |
| Binary | 11100011 | 10100 | 10110010 | 0 | 1011011 | 10110 | 1011 | 100111010 | 1010100 | 110000 |
Color Harmonies of #E314B2
Complementary color
Monochromatic Colors of #E314B2
Black with #E314B2
Text Example
Text Example
White with #E314B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314B2; }
p { color: rgb(227,20,178); }
H1.HeaderClassName
{
color: #E314B2;
}
.AnyTagClassName
{
color: #E314B2;
}
</style>
background-color css
<style>
a { background-color: #E314B2; }
a { background-color: rgb(227,20,178); }
div.DivClassName
{
background-color: #E314B2;
}
.BgClassName
{
background-color: #E314B2;
}
</style>
border-color css
<style>
span { border-color: #E314B2; }
span { border-color: rgb(227,20,178); }
td.TdClassName
{
border-color: #E314B2;
}
.TagClassName
{
border-color: #E314B2;
}
</style>