Shades of Shocking Pink #E61AC2
Tints of Shocking Pink #E61AC2
RGB
CMYK
RGB Variations
Color information
#E61AC2 (or 0xE61AC2) is known color: Shocking Pink. HEX triplet: E6, 1A and C2. RGB value is (230,26,194). Sum of RGB (Red+Green+Blue) = 230+26+194=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61AC2 is #19E53D. Grayscale: #696969. Windows color (decimal): -1697086 or 12720870. OLE color: 12720870.
HSL color Cylindrical-coordinate representation of color #E61AC2: hue angle of 310.59º 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 #E61AC2 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 194 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.10 |
| HSL | 310.59º | 0.8% | 0.5% | - |
| HSV(B) | 310.59º | 0.89% | 0.9% | - |
| XYZ | 42.74 | 21.46 | 52.93 | - |
| YUV | 106.15 | 177.59 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 194 | 0 | 0.89 | 0.16 | 0.10 | 310.59 | 0.8 | 0.5 |
| Hex | E6 | 1A | C2 | 0 | 59 | 10 | A | 137 | 50 | 32 |
| Octal | 346 | 32 | 302 | 0 | 131 | 20 | 12 | 467 | 120 | 62 |
| Binary | 11100110 | 11010 | 11000010 | 0 | 1011001 | 10000 | 1010 | 100110111 | 1010000 | 110010 |
Color Harmonies of #E61AC2
Complementary color
Monochromatic Colors of #E61AC2
Black with #E61AC2
Text Example
Text Example
White with #E61AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61AC2; }
p { color: rgb(230,26,194); }
H1.HeaderClassName
{
color: #E61AC2;
}
.AnyTagClassName
{
color: #E61AC2;
}
</style>
background-color css
<style>
a { background-color: #E61AC2; }
a { background-color: rgb(230,26,194); }
div.DivClassName
{
background-color: #E61AC2;
}
.BgClassName
{
background-color: #E61AC2;
}
</style>
border-color css
<style>
span { border-color: #E61AC2; }
span { border-color: rgb(230,26,194); }
td.TdClassName
{
border-color: #E61AC2;
}
.TagClassName
{
border-color: #E61AC2;
}
</style>