Shades of Shocking Pink #E60FB5
Tints of Shocking Pink #E60FB5
RGB
CMYK
RGB Variations
Color information
#E60FB5 (or 0xE60FB5) is known color: Shocking Pink. HEX triplet: E6, 0F and B5. RGB value is (230,15,181). Sum of RGB (Red+Green+Blue) = 230+15+181=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FB5 is #19F04A. Grayscale: #616161. Windows color (decimal): -1699915 or 11866086. OLE color: 11866086.
HSL color Cylindrical-coordinate representation of color #E60FB5: hue angle of 313.67º degrees, saturation: 0.88, 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 #E60FB5 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 181 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.10 |
| HSL | 313.67º | 0.88% | 0.48% | - |
| HSV(B) | 313.67º | 0.93% | 0.9% | - |
| XYZ | 41.14 | 20.5 | 45.5 | - |
| YUV | 98.21 | 174.73 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 181 | 0 | 0.93 | 0.21 | 0.10 | 313.67 | 0.88 | 0.48 |
| Hex | E6 | F | B5 | 0 | 5D | 15 | A | 13A | 58 | 30 |
| Octal | 346 | 17 | 265 | 0 | 135 | 25 | 12 | 472 | 130 | 60 |
| Binary | 11100110 | 1111 | 10110101 | 0 | 1011101 | 10101 | 1010 | 100111010 | 1011000 | 110000 |
Color Harmonies of #E60FB5
Complementary color
Monochromatic Colors of #E60FB5
Black with #E60FB5
Text Example
Text Example
White with #E60FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FB5; }
p { color: rgb(230,15,181); }
H1.HeaderClassName
{
color: #E60FB5;
}
.AnyTagClassName
{
color: #E60FB5;
}
</style>
background-color css
<style>
a { background-color: #E60FB5; }
a { background-color: rgb(230,15,181); }
div.DivClassName
{
background-color: #E60FB5;
}
.BgClassName
{
background-color: #E60FB5;
}
</style>
border-color css
<style>
span { border-color: #E60FB5; }
span { border-color: rgb(230,15,181); }
td.TdClassName
{
border-color: #E60FB5;
}
.TagClassName
{
border-color: #E60FB5;
}
</style>