Shades of Shocking Pink #E318C9
Tints of Shocking Pink #E318C9
RGB
CMYK
RGB Variations
Color information
#E318C9 (or 0xE318C9) is known color: Shocking Pink. HEX triplet: E3, 18 and C9. RGB value is (227,24,201). Sum of RGB (Red+Green+Blue) = 227+24+201=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E318C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318C9 is #1CE736. Grayscale: #686868. Windows color (decimal): -1894199 or 13179107. OLE color: 13179107.
HSL color Cylindrical-coordinate representation of color #E318C9: hue angle of 307.68º 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 #E318C9 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 201 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.11 |
| HSL | 307.68º | 0.81% | 0.49% | - |
| HSV(B) | 307.68º | 0.89% | 0.89% | - |
| XYZ | 42.55 | 21.2 | 57.11 | - |
| YUV | 104.88 | 182.25 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 201 | 0 | 0.89 | 0.11 | 0.11 | 307.68 | 0.81 | 0.49 |
| Hex | E3 | 18 | C9 | 0 | 59 | B | B | 134 | 51 | 31 |
| Octal | 343 | 30 | 311 | 0 | 131 | 13 | 13 | 464 | 121 | 61 |
| Binary | 11100011 | 11000 | 11001001 | 0 | 1011001 | 1011 | 1011 | 100110100 | 1010001 | 110001 |
Color Harmonies of #E318C9
Complementary color
Monochromatic Colors of #E318C9
Black with #E318C9
Text Example
Text Example
White with #E318C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318C9; }
p { color: rgb(227,24,201); }
H1.HeaderClassName
{
color: #E318C9;
}
.AnyTagClassName
{
color: #E318C9;
}
</style>
background-color css
<style>
a { background-color: #E318C9; }
a { background-color: rgb(227,24,201); }
div.DivClassName
{
background-color: #E318C9;
}
.BgClassName
{
background-color: #E318C9;
}
</style>
border-color css
<style>
span { border-color: #E318C9; }
span { border-color: rgb(227,24,201); }
td.TdClassName
{
border-color: #E318C9;
}
.TagClassName
{
border-color: #E318C9;
}
</style>