Shades of Shocking Pink #E30BBB
Tints of Shocking Pink #E30BBB
RGB
CMYK
RGB Variations
Color information
#E30BBB (or 0xE30BBB) is known color: Shocking Pink. HEX triplet: E3, 0B and BB. RGB value is (227,11,187). Sum of RGB (Red+Green+Blue) = 227+11+187=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E30BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30BBB is #1CF444. Grayscale: #5F5F5F. Windows color (decimal): -1897541 or 12258275. OLE color: 12258275.
HSL color Cylindrical-coordinate representation of color #E30BBB: hue angle of 311.11º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30BBB is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 11 | 187 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.11 |
| HSL | 311.11º | 0.91% | 0.47% | - |
| HSV(B) | 311.11º | 0.95% | 0.89% | - |
| XYZ | 40.77 | 20.16 | 48.76 | - |
| YUV | 95.65 | 179.56 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 11 | 187 | 0 | 0.95 | 0.18 | 0.11 | 311.11 | 0.91 | 0.47 |
| Hex | E3 | B | BB | 0 | 5F | 12 | B | 137 | 5B | 2F |
| Octal | 343 | 13 | 273 | 0 | 137 | 22 | 13 | 467 | 133 | 57 |
| Binary | 11100011 | 1011 | 10111011 | 0 | 1011111 | 10010 | 1011 | 100110111 | 1011011 | 101111 |
Color Harmonies of #E30BBB
Complementary color
Monochromatic Colors of #E30BBB
Black with #E30BBB
Text Example
Text Example
White with #E30BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30BBB; }
p { color: rgb(227,11,187); }
H1.HeaderClassName
{
color: #E30BBB;
}
.AnyTagClassName
{
color: #E30BBB;
}
</style>
background-color css
<style>
a { background-color: #E30BBB; }
a { background-color: rgb(227,11,187); }
div.DivClassName
{
background-color: #E30BBB;
}
.BgClassName
{
background-color: #E30BBB;
}
</style>
border-color css
<style>
span { border-color: #E30BBB; }
span { border-color: rgb(227,11,187); }
td.TdClassName
{
border-color: #E30BBB;
}
.TagClassName
{
border-color: #E30BBB;
}
</style>