Shades of Shocking Pink #E30CBD
Tints of Shocking Pink #E30CBD
RGB
CMYK
RGB Variations
Color information
#E30CBD (or 0xE30CBD) is known color: Shocking Pink. HEX triplet: E3, 0C and BD. RGB value is (227,12,189). Sum of RGB (Red+Green+Blue) = 227+12+189=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CBD is #1CF342. Grayscale: #5F5F5F. Windows color (decimal): -1897283 or 12389603. OLE color: 12389603.
HSL color Cylindrical-coordinate representation of color #E30CBD: hue angle of 310.6º degrees, saturation: 0.9, 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 #E30CBD is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 189 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.11 |
| HSL | 310.6º | 0.9% | 0.47% | - |
| HSV(B) | 310.6º | 0.95% | 0.89% | - |
| XYZ | 41 | 20.27 | 49.9 | - |
| YUV | 96.46 | 180.23 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 189 | 0 | 0.95 | 0.17 | 0.11 | 310.6 | 0.9 | 0.47 |
| Hex | E3 | C | BD | 0 | 5F | 11 | B | 137 | 5A | 2F |
| Octal | 343 | 14 | 275 | 0 | 137 | 21 | 13 | 467 | 132 | 57 |
| Binary | 11100011 | 1100 | 10111101 | 0 | 1011111 | 10001 | 1011 | 100110111 | 1011010 | 101111 |
Color Harmonies of #E30CBD
Complementary color
Monochromatic Colors of #E30CBD
Black with #E30CBD
Text Example
Text Example
White with #E30CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CBD; }
p { color: rgb(227,12,189); }
H1.HeaderClassName
{
color: #E30CBD;
}
.AnyTagClassName
{
color: #E30CBD;
}
</style>
background-color css
<style>
a { background-color: #E30CBD; }
a { background-color: rgb(227,12,189); }
div.DivClassName
{
background-color: #E30CBD;
}
.BgClassName
{
background-color: #E30CBD;
}
</style>
border-color css
<style>
span { border-color: #E30CBD; }
span { border-color: rgb(227,12,189); }
td.TdClassName
{
border-color: #E30CBD;
}
.TagClassName
{
border-color: #E30CBD;
}
</style>