Shades of Shocking Pink #E318CE
Tints of Shocking Pink #E318CE
RGB
CMYK
RGB Variations
Color information
#E318CE (or 0xE318CE) is known color: Shocking Pink. HEX triplet: E3, 18 and CE. RGB value is (227,24,206). Sum of RGB (Red+Green+Blue) = 227+24+206=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E318CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318CE is #1CE731. Grayscale: #686868. Windows color (decimal): -1894194 or 13506787. OLE color: 13506787.
HSL color Cylindrical-coordinate representation of color #E318CE: hue angle of 306.21º 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 #E318CE is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 206 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.11 |
| HSL | 306.21º | 0.81% | 0.49% | - |
| HSV(B) | 306.21º | 0.89% | 0.89% | - |
| XYZ | 43.15 | 21.44 | 60.26 | - |
| YUV | 105.45 | 184.75 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 206 | 0 | 0.89 | 0.09 | 0.11 | 306.21 | 0.81 | 0.49 |
| Hex | E3 | 18 | CE | 0 | 59 | 9 | B | 132 | 51 | 31 |
| Octal | 343 | 30 | 316 | 0 | 131 | 11 | 13 | 462 | 121 | 61 |
| Binary | 11100011 | 11000 | 11001110 | 0 | 1011001 | 1001 | 1011 | 100110010 | 1010001 | 110001 |
Color Harmonies of #E318CE
Complementary color
Monochromatic Colors of #E318CE
Black with #E318CE
Text Example
Text Example
White with #E318CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318CE; }
p { color: rgb(227,24,206); }
H1.HeaderClassName
{
color: #E318CE;
}
.AnyTagClassName
{
color: #E318CE;
}
</style>
background-color css
<style>
a { background-color: #E318CE; }
a { background-color: rgb(227,24,206); }
div.DivClassName
{
background-color: #E318CE;
}
.BgClassName
{
background-color: #E318CE;
}
</style>
border-color css
<style>
span { border-color: #E318CE; }
span { border-color: rgb(227,24,206); }
td.TdClassName
{
border-color: #E318CE;
}
.TagClassName
{
border-color: #E318CE;
}
</style>