Shades of Shocking Pink #EA19C1
Tints of Shocking Pink #EA19C1
RGB
CMYK
RGB Variations
Color information
#EA19C1 (or 0xEA19C1) is known color: Shocking Pink. HEX triplet: EA, 19 and C1. RGB value is (234,25,193). Sum of RGB (Red+Green+Blue) = 234+25+193=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19C1 is #15E63E. Grayscale: #6A6A6A. Windows color (decimal): -1435199 or 12655082. OLE color: 12655082.
HSL color Cylindrical-coordinate representation of color #EA19C1: hue angle of 311.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19C1 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 193 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.08 |
| HSL | 311.77º | 0.83% | 0.51% | - |
| HSV(B) | 311.77º | 0.89% | 0.92% | - |
| XYZ | 43.9 | 22.04 | 52.39 | - |
| YUV | 106.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 193 | 0 | 0.89 | 0.18 | 0.08 | 311.77 | 0.83 | 0.51 |
| Hex | EA | 19 | C1 | 0 | 59 | 12 | 8 | 138 | 53 | 33 |
| Octal | 352 | 31 | 301 | 0 | 131 | 22 | 10 | 470 | 123 | 63 |
| Binary | 11101010 | 11001 | 11000001 | 0 | 1011001 | 10010 | 1000 | 100111000 | 1010011 | 110011 |
Color Harmonies of #EA19C1
Complementary color
Monochromatic Colors of #EA19C1
Black with #EA19C1
Text Example
Text Example
White with #EA19C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19C1; }
p { color: rgb(234,25,193); }
H1.HeaderClassName
{
color: #EA19C1;
}
.AnyTagClassName
{
color: #EA19C1;
}
</style>
background-color css
<style>
a { background-color: #EA19C1; }
a { background-color: rgb(234,25,193); }
div.DivClassName
{
background-color: #EA19C1;
}
.BgClassName
{
background-color: #EA19C1;
}
</style>
border-color css
<style>
span { border-color: #EA19C1; }
span { border-color: rgb(234,25,193); }
td.TdClassName
{
border-color: #EA19C1;
}
.TagClassName
{
border-color: #EA19C1;
}
</style>