Shades of Shocking Pink #EA17C5
Tints of Shocking Pink #EA17C5
RGB
CMYK
RGB Variations
Color information
#EA17C5 (or 0xEA17C5) is known color: Shocking Pink. HEX triplet: EA, 17 and C5. RGB value is (234,23,197). Sum of RGB (Red+Green+Blue) = 234+23+197=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17C5 is #15E83A. Grayscale: #696969. Windows color (decimal): -1435707 or 12916714. OLE color: 12916714.
HSL color Cylindrical-coordinate representation of color #EA17C5: hue angle of 310.52º 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 #EA17C5 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 197 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.08 |
| HSL | 310.52º | 0.83% | 0.5% | - |
| HSV(B) | 310.52º | 0.9% | 0.92% | - |
| XYZ | 44.32 | 22.14 | 54.76 | - |
| YUV | 105.93 | 179.4 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 197 | 0 | 0.90 | 0.16 | 0.08 | 310.52 | 0.83 | 0.5 |
| Hex | EA | 17 | C5 | 0 | 5A | 10 | 8 | 137 | 53 | 32 |
| Octal | 352 | 27 | 305 | 0 | 132 | 20 | 10 | 467 | 123 | 62 |
| Binary | 11101010 | 10111 | 11000101 | 0 | 1011010 | 10000 | 1000 | 100110111 | 1010011 | 110010 |
Color Harmonies of #EA17C5
Complementary color
Monochromatic Colors of #EA17C5
Black with #EA17C5
Text Example
Text Example
White with #EA17C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17C5; }
p { color: rgb(234,23,197); }
H1.HeaderClassName
{
color: #EA17C5;
}
.AnyTagClassName
{
color: #EA17C5;
}
</style>
background-color css
<style>
a { background-color: #EA17C5; }
a { background-color: rgb(234,23,197); }
div.DivClassName
{
background-color: #EA17C5;
}
.BgClassName
{
background-color: #EA17C5;
}
</style>
border-color css
<style>
span { border-color: #EA17C5; }
span { border-color: rgb(234,23,197); }
td.TdClassName
{
border-color: #EA17C5;
}
.TagClassName
{
border-color: #EA17C5;
}
</style>