Shades of Shocking Pink #E305BC
Tints of Shocking Pink #E305BC
RGB
CMYK
RGB Variations
Color information
#E305BC (or 0xE305BC) is known color: Shocking Pink. HEX triplet: E3, 05 and BC. RGB value is (227,5,188). Sum of RGB (Red+Green+Blue) = 227+5+188=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E305BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E305BC is #1CFA43. Grayscale: #5B5B5B. Windows color (decimal): -1899076 or 12322275. OLE color: 12322275.
HSL color Cylindrical-coordinate representation of color #E305BC: hue angle of 310.54º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E305BC is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.11 |
| HSL | 310.54º | 0.96% | 0.45% | - |
| HSV(B) | 310.54º | 0.98% | 0.89% | - |
| XYZ | 40.81 | 20.07 | 49.3 | - |
| YUV | 92.24 | 182.05 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 188 | 0 | 0.98 | 0.17 | 0.11 | 310.54 | 0.96 | 0.45 |
| Hex | E3 | 5 | BC | 0 | 62 | 11 | B | 137 | 60 | 2D |
| Octal | 343 | 5 | 274 | 0 | 142 | 21 | 13 | 467 | 140 | 55 |
| Binary | 11100011 | 101 | 10111100 | 0 | 1100010 | 10001 | 1011 | 100110111 | 1100000 | 101101 |
Color Harmonies of #E305BC
Complementary color
Monochromatic Colors of #E305BC
Black with #E305BC
Text Example
Text Example
White with #E305BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305BC; }
p { color: rgb(227,5,188); }
H1.HeaderClassName
{
color: #E305BC;
}
.AnyTagClassName
{
color: #E305BC;
}
</style>
background-color css
<style>
a { background-color: #E305BC; }
a { background-color: rgb(227,5,188); }
div.DivClassName
{
background-color: #E305BC;
}
.BgClassName
{
background-color: #E305BC;
}
</style>
border-color css
<style>
span { border-color: #E305BC; }
span { border-color: rgb(227,5,188); }
td.TdClassName
{
border-color: #E305BC;
}
.TagClassName
{
border-color: #E305BC;
}
</style>