Shades of Shocking Pink #EA12CF
Tints of Shocking Pink #EA12CF
RGB
CMYK
RGB Variations
Color information
#EA12CF (or 0xEA12CF) is known color: Shocking Pink. HEX triplet: EA, 12 and CF. RGB value is (234,18,207). Sum of RGB (Red+Green+Blue) = 234+18+207=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA12CF is #15ED30. Grayscale: #676767. Windows color (decimal): -1436977 or 13570794. OLE color: 13570794.
HSL color Cylindrical-coordinate representation of color #EA12CF: hue angle of 307.5º 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 #EA12CF is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 207 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.08 |
| HSL | 307.5º | 0.86% | 0.49% | - |
| HSV(B) | 307.5º | 0.92% | 0.92% | - |
| XYZ | 45.41 | 22.43 | 60.97 | - |
| YUV | 104.13 | 186.06 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 207 | 0 | 0.92 | 0.12 | 0.08 | 307.5 | 0.86 | 0.49 |
| Hex | EA | 12 | CF | 0 | 5C | C | 8 | 134 | 56 | 31 |
| Octal | 352 | 22 | 317 | 0 | 134 | 14 | 10 | 464 | 126 | 61 |
| Binary | 11101010 | 10010 | 11001111 | 0 | 1011100 | 1100 | 1000 | 100110100 | 1010110 | 110001 |
Color Harmonies of #EA12CF
Complementary color
Monochromatic Colors of #EA12CF
Black with #EA12CF
Text Example
Text Example
White with #EA12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA12CF; }
p { color: rgb(234,18,207); }
H1.HeaderClassName
{
color: #EA12CF;
}
.AnyTagClassName
{
color: #EA12CF;
}
</style>
background-color css
<style>
a { background-color: #EA12CF; }
a { background-color: rgb(234,18,207); }
div.DivClassName
{
background-color: #EA12CF;
}
.BgClassName
{
background-color: #EA12CF;
}
</style>
border-color css
<style>
span { border-color: #EA12CF; }
span { border-color: rgb(234,18,207); }
td.TdClassName
{
border-color: #EA12CF;
}
.TagClassName
{
border-color: #EA12CF;
}
</style>