Shades of Shocking Pink #E611B5
Tints of Shocking Pink #E611B5
RGB
CMYK
RGB Variations
Color information
#E611B5 (or 0xE611B5) is known color: Shocking Pink. HEX triplet: E6, 11 and B5. RGB value is (230,17,181). Sum of RGB (Red+Green+Blue) = 230+17+181=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E611B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611B5 is #19EE4A. Grayscale: #626262. Windows color (decimal): -1699403 or 11866598. OLE color: 11866598.
HSL color Cylindrical-coordinate representation of color #E611B5: hue angle of 313.8º degrees, saturation: 0.86, 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 #E611B5 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 181 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.10 |
| HSL | 313.8º | 0.86% | 0.48% | - |
| HSV(B) | 313.8º | 0.93% | 0.9% | - |
| XYZ | 41.17 | 20.56 | 45.51 | - |
| YUV | 99.38 | 174.07 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 181 | 0 | 0.93 | 0.21 | 0.10 | 313.8 | 0.86 | 0.48 |
| Hex | E6 | 11 | B5 | 0 | 5D | 15 | A | 13A | 56 | 30 |
| Octal | 346 | 21 | 265 | 0 | 135 | 25 | 12 | 472 | 126 | 60 |
| Binary | 11100110 | 10001 | 10110101 | 0 | 1011101 | 10101 | 1010 | 100111010 | 1010110 | 110000 |
Color Harmonies of #E611B5
Complementary color
Monochromatic Colors of #E611B5
Black with #E611B5
Text Example
Text Example
White with #E611B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E611B5; }
p { color: rgb(230,17,181); }
H1.HeaderClassName
{
color: #E611B5;
}
.AnyTagClassName
{
color: #E611B5;
}
</style>
background-color css
<style>
a { background-color: #E611B5; }
a { background-color: rgb(230,17,181); }
div.DivClassName
{
background-color: #E611B5;
}
.BgClassName
{
background-color: #E611B5;
}
</style>
border-color css
<style>
span { border-color: #E611B5; }
span { border-color: rgb(230,17,181); }
td.TdClassName
{
border-color: #E611B5;
}
.TagClassName
{
border-color: #E611B5;
}
</style>