Shades of Shocking Pink #E619CF
Tints of Shocking Pink #E619CF
RGB
CMYK
RGB Variations
Color information
#E619CF (or 0xE619CF) is known color: Shocking Pink. HEX triplet: E6, 19 and CF. RGB value is (230,25,207). Sum of RGB (Red+Green+Blue) = 230+25+207=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E619CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619CF is #19E630. Grayscale: #6A6A6A. Windows color (decimal): -1697329 or 13572582. OLE color: 13572582.
HSL color Cylindrical-coordinate representation of color #E619CF: hue angle of 306.73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E619CF is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 207 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.10 |
| HSL | 306.73º | 0.8% | 0.5% | - |
| HSV(B) | 306.73º | 0.89% | 0.9% | - |
| XYZ | 44.24 | 22.02 | 60.95 | - |
| YUV | 107.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 207 | 0 | 0.89 | 0.10 | 0.10 | 306.73 | 0.8 | 0.5 |
| Hex | E6 | 19 | CF | 0 | 59 | A | A | 133 | 50 | 32 |
| Octal | 346 | 31 | 317 | 0 | 131 | 12 | 12 | 463 | 120 | 62 |
| Binary | 11100110 | 11001 | 11001111 | 0 | 1011001 | 1010 | 1010 | 100110011 | 1010000 | 110010 |
Color Harmonies of #E619CF
Complementary color
Monochromatic Colors of #E619CF
Black with #E619CF
Text Example
Text Example
White with #E619CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619CF; }
p { color: rgb(230,25,207); }
H1.HeaderClassName
{
color: #E619CF;
}
.AnyTagClassName
{
color: #E619CF;
}
</style>
background-color css
<style>
a { background-color: #E619CF; }
a { background-color: rgb(230,25,207); }
div.DivClassName
{
background-color: #E619CF;
}
.BgClassName
{
background-color: #E619CF;
}
</style>
border-color css
<style>
span { border-color: #E619CF; }
span { border-color: rgb(230,25,207); }
td.TdClassName
{
border-color: #E619CF;
}
.TagClassName
{
border-color: #E619CF;
}
</style>