Shades of Shocking Pink #EA14C2
Tints of Shocking Pink #EA14C2
RGB
CMYK
RGB Variations
Color information
#EA14C2 (or 0xEA14C2) is known color: Shocking Pink. HEX triplet: EA, 14 and C2. RGB value is (234,20,194). Sum of RGB (Red+Green+Blue) = 234+20+194=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA14C2 is #15EB3D. Grayscale: #676767. Windows color (decimal): -1436478 or 12719338. OLE color: 12719338.
HSL color Cylindrical-coordinate representation of color #EA14C2: hue angle of 311.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA14C2 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 194 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.08 |
| HSL | 311.22º | 0.84% | 0.5% | - |
| HSV(B) | 311.22º | 0.91% | 0.92% | - |
| XYZ | 43.92 | 21.89 | 52.95 | - |
| YUV | 103.82 | 178.9 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 194 | 0 | 0.91 | 0.17 | 0.08 | 311.22 | 0.84 | 0.5 |
| Hex | EA | 14 | C2 | 0 | 5B | 11 | 8 | 137 | 54 | 32 |
| Octal | 352 | 24 | 302 | 0 | 133 | 21 | 10 | 467 | 124 | 62 |
| Binary | 11101010 | 10100 | 11000010 | 0 | 1011011 | 10001 | 1000 | 100110111 | 1010100 | 110010 |
Color Harmonies of #EA14C2
Complementary color
Monochromatic Colors of #EA14C2
Black with #EA14C2
Text Example
Text Example
White with #EA14C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA14C2; }
p { color: rgb(234,20,194); }
H1.HeaderClassName
{
color: #EA14C2;
}
.AnyTagClassName
{
color: #EA14C2;
}
</style>
background-color css
<style>
a { background-color: #EA14C2; }
a { background-color: rgb(234,20,194); }
div.DivClassName
{
background-color: #EA14C2;
}
.BgClassName
{
background-color: #EA14C2;
}
</style>
border-color css
<style>
span { border-color: #EA14C2; }
span { border-color: rgb(234,20,194); }
td.TdClassName
{
border-color: #EA14C2;
}
.TagClassName
{
border-color: #EA14C2;
}
</style>