Shades of Shocking Pink #E30FB2
Tints of Shocking Pink #E30FB2
RGB
CMYK
RGB Variations
Color information
#E30FB2 (or 0xE30FB2) is known color: Shocking Pink. HEX triplet: E3, 0F and B2. RGB value is (227,15,178). Sum of RGB (Red+Green+Blue) = 227+15+178=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30FB2 is #1CF04D. Grayscale: #606060. Windows color (decimal): -1896526 or 11669475. OLE color: 11669475.
HSL color Cylindrical-coordinate representation of color #E30FB2: hue angle of 313.87º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30FB2 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 178 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.11 |
| HSL | 313.87º | 0.88% | 0.47% | - |
| HSV(B) | 313.87º | 0.93% | 0.89% | - |
| XYZ | 39.89 | 19.89 | 43.86 | - |
| YUV | 96.97 | 173.74 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 178 | 0 | 0.93 | 0.22 | 0.11 | 313.87 | 0.88 | 0.47 |
| Hex | E3 | F | B2 | 0 | 5D | 16 | B | 13A | 58 | 2F |
| Octal | 343 | 17 | 262 | 0 | 135 | 26 | 13 | 472 | 130 | 57 |
| Binary | 11100011 | 1111 | 10110010 | 0 | 1011101 | 10110 | 1011 | 100111010 | 1011000 | 101111 |
Color Harmonies of #E30FB2
Complementary color
Monochromatic Colors of #E30FB2
Black with #E30FB2
Text Example
Text Example
White with #E30FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FB2; }
p { color: rgb(227,15,178); }
H1.HeaderClassName
{
color: #E30FB2;
}
.AnyTagClassName
{
color: #E30FB2;
}
</style>
background-color css
<style>
a { background-color: #E30FB2; }
a { background-color: rgb(227,15,178); }
div.DivClassName
{
background-color: #E30FB2;
}
.BgClassName
{
background-color: #E30FB2;
}
</style>
border-color css
<style>
span { border-color: #E30FB2; }
span { border-color: rgb(227,15,178); }
td.TdClassName
{
border-color: #E30FB2;
}
.TagClassName
{
border-color: #E30FB2;
}
</style>