Shades of Shocking Pink #E61AC5
Tints of Shocking Pink #E61AC5
RGB
CMYK
RGB Variations
Color information
#E61AC5 (or 0xE61AC5) is known color: Shocking Pink. HEX triplet: E6, 1A and C5. RGB value is (230,26,197). Sum of RGB (Red+Green+Blue) = 230+26+197=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61AC5 is #19E53A. Grayscale: #6A6A6A. Windows color (decimal): -1697083 or 12917478. OLE color: 12917478.
HSL color Cylindrical-coordinate representation of color #E61AC5: hue angle of 309.71º 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 #E61AC5 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 197 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.10 |
| HSL | 309.71º | 0.8% | 0.5% | - |
| HSV(B) | 309.71º | 0.89% | 0.9% | - |
| XYZ | 43.08 | 21.59 | 54.72 | - |
| YUV | 106.49 | 179.09 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 197 | 0 | 0.89 | 0.14 | 0.10 | 309.71 | 0.8 | 0.5 |
| Hex | E6 | 1A | C5 | 0 | 59 | E | A | 136 | 50 | 32 |
| Octal | 346 | 32 | 305 | 0 | 131 | 16 | 12 | 466 | 120 | 62 |
| Binary | 11100110 | 11010 | 11000101 | 0 | 1011001 | 1110 | 1010 | 100110110 | 1010000 | 110010 |
Color Harmonies of #E61AC5
Complementary color
Monochromatic Colors of #E61AC5
Black with #E61AC5
Text Example
Text Example
White with #E61AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61AC5; }
p { color: rgb(230,26,197); }
H1.HeaderClassName
{
color: #E61AC5;
}
.AnyTagClassName
{
color: #E61AC5;
}
</style>
background-color css
<style>
a { background-color: #E61AC5; }
a { background-color: rgb(230,26,197); }
div.DivClassName
{
background-color: #E61AC5;
}
.BgClassName
{
background-color: #E61AC5;
}
</style>
border-color css
<style>
span { border-color: #E61AC5; }
span { border-color: rgb(230,26,197); }
td.TdClassName
{
border-color: #E61AC5;
}
.TagClassName
{
border-color: #E61AC5;
}
</style>