Shades of Shocking Pink #E318CF
Tints of Shocking Pink #E318CF
RGB
CMYK
RGB Variations
Color information
#E318CF (or 0xE318CF) is known color: Shocking Pink. HEX triplet: E3, 18 and CF. RGB value is (227,24,207). Sum of RGB (Red+Green+Blue) = 227+24+207=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E318CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318CF is #1CE730. Grayscale: #696969. Windows color (decimal): -1894193 or 13572323. OLE color: 13572323.
HSL color Cylindrical-coordinate representation of color #E318CF: hue angle of 305.91º 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 #E318CF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 207 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.11 |
| HSL | 305.91º | 0.81% | 0.49% | - |
| HSV(B) | 305.91º | 0.89% | 0.89% | - |
| XYZ | 43.27 | 21.49 | 60.9 | - |
| YUV | 105.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 207 | 0 | 0.89 | 0.09 | 0.11 | 305.91 | 0.81 | 0.49 |
| Hex | E3 | 18 | CF | 0 | 59 | 9 | B | 132 | 51 | 31 |
| Octal | 343 | 30 | 317 | 0 | 131 | 11 | 13 | 462 | 121 | 61 |
| Binary | 11100011 | 11000 | 11001111 | 0 | 1011001 | 1001 | 1011 | 100110010 | 1010001 | 110001 |
Color Harmonies of #E318CF
Complementary color
Monochromatic Colors of #E318CF
Black with #E318CF
Text Example
Text Example
White with #E318CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318CF; }
p { color: rgb(227,24,207); }
H1.HeaderClassName
{
color: #E318CF;
}
.AnyTagClassName
{
color: #E318CF;
}
</style>
background-color css
<style>
a { background-color: #E318CF; }
a { background-color: rgb(227,24,207); }
div.DivClassName
{
background-color: #E318CF;
}
.BgClassName
{
background-color: #E318CF;
}
</style>
border-color css
<style>
span { border-color: #E318CF; }
span { border-color: rgb(227,24,207); }
td.TdClassName
{
border-color: #E318CF;
}
.TagClassName
{
border-color: #E318CF;
}
</style>