Shades of Shocking Pink #EA10C4
Tints of Shocking Pink #EA10C4
RGB
CMYK
RGB Variations
Color information
#EA10C4 (or 0xEA10C4) is known color: Shocking Pink. HEX triplet: EA, 10 and C4. RGB value is (234,16,196). Sum of RGB (Red+Green+Blue) = 234+16+196=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA10C4 is #15EF3B. Grayscale: #656565. Windows color (decimal): -1437500 or 12849386. OLE color: 12849386.
HSL color Cylindrical-coordinate representation of color #EA10C4: hue angle of 310.46º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA10C4 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 196 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.08 |
| HSL | 310.46º | 0.87% | 0.49% | - |
| HSV(B) | 310.46º | 0.93% | 0.92% | - |
| XYZ | 44.08 | 21.85 | 54.12 | - |
| YUV | 101.7 | 181.22 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 196 | 0 | 0.93 | 0.16 | 0.08 | 310.46 | 0.87 | 0.49 |
| Hex | EA | 10 | C4 | 0 | 5D | 10 | 8 | 136 | 57 | 31 |
| Octal | 352 | 20 | 304 | 0 | 135 | 20 | 10 | 466 | 127 | 61 |
| Binary | 11101010 | 10000 | 11000100 | 0 | 1011101 | 10000 | 1000 | 100110110 | 1010111 | 110001 |
Color Harmonies of #EA10C4
Complementary color
Monochromatic Colors of #EA10C4
Black with #EA10C4
Text Example
Text Example
White with #EA10C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA10C4; }
p { color: rgb(234,16,196); }
H1.HeaderClassName
{
color: #EA10C4;
}
.AnyTagClassName
{
color: #EA10C4;
}
</style>
background-color css
<style>
a { background-color: #EA10C4; }
a { background-color: rgb(234,16,196); }
div.DivClassName
{
background-color: #EA10C4;
}
.BgClassName
{
background-color: #EA10C4;
}
</style>
border-color css
<style>
span { border-color: #EA10C4; }
span { border-color: rgb(234,16,196); }
td.TdClassName
{
border-color: #EA10C4;
}
.TagClassName
{
border-color: #EA10C4;
}
</style>