Shades of Shocking Pink #EA17C6
Tints of Shocking Pink #EA17C6
RGB
CMYK
RGB Variations
Color information
#EA17C6 (or 0xEA17C6) is known color: Shocking Pink. HEX triplet: EA, 17 and C6. RGB value is (234,23,198). Sum of RGB (Red+Green+Blue) = 234+23+198=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17C6 is #15E839. Grayscale: #696969. Windows color (decimal): -1435706 or 12982250. OLE color: 12982250.
HSL color Cylindrical-coordinate representation of color #EA17C6: hue angle of 310.24º 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 #EA17C6 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 198 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.08 |
| HSL | 310.24º | 0.83% | 0.5% | - |
| HSV(B) | 310.24º | 0.9% | 0.92% | - |
| XYZ | 44.43 | 22.18 | 55.37 | - |
| YUV | 106.04 | 179.9 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 198 | 0 | 0.90 | 0.15 | 0.08 | 310.24 | 0.83 | 0.5 |
| Hex | EA | 17 | C6 | 0 | 5A | F | 8 | 136 | 53 | 32 |
| Octal | 352 | 27 | 306 | 0 | 132 | 17 | 10 | 466 | 123 | 62 |
| Binary | 11101010 | 10111 | 11000110 | 0 | 1011010 | 1111 | 1000 | 100110110 | 1010011 | 110010 |
Color Harmonies of #EA17C6
Complementary color
Monochromatic Colors of #EA17C6
Black with #EA17C6
Text Example
Text Example
White with #EA17C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17C6; }
p { color: rgb(234,23,198); }
H1.HeaderClassName
{
color: #EA17C6;
}
.AnyTagClassName
{
color: #EA17C6;
}
</style>
background-color css
<style>
a { background-color: #EA17C6; }
a { background-color: rgb(234,23,198); }
div.DivClassName
{
background-color: #EA17C6;
}
.BgClassName
{
background-color: #EA17C6;
}
</style>
border-color css
<style>
span { border-color: #EA17C6; }
span { border-color: rgb(234,23,198); }
td.TdClassName
{
border-color: #EA17C6;
}
.TagClassName
{
border-color: #EA17C6;
}
</style>