Shades of Shocking Pink #E518CF
Tints of Shocking Pink #E518CF
RGB
CMYK
RGB Variations
Color information
#E518CF (or 0xE518CF) is known color: Shocking Pink. HEX triplet: E5, 18 and CF. RGB value is (229,24,207). Sum of RGB (Red+Green+Blue) = 229+24+207=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E518CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518CF is #1AE730. Grayscale: #696969. Windows color (decimal): -1763121 or 13572325. OLE color: 13572325.
HSL color Cylindrical-coordinate representation of color #E518CF: hue angle of 306.44º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518CF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 207 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.10 |
| HSL | 306.44º | 0.81% | 0.5% | - |
| HSV(B) | 306.44º | 0.9% | 0.9% | - |
| XYZ | 43.9 | 21.82 | 60.93 | - |
| YUV | 106.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 207 | 0 | 0.90 | 0.10 | 0.10 | 306.44 | 0.81 | 0.5 |
| Hex | E5 | 18 | CF | 0 | 5A | A | A | 132 | 51 | 32 |
| Octal | 345 | 30 | 317 | 0 | 132 | 12 | 12 | 462 | 121 | 62 |
| Binary | 11100101 | 11000 | 11001111 | 0 | 1011010 | 1010 | 1010 | 100110010 | 1010001 | 110010 |
Color Harmonies of #E518CF
Complementary color
Monochromatic Colors of #E518CF
Black with #E518CF
Text Example
Text Example
White with #E518CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518CF; }
p { color: rgb(229,24,207); }
H1.HeaderClassName
{
color: #E518CF;
}
.AnyTagClassName
{
color: #E518CF;
}
</style>
background-color css
<style>
a { background-color: #E518CF; }
a { background-color: rgb(229,24,207); }
div.DivClassName
{
background-color: #E518CF;
}
.BgClassName
{
background-color: #E518CF;
}
</style>
border-color css
<style>
span { border-color: #E518CF; }
span { border-color: rgb(229,24,207); }
td.TdClassName
{
border-color: #E518CF;
}
.TagClassName
{
border-color: #E518CF;
}
</style>