Shades of Shocking Pink #EA16D0
Tints of Shocking Pink #EA16D0
RGB
CMYK
RGB Variations
Color information
#EA16D0 (or 0xEA16D0) is known color: Shocking Pink. HEX triplet: EA, 16 and D0. RGB value is (234,22,208). Sum of RGB (Red+Green+Blue) = 234+22+208=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA16D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA16D0 is #15E92F. Grayscale: #6A6A6A. Windows color (decimal): -1435952 or 13637354. OLE color: 13637354.
HSL color Cylindrical-coordinate representation of color #EA16D0: hue angle of 307.36º degrees, saturation: 0.83, 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 #EA16D0 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 208 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.08 |
| HSL | 307.36º | 0.83% | 0.5% | - |
| HSV(B) | 307.36º | 0.91% | 0.92% | - |
| XYZ | 45.6 | 22.62 | 61.64 | - |
| YUV | 106.59 | 185.24 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 208 | 0 | 0.91 | 0.11 | 0.08 | 307.36 | 0.83 | 0.5 |
| Hex | EA | 16 | D0 | 0 | 5B | B | 8 | 133 | 53 | 32 |
| Octal | 352 | 26 | 320 | 0 | 133 | 13 | 10 | 463 | 123 | 62 |
| Binary | 11101010 | 10110 | 11010000 | 0 | 1011011 | 1011 | 1000 | 100110011 | 1010011 | 110010 |
Color Harmonies of #EA16D0
Complementary color
Monochromatic Colors of #EA16D0
Black with #EA16D0
Text Example
Text Example
White with #EA16D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA16D0; }
p { color: rgb(234,22,208); }
H1.HeaderClassName
{
color: #EA16D0;
}
.AnyTagClassName
{
color: #EA16D0;
}
</style>
background-color css
<style>
a { background-color: #EA16D0; }
a { background-color: rgb(234,22,208); }
div.DivClassName
{
background-color: #EA16D0;
}
.BgClassName
{
background-color: #EA16D0;
}
</style>
border-color css
<style>
span { border-color: #EA16D0; }
span { border-color: rgb(234,22,208); }
td.TdClassName
{
border-color: #EA16D0;
}
.TagClassName
{
border-color: #EA16D0;
}
</style>