Shades of Shocking Pink #E618CF
Tints of Shocking Pink #E618CF
RGB
CMYK
RGB Variations
Color information
#E618CF (or 0xE618CF) is known color: Shocking Pink. HEX triplet: E6, 18 and CF. RGB value is (230,24,207). Sum of RGB (Red+Green+Blue) = 230+24+207=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E618CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618CF is #19E730. Grayscale: #696969. Windows color (decimal): -1697585 or 13572326. OLE color: 13572326.
HSL color Cylindrical-coordinate representation of color #E618CF: hue angle of 306.7º 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 #E618CF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 207 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.10 |
| HSL | 306.7º | 0.81% | 0.5% | - |
| HSV(B) | 306.7º | 0.9% | 0.9% | - |
| XYZ | 44.22 | 21.98 | 60.94 | - |
| YUV | 106.46 | 184.75 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 207 | 0 | 0.90 | 0.10 | 0.10 | 306.7 | 0.81 | 0.5 |
| Hex | E6 | 18 | CF | 0 | 5A | A | A | 133 | 51 | 32 |
| Octal | 346 | 30 | 317 | 0 | 132 | 12 | 12 | 463 | 121 | 62 |
| Binary | 11100110 | 11000 | 11001111 | 0 | 1011010 | 1010 | 1010 | 100110011 | 1010001 | 110010 |
Color Harmonies of #E618CF
Complementary color
Monochromatic Colors of #E618CF
Black with #E618CF
Text Example
Text Example
White with #E618CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618CF; }
p { color: rgb(230,24,207); }
H1.HeaderClassName
{
color: #E618CF;
}
.AnyTagClassName
{
color: #E618CF;
}
</style>
background-color css
<style>
a { background-color: #E618CF; }
a { background-color: rgb(230,24,207); }
div.DivClassName
{
background-color: #E618CF;
}
.BgClassName
{
background-color: #E618CF;
}
</style>
border-color css
<style>
span { border-color: #E618CF; }
span { border-color: rgb(230,24,207); }
td.TdClassName
{
border-color: #E618CF;
}
.TagClassName
{
border-color: #E618CF;
}
</style>