Shades of Shocking Pink #E60BC4
Tints of Shocking Pink #E60BC4
RGB
CMYK
RGB Variations
Color information
#E60BC4 (or 0xE60BC4) is known color: Shocking Pink. HEX triplet: E6, 0B and C4. RGB value is (230,11,196). Sum of RGB (Red+Green+Blue) = 230+11+196=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BC4 is #19F43B. Grayscale: #616161. Windows color (decimal): -1700924 or 12848102. OLE color: 12848102.
HSL color Cylindrical-coordinate representation of color #E60BC4: hue angle of 309.32º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60BC4 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 196 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.10 |
| HSL | 309.32º | 0.91% | 0.47% | - |
| HSV(B) | 309.32º | 0.95% | 0.9% | - |
| XYZ | 42.72 | 21.05 | 54.04 | - |
| YUV | 97.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 196 | 0 | 0.95 | 0.15 | 0.10 | 309.32 | 0.91 | 0.47 |
| Hex | E6 | B | C4 | 0 | 5F | F | A | 135 | 5B | 2F |
| Octal | 346 | 13 | 304 | 0 | 137 | 17 | 12 | 465 | 133 | 57 |
| Binary | 11100110 | 1011 | 11000100 | 0 | 1011111 | 1111 | 1010 | 100110101 | 1011011 | 101111 |
Color Harmonies of #E60BC4
Complementary color
Monochromatic Colors of #E60BC4
Black with #E60BC4
Text Example
Text Example
White with #E60BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BC4; }
p { color: rgb(230,11,196); }
H1.HeaderClassName
{
color: #E60BC4;
}
.AnyTagClassName
{
color: #E60BC4;
}
</style>
background-color css
<style>
a { background-color: #E60BC4; }
a { background-color: rgb(230,11,196); }
div.DivClassName
{
background-color: #E60BC4;
}
.BgClassName
{
background-color: #E60BC4;
}
</style>
border-color css
<style>
span { border-color: #E60BC4; }
span { border-color: rgb(230,11,196); }
td.TdClassName
{
border-color: #E60BC4;
}
.TagClassName
{
border-color: #E60BC4;
}
</style>