Shades of Shocking Pink #E118C1
Tints of Shocking Pink #E118C1
RGB
CMYK
RGB Variations
Color information
#E118C1 (or 0xE118C1) is known color: Shocking Pink. HEX triplet: E1, 18 and C1. RGB value is (225,24,193). Sum of RGB (Red+Green+Blue) = 225+24+193=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E118C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118C1 is #1EE73E. Grayscale: #666666. Windows color (decimal): -2025279 or 12654817. OLE color: 12654817.
HSL color Cylindrical-coordinate representation of color #E118C1: hue angle of 309.55º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E118C1 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 193 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.12 |
| HSL | 309.55º | 0.81% | 0.49% | - |
| HSV(B) | 309.55º | 0.89% | 0.88% | - |
| XYZ | 41 | 20.51 | 52.25 | - |
| YUV | 103.37 | 178.59 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 193 | 0 | 0.89 | 0.14 | 0.12 | 309.55 | 0.81 | 0.49 |
| Hex | E1 | 18 | C1 | 0 | 59 | E | C | 136 | 51 | 31 |
| Octal | 341 | 30 | 301 | 0 | 131 | 16 | 14 | 466 | 121 | 61 |
| Binary | 11100001 | 11000 | 11000001 | 0 | 1011001 | 1110 | 1100 | 100110110 | 1010001 | 110001 |
Color Harmonies of #E118C1
Complementary color
Monochromatic Colors of #E118C1
Black with #E118C1
Text Example
Text Example
White with #E118C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118C1; }
p { color: rgb(225,24,193); }
H1.HeaderClassName
{
color: #E118C1;
}
.AnyTagClassName
{
color: #E118C1;
}
</style>
background-color css
<style>
a { background-color: #E118C1; }
a { background-color: rgb(225,24,193); }
div.DivClassName
{
background-color: #E118C1;
}
.BgClassName
{
background-color: #E118C1;
}
</style>
border-color css
<style>
span { border-color: #E118C1; }
span { border-color: rgb(225,24,193); }
td.TdClassName
{
border-color: #E118C1;
}
.TagClassName
{
border-color: #E118C1;
}
</style>