Shades of Shocking Pink #EA1EC7
Tints of Shocking Pink #EA1EC7
RGB
CMYK
RGB Variations
Color information
#EA1EC7 (or 0xEA1EC7) is known color: Shocking Pink. HEX triplet: EA, 1E and C7. RGB value is (234,30,199). Sum of RGB (Red+Green+Blue) = 234+30+199=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1EC7 is #15E138. Grayscale: #6D6D6D. Windows color (decimal): -1433913 or 13049578. OLE color: 13049578.
HSL color Cylindrical-coordinate representation of color #EA1EC7: hue angle of 310.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1EC7 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 30 | 199 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.08 |
| HSL | 310.29º | 0.83% | 0.52% | - |
| HSV(B) | 310.29º | 0.87% | 0.92% | - |
| XYZ | 44.7 | 22.54 | 56.03 | - |
| YUV | 110.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 199 | 0 | 0.87 | 0.15 | 0.08 | 310.29 | 0.83 | 0.52 |
| Hex | EA | 1E | C7 | 0 | 57 | F | 8 | 136 | 53 | 34 |
| Octal | 352 | 36 | 307 | 0 | 127 | 17 | 10 | 466 | 123 | 64 |
| Binary | 11101010 | 11110 | 11000111 | 0 | 1010111 | 1111 | 1000 | 100110110 | 1010011 | 110100 |
Color Harmonies of #EA1EC7
Complementary color
Monochromatic Colors of #EA1EC7
Black with #EA1EC7
Text Example
Text Example
White with #EA1EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1EC7; }
p { color: rgb(234,30,199); }
H1.HeaderClassName
{
color: #EA1EC7;
}
.AnyTagClassName
{
color: #EA1EC7;
}
</style>
background-color css
<style>
a { background-color: #EA1EC7; }
a { background-color: rgb(234,30,199); }
div.DivClassName
{
background-color: #EA1EC7;
}
.BgClassName
{
background-color: #EA1EC7;
}
</style>
border-color css
<style>
span { border-color: #EA1EC7; }
span { border-color: rgb(234,30,199); }
td.TdClassName
{
border-color: #EA1EC7;
}
.TagClassName
{
border-color: #EA1EC7;
}
</style>