Shades of Shocking Pink #E619CC
Tints of Shocking Pink #E619CC
RGB
CMYK
RGB Variations
Color information
#E619CC (or 0xE619CC) is known color: Shocking Pink. HEX triplet: E6, 19 and CC. RGB value is (230,25,204). Sum of RGB (Red+Green+Blue) = 230+25+204=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E619CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619CC is #19E633. Grayscale: #6A6A6A. Windows color (decimal): -1697332 or 13375974. OLE color: 13375974.
HSL color Cylindrical-coordinate representation of color #E619CC: hue angle of 307.61º 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 #E619CC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 204 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.10 |
| HSL | 307.61º | 0.8% | 0.5% | - |
| HSV(B) | 307.61º | 0.89% | 0.9% | - |
| XYZ | 43.88 | 21.88 | 59.04 | - |
| YUV | 106.7 | 182.92 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 204 | 0 | 0.89 | 0.11 | 0.10 | 307.61 | 0.8 | 0.5 |
| Hex | E6 | 19 | CC | 0 | 59 | B | A | 134 | 50 | 32 |
| Octal | 346 | 31 | 314 | 0 | 131 | 13 | 12 | 464 | 120 | 62 |
| Binary | 11100110 | 11001 | 11001100 | 0 | 1011001 | 1011 | 1010 | 100110100 | 1010000 | 110010 |
Color Harmonies of #E619CC
Complementary color
Monochromatic Colors of #E619CC
Black with #E619CC
Text Example
Text Example
White with #E619CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619CC; }
p { color: rgb(230,25,204); }
H1.HeaderClassName
{
color: #E619CC;
}
.AnyTagClassName
{
color: #E619CC;
}
</style>
background-color css
<style>
a { background-color: #E619CC; }
a { background-color: rgb(230,25,204); }
div.DivClassName
{
background-color: #E619CC;
}
.BgClassName
{
background-color: #E619CC;
}
</style>
border-color css
<style>
span { border-color: #E619CC; }
span { border-color: rgb(230,25,204); }
td.TdClassName
{
border-color: #E619CC;
}
.TagClassName
{
border-color: #E619CC;
}
</style>