Shades of Shocking Pink #E616CF
Tints of Shocking Pink #E616CF
RGB
CMYK
RGB Variations
Color information
#E616CF (or 0xE616CF) is known color: Shocking Pink. HEX triplet: E6, 16 and CF. RGB value is (230,22,207). Sum of RGB (Red+Green+Blue) = 230+22+207=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E616CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616CF is #19E930. Grayscale: #686868. Windows color (decimal): -1698097 or 13571814. OLE color: 13571814.
HSL color Cylindrical-coordinate representation of color #E616CF: hue angle of 306.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E616CF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 207 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.10 |
| HSL | 306.63º | 0.83% | 0.49% | - |
| HSV(B) | 306.63º | 0.9% | 0.9% | - |
| XYZ | 44.18 | 21.9 | 60.93 | - |
| YUV | 105.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 207 | 0 | 0.90 | 0.10 | 0.10 | 306.63 | 0.83 | 0.49 |
| Hex | E6 | 16 | CF | 0 | 5A | A | A | 133 | 53 | 31 |
| Octal | 346 | 26 | 317 | 0 | 132 | 12 | 12 | 463 | 123 | 61 |
| Binary | 11100110 | 10110 | 11001111 | 0 | 1011010 | 1010 | 1010 | 100110011 | 1010011 | 110001 |
Color Harmonies of #E616CF
Complementary color
Monochromatic Colors of #E616CF
Black with #E616CF
Text Example
Text Example
White with #E616CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E616CF; }
p { color: rgb(230,22,207); }
H1.HeaderClassName
{
color: #E616CF;
}
.AnyTagClassName
{
color: #E616CF;
}
</style>
background-color css
<style>
a { background-color: #E616CF; }
a { background-color: rgb(230,22,207); }
div.DivClassName
{
background-color: #E616CF;
}
.BgClassName
{
background-color: #E616CF;
}
</style>
border-color css
<style>
span { border-color: #E616CF; }
span { border-color: rgb(230,22,207); }
td.TdClassName
{
border-color: #E616CF;
}
.TagClassName
{
border-color: #E616CF;
}
</style>