Shades of Shocking Pink #E610B5
Tints of Shocking Pink #E610B5
RGB
CMYK
RGB Variations
Color information
#E610B5 (or 0xE610B5) is known color: Shocking Pink. HEX triplet: E6, 10 and B5. RGB value is (230,16,181). Sum of RGB (Red+Green+Blue) = 230+16+181=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E610B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610B5 is #19EF4A. Grayscale: #626262. Windows color (decimal): -1699659 or 11866342. OLE color: 11866342.
HSL color Cylindrical-coordinate representation of color #E610B5: hue angle of 313.74º 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 #E610B5 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 181 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.10 |
| HSL | 313.74º | 0.87% | 0.48% | - |
| HSV(B) | 313.74º | 0.93% | 0.9% | - |
| XYZ | 41.16 | 20.53 | 45.51 | - |
| YUV | 98.8 | 174.4 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 181 | 0 | 0.93 | 0.21 | 0.10 | 313.74 | 0.87 | 0.48 |
| Hex | E6 | 10 | B5 | 0 | 5D | 15 | A | 13A | 57 | 30 |
| Octal | 346 | 20 | 265 | 0 | 135 | 25 | 12 | 472 | 127 | 60 |
| Binary | 11100110 | 10000 | 10110101 | 0 | 1011101 | 10101 | 1010 | 100111010 | 1010111 | 110000 |
Color Harmonies of #E610B5
Complementary color
Monochromatic Colors of #E610B5
Black with #E610B5
Text Example
Text Example
White with #E610B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E610B5; }
p { color: rgb(230,16,181); }
H1.HeaderClassName
{
color: #E610B5;
}
.AnyTagClassName
{
color: #E610B5;
}
</style>
background-color css
<style>
a { background-color: #E610B5; }
a { background-color: rgb(230,16,181); }
div.DivClassName
{
background-color: #E610B5;
}
.BgClassName
{
background-color: #E610B5;
}
</style>
border-color css
<style>
span { border-color: #E610B5; }
span { border-color: rgb(230,16,181); }
td.TdClassName
{
border-color: #E610B5;
}
.TagClassName
{
border-color: #E610B5;
}
</style>