Shades of Shocking Pink #E61ACB
Tints of Shocking Pink #E61ACB
RGB
CMYK
RGB Variations
Color information
#E61ACB (or 0xE61ACB) is known color: Shocking Pink. HEX triplet: E6, 1A and CB. RGB value is (230,26,203). Sum of RGB (Red+Green+Blue) = 230+26+203=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ACB is #19E534. Grayscale: #6A6A6A. Windows color (decimal): -1697077 or 13310694. OLE color: 13310694.
HSL color Cylindrical-coordinate representation of color #E61ACB: hue angle of 307.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61ACB is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.10 |
| HSL | 307.94º | 0.8% | 0.5% | - |
| HSV(B) | 307.94º | 0.89% | 0.9% | - |
| XYZ | 43.78 | 21.87 | 58.41 | - |
| YUV | 107.17 | 182.09 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 203 | 0 | 0.89 | 0.12 | 0.10 | 307.94 | 0.8 | 0.5 |
| Hex | E6 | 1A | CB | 0 | 59 | C | A | 134 | 50 | 32 |
| Octal | 346 | 32 | 313 | 0 | 131 | 14 | 12 | 464 | 120 | 62 |
| Binary | 11100110 | 11010 | 11001011 | 0 | 1011001 | 1100 | 1010 | 100110100 | 1010000 | 110010 |
Color Harmonies of #E61ACB
Complementary color
Monochromatic Colors of #E61ACB
Black with #E61ACB
Text Example
Text Example
White with #E61ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61ACB; }
p { color: rgb(230,26,203); }
H1.HeaderClassName
{
color: #E61ACB;
}
.AnyTagClassName
{
color: #E61ACB;
}
</style>
background-color css
<style>
a { background-color: #E61ACB; }
a { background-color: rgb(230,26,203); }
div.DivClassName
{
background-color: #E61ACB;
}
.BgClassName
{
background-color: #E61ACB;
}
</style>
border-color css
<style>
span { border-color: #E61ACB; }
span { border-color: rgb(230,26,203); }
td.TdClassName
{
border-color: #E61ACB;
}
.TagClassName
{
border-color: #E61ACB;
}
</style>