Shades of Shocking Pink #E305B7
Tints of Shocking Pink #E305B7
RGB
CMYK
RGB Variations
Color information
#E305B7 (or 0xE305B7) is known color: Shocking Pink. HEX triplet: E3, 05 and B7. RGB value is (227,5,183). Sum of RGB (Red+Green+Blue) = 227+5+183=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E305B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E305B7 is #1CFA48. Grayscale: #5B5B5B. Windows color (decimal): -1899081 or 11994595. OLE color: 11994595.
HSL color Cylindrical-coordinate representation of color #E305B7: hue angle of 311.89º 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 #E305B7 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 183 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.11 |
| HSL | 311.89º | 0.96% | 0.45% | - |
| HSV(B) | 311.89º | 0.98% | 0.89% | - |
| XYZ | 40.28 | 19.86 | 46.51 | - |
| YUV | 91.67 | 179.55 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 183 | 0 | 0.98 | 0.19 | 0.11 | 311.89 | 0.96 | 0.45 |
| Hex | E3 | 5 | B7 | 0 | 62 | 13 | B | 138 | 60 | 2D |
| Octal | 343 | 5 | 267 | 0 | 142 | 23 | 13 | 470 | 140 | 55 |
| Binary | 11100011 | 101 | 10110111 | 0 | 1100010 | 10011 | 1011 | 100111000 | 1100000 | 101101 |
Color Harmonies of #E305B7
Complementary color
Monochromatic Colors of #E305B7
Black with #E305B7
Text Example
Text Example
White with #E305B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305B7; }
p { color: rgb(227,5,183); }
H1.HeaderClassName
{
color: #E305B7;
}
.AnyTagClassName
{
color: #E305B7;
}
</style>
background-color css
<style>
a { background-color: #E305B7; }
a { background-color: rgb(227,5,183); }
div.DivClassName
{
background-color: #E305B7;
}
.BgClassName
{
background-color: #E305B7;
}
</style>
border-color css
<style>
span { border-color: #E305B7; }
span { border-color: rgb(227,5,183); }
td.TdClassName
{
border-color: #E305B7;
}
.TagClassName
{
border-color: #E305B7;
}
</style>