Shades of Shocking Pink #E30DBB
Tints of Shocking Pink #E30DBB
RGB
CMYK
RGB Variations
Color information
#E30DBB (or 0xE30DBB) is known color: Shocking Pink. HEX triplet: E3, 0D and BB. RGB value is (227,13,187). Sum of RGB (Red+Green+Blue) = 227+13+187=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DBB is #1CF244. Grayscale: #606060. Windows color (decimal): -1897029 or 12258787. OLE color: 12258787.
HSL color Cylindrical-coordinate representation of color #E30DBB: hue angle of 311.21º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DBB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.11 |
| HSL | 311.22º | 0.89% | 0.47% | - |
| HSV(B) | 311.22º | 0.94% | 0.89% | - |
| XYZ | 40.79 | 20.21 | 48.76 | - |
| YUV | 96.82 | 178.9 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 187 | 0 | 0.94 | 0.18 | 0.11 | 311.22 | 0.89 | 0.47 |
| Hex | E3 | D | BB | 0 | 5E | 12 | B | 137 | 59 | 2F |
| Octal | 343 | 15 | 273 | 0 | 136 | 22 | 13 | 467 | 131 | 57 |
| Binary | 11100011 | 1101 | 10111011 | 0 | 1011110 | 10010 | 1011 | 100110111 | 1011001 | 101111 |
Color Harmonies of #E30DBB
Complementary color
Monochromatic Colors of #E30DBB
Black with #E30DBB
Text Example
Text Example
White with #E30DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DBB; }
p { color: rgb(227,13,187); }
H1.HeaderClassName
{
color: #E30DBB;
}
.AnyTagClassName
{
color: #E30DBB;
}
</style>
background-color css
<style>
a { background-color: #E30DBB; }
a { background-color: rgb(227,13,187); }
div.DivClassName
{
background-color: #E30DBB;
}
.BgClassName
{
background-color: #E30DBB;
}
</style>
border-color css
<style>
span { border-color: #E30DBB; }
span { border-color: rgb(227,13,187); }
td.TdClassName
{
border-color: #E30DBB;
}
.TagClassName
{
border-color: #E30DBB;
}
</style>