Shades of Shocking Pink #EA17C0
Tints of Shocking Pink #EA17C0
RGB
CMYK
RGB Variations
Color information
#EA17C0 (or 0xEA17C0) is known color: Shocking Pink. HEX triplet: EA, 17 and C0. RGB value is (234,23,192). Sum of RGB (Red+Green+Blue) = 234+23+192=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17C0 is #15E83F. Grayscale: #686868. Windows color (decimal): -1435712 or 12589034. OLE color: 12589034.
HSL color Cylindrical-coordinate representation of color #EA17C0: hue angle of 311.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17C0 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 192 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.08 |
| HSL | 311.94º | 0.83% | 0.5% | - |
| HSV(B) | 311.94º | 0.9% | 0.92% | - |
| XYZ | 43.75 | 21.91 | 51.79 | - |
| YUV | 105.36 | 176.9 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 192 | 0 | 0.90 | 0.18 | 0.08 | 311.94 | 0.83 | 0.5 |
| Hex | EA | 17 | C0 | 0 | 5A | 12 | 8 | 138 | 53 | 32 |
| Octal | 352 | 27 | 300 | 0 | 132 | 22 | 10 | 470 | 123 | 62 |
| Binary | 11101010 | 10111 | 11000000 | 0 | 1011010 | 10010 | 1000 | 100111000 | 1010011 | 110010 |
Color Harmonies of #EA17C0
Complementary color
Monochromatic Colors of #EA17C0
Black with #EA17C0
Text Example
Text Example
White with #EA17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17C0; }
p { color: rgb(234,23,192); }
H1.HeaderClassName
{
color: #EA17C0;
}
.AnyTagClassName
{
color: #EA17C0;
}
</style>
background-color css
<style>
a { background-color: #EA17C0; }
a { background-color: rgb(234,23,192); }
div.DivClassName
{
background-color: #EA17C0;
}
.BgClassName
{
background-color: #EA17C0;
}
</style>
border-color css
<style>
span { border-color: #EA17C0; }
span { border-color: rgb(234,23,192); }
td.TdClassName
{
border-color: #EA17C0;
}
.TagClassName
{
border-color: #EA17C0;
}
</style>