Shades of Shocking Pink #E509BD
Tints of Shocking Pink #E509BD
RGB
CMYK
RGB Variations
Color information
#E509BD (or 0xE509BD) is known color: Shocking Pink. HEX triplet: E5, 09 and BD. RGB value is (229,9,189). Sum of RGB (Red+Green+Blue) = 229+9+189=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E509BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E509BD is #1AF642. Grayscale: #5E5E5E. Windows color (decimal): -1766979 or 12388837. OLE color: 12388837.
HSL color Cylindrical-coordinate representation of color #E509BD: hue angle of 310.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E509BD is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.10 |
| HSL | 310.91º | 0.92% | 0.47% | - |
| HSV(B) | 310.91º | 0.96% | 0.9% | - |
| XYZ | 41.6 | 20.53 | 49.91 | - |
| YUV | 95.3 | 180.89 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 189 | 0 | 0.96 | 0.17 | 0.10 | 310.91 | 0.92 | 0.47 |
| Hex | E5 | 9 | BD | 0 | 60 | 11 | A | 137 | 5C | 2F |
| Octal | 345 | 11 | 275 | 0 | 140 | 21 | 12 | 467 | 134 | 57 |
| Binary | 11100101 | 1001 | 10111101 | 0 | 1100000 | 10001 | 1010 | 100110111 | 1011100 | 101111 |
Color Harmonies of #E509BD
Complementary color
Monochromatic Colors of #E509BD
Black with #E509BD
Text Example
Text Example
White with #E509BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E509BD; }
p { color: rgb(229,9,189); }
H1.HeaderClassName
{
color: #E509BD;
}
.AnyTagClassName
{
color: #E509BD;
}
</style>
background-color css
<style>
a { background-color: #E509BD; }
a { background-color: rgb(229,9,189); }
div.DivClassName
{
background-color: #E509BD;
}
.BgClassName
{
background-color: #E509BD;
}
</style>
border-color css
<style>
span { border-color: #E509BD; }
span { border-color: rgb(229,9,189); }
td.TdClassName
{
border-color: #E509BD;
}
.TagClassName
{
border-color: #E509BD;
}
</style>