Shades of Shocking Pink #E60BCA
Tints of Shocking Pink #E60BCA
RGB
CMYK
RGB Variations
Color information
#E60BCA (or 0xE60BCA) is known color: Shocking Pink. HEX triplet: E6, 0B and CA. RGB value is (230,11,202). Sum of RGB (Red+Green+Blue) = 230+11+202=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BCA is #19F435. Grayscale: #616161. Windows color (decimal): -1700918 or 13241318. OLE color: 13241318.
HSL color Cylindrical-coordinate representation of color #E60BCA: hue angle of 307.67º 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 #E60BCA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 202 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.10 |
| HSL | 307.67º | 0.91% | 0.47% | - |
| HSV(B) | 307.67º | 0.95% | 0.9% | - |
| XYZ | 43.41 | 21.33 | 57.71 | - |
| YUV | 98.26 | 186.55 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 202 | 0 | 0.95 | 0.12 | 0.10 | 307.67 | 0.91 | 0.47 |
| Hex | E6 | B | CA | 0 | 5F | C | A | 134 | 5B | 2F |
| Octal | 346 | 13 | 312 | 0 | 137 | 14 | 12 | 464 | 133 | 57 |
| Binary | 11100110 | 1011 | 11001010 | 0 | 1011111 | 1100 | 1010 | 100110100 | 1011011 | 101111 |
Color Harmonies of #E60BCA
Complementary color
Monochromatic Colors of #E60BCA
Black with #E60BCA
Text Example
Text Example
White with #E60BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BCA; }
p { color: rgb(230,11,202); }
H1.HeaderClassName
{
color: #E60BCA;
}
.AnyTagClassName
{
color: #E60BCA;
}
</style>
background-color css
<style>
a { background-color: #E60BCA; }
a { background-color: rgb(230,11,202); }
div.DivClassName
{
background-color: #E60BCA;
}
.BgClassName
{
background-color: #E60BCA;
}
</style>
border-color css
<style>
span { border-color: #E60BCA; }
span { border-color: rgb(230,11,202); }
td.TdClassName
{
border-color: #E60BCA;
}
.TagClassName
{
border-color: #E60BCA;
}
</style>