Shades of Shocking Pink #EA13C2
Tints of Shocking Pink #EA13C2
RGB
CMYK
RGB Variations
Color information
#EA13C2 (or 0xEA13C2) is known color: Shocking Pink. HEX triplet: EA, 13 and C2. RGB value is (234,19,194). Sum of RGB (Red+Green+Blue) = 234+19+194=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA13C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA13C2 is #15EC3D. Grayscale: #666666. Windows color (decimal): -1436734 or 12719082. OLE color: 12719082.
HSL color Cylindrical-coordinate representation of color #EA13C2: hue angle of 311.16º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA13C2 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 194 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.08 |
| HSL | 311.16º | 0.85% | 0.5% | - |
| HSV(B) | 311.16º | 0.92% | 0.92% | - |
| XYZ | 43.9 | 21.85 | 52.94 | - |
| YUV | 103.24 | 179.23 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 194 | 0 | 0.92 | 0.17 | 0.08 | 311.16 | 0.85 | 0.5 |
| Hex | EA | 13 | C2 | 0 | 5C | 11 | 8 | 137 | 55 | 32 |
| Octal | 352 | 23 | 302 | 0 | 134 | 21 | 10 | 467 | 125 | 62 |
| Binary | 11101010 | 10011 | 11000010 | 0 | 1011100 | 10001 | 1000 | 100110111 | 1010101 | 110010 |
Color Harmonies of #EA13C2
Complementary color
Monochromatic Colors of #EA13C2
Black with #EA13C2
Text Example
Text Example
White with #EA13C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA13C2; }
p { color: rgb(234,19,194); }
H1.HeaderClassName
{
color: #EA13C2;
}
.AnyTagClassName
{
color: #EA13C2;
}
</style>
background-color css
<style>
a { background-color: #EA13C2; }
a { background-color: rgb(234,19,194); }
div.DivClassName
{
background-color: #EA13C2;
}
.BgClassName
{
background-color: #EA13C2;
}
</style>
border-color css
<style>
span { border-color: #EA13C2; }
span { border-color: rgb(234,19,194); }
td.TdClassName
{
border-color: #EA13C2;
}
.TagClassName
{
border-color: #EA13C2;
}
</style>