Shades of Shocking Pink #E60BB3
Tints of Shocking Pink #E60BB3
RGB
CMYK
RGB Variations
Color information
#E60BB3 (or 0xE60BB3) is known color: Shocking Pink. HEX triplet: E6, 0B and B3. RGB value is (230,11,179). Sum of RGB (Red+Green+Blue) = 230+11+179=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BB3 is #19F44C. Grayscale: #5F5F5F. Windows color (decimal): -1700941 or 11733990. OLE color: 11733990.
HSL color Cylindrical-coordinate representation of color #E60BB3: hue angle of 313.97º 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 #E60BB3 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 179 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.10 |
| HSL | 313.97º | 0.91% | 0.47% | - |
| HSV(B) | 313.97º | 0.95% | 0.9% | - |
| XYZ | 40.89 | 20.32 | 44.41 | - |
| YUV | 95.63 | 175.05 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 179 | 0 | 0.95 | 0.22 | 0.10 | 313.97 | 0.91 | 0.47 |
| Hex | E6 | B | B3 | 0 | 5F | 16 | A | 13A | 5B | 2F |
| Octal | 346 | 13 | 263 | 0 | 137 | 26 | 12 | 472 | 133 | 57 |
| Binary | 11100110 | 1011 | 10110011 | 0 | 1011111 | 10110 | 1010 | 100111010 | 1011011 | 101111 |
Color Harmonies of #E60BB3
Complementary color
Monochromatic Colors of #E60BB3
Black with #E60BB3
Text Example
Text Example
White with #E60BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BB3; }
p { color: rgb(230,11,179); }
H1.HeaderClassName
{
color: #E60BB3;
}
.AnyTagClassName
{
color: #E60BB3;
}
</style>
background-color css
<style>
a { background-color: #E60BB3; }
a { background-color: rgb(230,11,179); }
div.DivClassName
{
background-color: #E60BB3;
}
.BgClassName
{
background-color: #E60BB3;
}
</style>
border-color css
<style>
span { border-color: #E60BB3; }
span { border-color: rgb(230,11,179); }
td.TdClassName
{
border-color: #E60BB3;
}
.TagClassName
{
border-color: #E60BB3;
}
</style>