Shades of Shocking Pink #E30AB7
Tints of Shocking Pink #E30AB7
RGB
CMYK
RGB Variations
Color information
#E30AB7 (or 0xE30AB7) is known color: Shocking Pink. HEX triplet: E3, 0A and B7. RGB value is (227,10,183). Sum of RGB (Red+Green+Blue) = 227+10+183=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E30AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30AB7 is #1CF548. Grayscale: #5E5E5E. Windows color (decimal): -1897801 or 11995875. OLE color: 11995875.
HSL color Cylindrical-coordinate representation of color #E30AB7: hue angle of 312.17º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30AB7 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 183 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.11 |
| HSL | 312.17º | 0.92% | 0.46% | - |
| HSV(B) | 312.17º | 0.96% | 0.89% | - |
| XYZ | 40.33 | 19.97 | 46.53 | - |
| YUV | 94.61 | 177.89 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 183 | 0 | 0.96 | 0.19 | 0.11 | 312.17 | 0.92 | 0.46 |
| Hex | E3 | A | B7 | 0 | 60 | 13 | B | 138 | 5C | 2E |
| Octal | 343 | 12 | 267 | 0 | 140 | 23 | 13 | 470 | 134 | 56 |
| Binary | 11100011 | 1010 | 10110111 | 0 | 1100000 | 10011 | 1011 | 100111000 | 1011100 | 101110 |
Color Harmonies of #E30AB7
Complementary color
Monochromatic Colors of #E30AB7
Black with #E30AB7
Text Example
Text Example
White with #E30AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30AB7; }
p { color: rgb(227,10,183); }
H1.HeaderClassName
{
color: #E30AB7;
}
.AnyTagClassName
{
color: #E30AB7;
}
</style>
background-color css
<style>
a { background-color: #E30AB7; }
a { background-color: rgb(227,10,183); }
div.DivClassName
{
background-color: #E30AB7;
}
.BgClassName
{
background-color: #E30AB7;
}
</style>
border-color css
<style>
span { border-color: #E30AB7; }
span { border-color: rgb(227,10,183); }
td.TdClassName
{
border-color: #E30AB7;
}
.TagClassName
{
border-color: #E30AB7;
}
</style>