Shades of Shocking Pink #EA19C2
Tints of Shocking Pink #EA19C2
RGB
CMYK
RGB Variations
Color information
#EA19C2 (or 0xEA19C2) is known color: Shocking Pink. HEX triplet: EA, 19 and C2. RGB value is (234,25,194). Sum of RGB (Red+Green+Blue) = 234+25+194=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19C2 is #15E63D. Grayscale: #6A6A6A. Windows color (decimal): -1435198 or 12720618. OLE color: 12720618.
HSL color Cylindrical-coordinate representation of color #EA19C2: hue angle of 311.48º 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 #EA19C2 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 194 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.08 |
| HSL | 311.48º | 0.83% | 0.51% | - |
| HSV(B) | 311.48º | 0.89% | 0.92% | - |
| XYZ | 44.02 | 22.08 | 52.98 | - |
| YUV | 106.76 | 177.24 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 194 | 0 | 0.89 | 0.17 | 0.08 | 311.48 | 0.83 | 0.51 |
| Hex | EA | 19 | C2 | 0 | 59 | 11 | 8 | 137 | 53 | 33 |
| Octal | 352 | 31 | 302 | 0 | 131 | 21 | 10 | 467 | 123 | 63 |
| Binary | 11101010 | 11001 | 11000010 | 0 | 1011001 | 10001 | 1000 | 100110111 | 1010011 | 110011 |
Color Harmonies of #EA19C2
Complementary color
Monochromatic Colors of #EA19C2
Black with #EA19C2
Text Example
Text Example
White with #EA19C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19C2; }
p { color: rgb(234,25,194); }
H1.HeaderClassName
{
color: #EA19C2;
}
.AnyTagClassName
{
color: #EA19C2;
}
</style>
background-color css
<style>
a { background-color: #EA19C2; }
a { background-color: rgb(234,25,194); }
div.DivClassName
{
background-color: #EA19C2;
}
.BgClassName
{
background-color: #EA19C2;
}
</style>
border-color css
<style>
span { border-color: #EA19C2; }
span { border-color: rgb(234,25,194); }
td.TdClassName
{
border-color: #EA19C2;
}
.TagClassName
{
border-color: #EA19C2;
}
</style>