Shades of Shocking Pink #EA12C8
Tints of Shocking Pink #EA12C8
RGB
CMYK
RGB Variations
Color information
#EA12C8 (or 0xEA12C8) is known color: Shocking Pink. HEX triplet: EA, 12 and C8. RGB value is (234,18,200). Sum of RGB (Red+Green+Blue) = 234+18+200=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA12C8 is #15ED37. Grayscale: #666666. Windows color (decimal): -1436984 or 13112042. OLE color: 13112042.
HSL color Cylindrical-coordinate representation of color #EA12C8: hue angle of 309.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA12C8 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 200 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.08 |
| HSL | 309.44º | 0.86% | 0.49% | - |
| HSV(B) | 309.44º | 0.92% | 0.92% | - |
| XYZ | 44.57 | 22.1 | 56.56 | - |
| YUV | 103.33 | 182.56 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 200 | 0 | 0.92 | 0.15 | 0.08 | 309.44 | 0.86 | 0.49 |
| Hex | EA | 12 | C8 | 0 | 5C | F | 8 | 135 | 56 | 31 |
| Octal | 352 | 22 | 310 | 0 | 134 | 17 | 10 | 465 | 126 | 61 |
| Binary | 11101010 | 10010 | 11001000 | 0 | 1011100 | 1111 | 1000 | 100110101 | 1010110 | 110001 |
Color Harmonies of #EA12C8
Complementary color
Monochromatic Colors of #EA12C8
Black with #EA12C8
Text Example
Text Example
White with #EA12C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA12C8; }
p { color: rgb(234,18,200); }
H1.HeaderClassName
{
color: #EA12C8;
}
.AnyTagClassName
{
color: #EA12C8;
}
</style>
background-color css
<style>
a { background-color: #EA12C8; }
a { background-color: rgb(234,18,200); }
div.DivClassName
{
background-color: #EA12C8;
}
.BgClassName
{
background-color: #EA12C8;
}
</style>
border-color css
<style>
span { border-color: #EA12C8; }
span { border-color: rgb(234,18,200); }
td.TdClassName
{
border-color: #EA12C8;
}
.TagClassName
{
border-color: #EA12C8;
}
</style>