Shades of Shocking Pink #E510B6
Tints of Shocking Pink #E510B6
RGB
CMYK
RGB Variations
Color information
#E510B6 (or 0xE510B6) is known color: Shocking Pink. HEX triplet: E5, 10 and B6. RGB value is (229,16,182). Sum of RGB (Red+Green+Blue) = 229+16+182=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E510B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510B6 is #1AEF49. Grayscale: #626262. Windows color (decimal): -1765194 or 11931877. OLE color: 11931877.
HSL color Cylindrical-coordinate representation of color #E510B6: hue angle of 313.24º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510B6 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 182 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.10 |
| HSL | 313.24º | 0.87% | 0.48% | - |
| HSV(B) | 313.24º | 0.93% | 0.9% | - |
| XYZ | 40.94 | 20.41 | 46.04 | - |
| YUV | 98.61 | 175.07 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 182 | 0 | 0.93 | 0.21 | 0.10 | 313.24 | 0.87 | 0.48 |
| Hex | E5 | 10 | B6 | 0 | 5D | 15 | A | 139 | 57 | 30 |
| Octal | 345 | 20 | 266 | 0 | 135 | 25 | 12 | 471 | 127 | 60 |
| Binary | 11100101 | 10000 | 10110110 | 0 | 1011101 | 10101 | 1010 | 100111001 | 1010111 | 110000 |
Color Harmonies of #E510B6
Complementary color
Monochromatic Colors of #E510B6
Black with #E510B6
Text Example
Text Example
White with #E510B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E510B6; }
p { color: rgb(229,16,182); }
H1.HeaderClassName
{
color: #E510B6;
}
.AnyTagClassName
{
color: #E510B6;
}
</style>
background-color css
<style>
a { background-color: #E510B6; }
a { background-color: rgb(229,16,182); }
div.DivClassName
{
background-color: #E510B6;
}
.BgClassName
{
background-color: #E510B6;
}
</style>
border-color css
<style>
span { border-color: #E510B6; }
span { border-color: rgb(229,16,182); }
td.TdClassName
{
border-color: #E510B6;
}
.TagClassName
{
border-color: #E510B6;
}
</style>