Shades of Shocking Pink #E30FBA
Tints of Shocking Pink #E30FBA
RGB
CMYK
RGB Variations
Color information
#E30FBA (or 0xE30FBA) is known color: Shocking Pink. HEX triplet: E3, 0F and BA. RGB value is (227,15,186). Sum of RGB (Red+Green+Blue) = 227+15+186=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FBA is #1CF045. Grayscale: #616161. Windows color (decimal): -1896518 or 12193763. OLE color: 12193763.
HSL color Cylindrical-coordinate representation of color #E30FBA: hue angle of 311.6º 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 #E30FBA is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 186 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.11 |
| HSL | 311.6º | 0.88% | 0.47% | - |
| HSV(B) | 311.6º | 0.93% | 0.89% | - |
| XYZ | 40.71 | 20.22 | 48.21 | - |
| YUV | 97.88 | 177.74 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 186 | 0 | 0.93 | 0.18 | 0.11 | 311.6 | 0.88 | 0.47 |
| Hex | E3 | F | BA | 0 | 5D | 12 | B | 138 | 58 | 2F |
| Octal | 343 | 17 | 272 | 0 | 135 | 22 | 13 | 470 | 130 | 57 |
| Binary | 11100011 | 1111 | 10111010 | 0 | 1011101 | 10010 | 1011 | 100111000 | 1011000 | 101111 |
Color Harmonies of #E30FBA
Complementary color
Monochromatic Colors of #E30FBA
Black with #E30FBA
Text Example
Text Example
White with #E30FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FBA; }
p { color: rgb(227,15,186); }
H1.HeaderClassName
{
color: #E30FBA;
}
.AnyTagClassName
{
color: #E30FBA;
}
</style>
background-color css
<style>
a { background-color: #E30FBA; }
a { background-color: rgb(227,15,186); }
div.DivClassName
{
background-color: #E30FBA;
}
.BgClassName
{
background-color: #E30FBA;
}
</style>
border-color css
<style>
span { border-color: #E30FBA; }
span { border-color: rgb(227,15,186); }
td.TdClassName
{
border-color: #E30FBA;
}
.TagClassName
{
border-color: #E30FBA;
}
</style>