Shades of Shocking Pink #E30FB6
Tints of Shocking Pink #E30FB6
RGB
CMYK
RGB Variations
Color information
#E30FB6 (or 0xE30FB6) is known color: Shocking Pink. HEX triplet: E3, 0F and B6. RGB value is (227,15,182). Sum of RGB (Red+Green+Blue) = 227+15+182=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FB6 is #1CF049. Grayscale: #606060. Windows color (decimal): -1896522 or 11931619. OLE color: 11931619.
HSL color Cylindrical-coordinate representation of color #E30FB6: hue angle of 312.74º 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 #E30FB6 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 182 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.11 |
| HSL | 312.74º | 0.88% | 0.47% | - |
| HSV(B) | 312.74º | 0.93% | 0.89% | - |
| XYZ | 40.29 | 20.05 | 46 | - |
| YUV | 97.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 182 | 0 | 0.93 | 0.20 | 0.11 | 312.74 | 0.88 | 0.47 |
| Hex | E3 | F | B6 | 0 | 5D | 14 | B | 139 | 58 | 2F |
| Octal | 343 | 17 | 266 | 0 | 135 | 24 | 13 | 471 | 130 | 57 |
| Binary | 11100011 | 1111 | 10110110 | 0 | 1011101 | 10100 | 1011 | 100111001 | 1011000 | 101111 |
Color Harmonies of #E30FB6
Complementary color
Monochromatic Colors of #E30FB6
Black with #E30FB6
Text Example
Text Example
White with #E30FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FB6; }
p { color: rgb(227,15,182); }
H1.HeaderClassName
{
color: #E30FB6;
}
.AnyTagClassName
{
color: #E30FB6;
}
</style>
background-color css
<style>
a { background-color: #E30FB6; }
a { background-color: rgb(227,15,182); }
div.DivClassName
{
background-color: #E30FB6;
}
.BgClassName
{
background-color: #E30FB6;
}
</style>
border-color css
<style>
span { border-color: #E30FB6; }
span { border-color: rgb(227,15,182); }
td.TdClassName
{
border-color: #E30FB6;
}
.TagClassName
{
border-color: #E30FB6;
}
</style>