Shades of Shocking Pink #E40ECA
Tints of Shocking Pink #E40ECA
RGB
CMYK
RGB Variations
Color information
#E40ECA (or 0xE40ECA) is known color: Shocking Pink. HEX triplet: E4, 0E and CA. RGB value is (228,14,202). Sum of RGB (Red+Green+Blue) = 228+14+202=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ECA is #1BF135. Grayscale: #626262. Windows color (decimal): -1831222 or 13242084. OLE color: 13242084.
HSL color Cylindrical-coordinate representation of color #E40ECA: hue angle of 307.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40ECA is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.11 |
| HSL | 307.29º | 0.88% | 0.47% | - |
| HSV(B) | 307.29º | 0.94% | 0.89% | - |
| XYZ | 42.81 | 21.07 | 57.69 | - |
| YUV | 99.42 | 185.9 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 202 | 0 | 0.94 | 0.11 | 0.11 | 307.29 | 0.88 | 0.47 |
| Hex | E4 | E | CA | 0 | 5E | B | B | 133 | 58 | 2F |
| Octal | 344 | 16 | 312 | 0 | 136 | 13 | 13 | 463 | 130 | 57 |
| Binary | 11100100 | 1110 | 11001010 | 0 | 1011110 | 1011 | 1011 | 100110011 | 1011000 | 101111 |
Color Harmonies of #E40ECA
Complementary color
Monochromatic Colors of #E40ECA
Black with #E40ECA
Text Example
Text Example
White with #E40ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40ECA; }
p { color: rgb(228,14,202); }
H1.HeaderClassName
{
color: #E40ECA;
}
.AnyTagClassName
{
color: #E40ECA;
}
</style>
background-color css
<style>
a { background-color: #E40ECA; }
a { background-color: rgb(228,14,202); }
div.DivClassName
{
background-color: #E40ECA;
}
.BgClassName
{
background-color: #E40ECA;
}
</style>
border-color css
<style>
span { border-color: #E40ECA; }
span { border-color: rgb(228,14,202); }
td.TdClassName
{
border-color: #E40ECA;
}
.TagClassName
{
border-color: #E40ECA;
}
</style>