Shades of Shocking Pink #E318C5
Tints of Shocking Pink #E318C5
RGB
CMYK
RGB Variations
Color information
#E318C5 (or 0xE318C5) is known color: Shocking Pink. HEX triplet: E3, 18 and C5. RGB value is (227,24,197). Sum of RGB (Red+Green+Blue) = 227+24+197=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E318C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318C5 is #1CE73A. Grayscale: #676767. Windows color (decimal): -1894203 or 12916963. OLE color: 12916963.
HSL color Cylindrical-coordinate representation of color #E318C5: hue angle of 308.87º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E318C5 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 197 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.11 |
| HSL | 308.87º | 0.81% | 0.49% | - |
| HSV(B) | 308.87º | 0.89% | 0.89% | - |
| XYZ | 42.08 | 21.02 | 54.66 | - |
| YUV | 104.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 197 | 0 | 0.89 | 0.13 | 0.11 | 308.87 | 0.81 | 0.49 |
| Hex | E3 | 18 | C5 | 0 | 59 | D | B | 135 | 51 | 31 |
| Octal | 343 | 30 | 305 | 0 | 131 | 15 | 13 | 465 | 121 | 61 |
| Binary | 11100011 | 11000 | 11000101 | 0 | 1011001 | 1101 | 1011 | 100110101 | 1010001 | 110001 |
Color Harmonies of #E318C5
Complementary color
Monochromatic Colors of #E318C5
Black with #E318C5
Text Example
Text Example
White with #E318C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318C5; }
p { color: rgb(227,24,197); }
H1.HeaderClassName
{
color: #E318C5;
}
.AnyTagClassName
{
color: #E318C5;
}
</style>
background-color css
<style>
a { background-color: #E318C5; }
a { background-color: rgb(227,24,197); }
div.DivClassName
{
background-color: #E318C5;
}
.BgClassName
{
background-color: #E318C5;
}
</style>
border-color css
<style>
span { border-color: #E318C5; }
span { border-color: rgb(227,24,197); }
td.TdClassName
{
border-color: #E318C5;
}
.TagClassName
{
border-color: #E318C5;
}
</style>