Shades of Shocking Pink #E309B5
Tints of Shocking Pink #E309B5
RGB
CMYK
RGB Variations
Color information
#E309B5 (or 0xE309B5) is known color: Shocking Pink. HEX triplet: E3, 09 and B5. RGB value is (227,9,181). Sum of RGB (Red+Green+Blue) = 227+9+181=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E309B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E309B5 is #1CF64A. Grayscale: #5D5D5D. Windows color (decimal): -1898059 or 11864547. OLE color: 11864547.
HSL color Cylindrical-coordinate representation of color #E309B5: hue angle of 312.66º 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 #E309B5 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 181 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.11 |
| HSL | 312.66º | 0.92% | 0.46% | - |
| HSV(B) | 312.66º | 0.96% | 0.89% | - |
| XYZ | 40.12 | 19.86 | 45.44 | - |
| YUV | 93.79 | 177.22 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 181 | 0 | 0.96 | 0.20 | 0.11 | 312.66 | 0.92 | 0.46 |
| Hex | E3 | 9 | B5 | 0 | 60 | 14 | B | 139 | 5C | 2E |
| Octal | 343 | 11 | 265 | 0 | 140 | 24 | 13 | 471 | 134 | 56 |
| Binary | 11100011 | 1001 | 10110101 | 0 | 1100000 | 10100 | 1011 | 100111001 | 1011100 | 101110 |
Color Harmonies of #E309B5
Complementary color
Monochromatic Colors of #E309B5
Black with #E309B5
Text Example
Text Example
White with #E309B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E309B5; }
p { color: rgb(227,9,181); }
H1.HeaderClassName
{
color: #E309B5;
}
.AnyTagClassName
{
color: #E309B5;
}
</style>
background-color css
<style>
a { background-color: #E309B5; }
a { background-color: rgb(227,9,181); }
div.DivClassName
{
background-color: #E309B5;
}
.BgClassName
{
background-color: #E309B5;
}
</style>
border-color css
<style>
span { border-color: #E309B5; }
span { border-color: rgb(227,9,181); }
td.TdClassName
{
border-color: #E309B5;
}
.TagClassName
{
border-color: #E309B5;
}
</style>