Shades of Shocking Pink #E30DBF
Tints of Shocking Pink #E30DBF
RGB
CMYK
RGB Variations
Color information
#E30DBF (or 0xE30DBF) is known color: Shocking Pink. HEX triplet: E3, 0D and BF. RGB value is (227,13,191). Sum of RGB (Red+Green+Blue) = 227+13+191=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DBF is #1CF240. Grayscale: #606060. Windows color (decimal): -1897025 or 12520931. OLE color: 12520931.
HSL color Cylindrical-coordinate representation of color #E30DBF: hue angle of 310.09º 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 #E30DBF is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.11 |
| HSL | 310.09º | 0.89% | 0.47% | - |
| HSV(B) | 310.09º | 0.94% | 0.89% | - |
| XYZ | 41.23 | 20.38 | 51.05 | - |
| YUV | 97.28 | 180.9 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 191 | 0 | 0.94 | 0.16 | 0.11 | 310.09 | 0.89 | 0.47 |
| Hex | E3 | D | BF | 0 | 5E | 10 | B | 136 | 59 | 2F |
| Octal | 343 | 15 | 277 | 0 | 136 | 20 | 13 | 466 | 131 | 57 |
| Binary | 11100011 | 1101 | 10111111 | 0 | 1011110 | 10000 | 1011 | 100110110 | 1011001 | 101111 |
Color Harmonies of #E30DBF
Complementary color
Monochromatic Colors of #E30DBF
Black with #E30DBF
Text Example
Text Example
White with #E30DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DBF; }
p { color: rgb(227,13,191); }
H1.HeaderClassName
{
color: #E30DBF;
}
.AnyTagClassName
{
color: #E30DBF;
}
</style>
background-color css
<style>
a { background-color: #E30DBF; }
a { background-color: rgb(227,13,191); }
div.DivClassName
{
background-color: #E30DBF;
}
.BgClassName
{
background-color: #E30DBF;
}
</style>
border-color css
<style>
span { border-color: #E30DBF; }
span { border-color: rgb(227,13,191); }
td.TdClassName
{
border-color: #E30DBF;
}
.TagClassName
{
border-color: #E30DBF;
}
</style>