Shades of Shocking Pink #E514C4
Tints of Shocking Pink #E514C4
RGB
CMYK
RGB Variations
Color information
#E514C4 (or 0xE514C4) is known color: Shocking Pink. HEX triplet: E5, 14 and C4. RGB value is (229,20,196). Sum of RGB (Red+Green+Blue) = 229+20+196=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E514C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514C4 is #1AEB3B. Grayscale: #666666. Windows color (decimal): -1764156 or 12850405. OLE color: 12850405.
HSL color Cylindrical-coordinate representation of color #E514C4: hue angle of 309.47º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514C4 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 196 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.10 |
| HSL | 309.47º | 0.84% | 0.49% | - |
| HSV(B) | 309.47º | 0.91% | 0.9% | - |
| XYZ | 42.53 | 21.14 | 54.06 | - |
| YUV | 102.56 | 180.74 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 196 | 0 | 0.91 | 0.14 | 0.10 | 309.47 | 0.84 | 0.49 |
| Hex | E5 | 14 | C4 | 0 | 5B | E | A | 135 | 54 | 31 |
| Octal | 345 | 24 | 304 | 0 | 133 | 16 | 12 | 465 | 124 | 61 |
| Binary | 11100101 | 10100 | 11000100 | 0 | 1011011 | 1110 | 1010 | 100110101 | 1010100 | 110001 |
Color Harmonies of #E514C4
Complementary color
Monochromatic Colors of #E514C4
Black with #E514C4
Text Example
Text Example
White with #E514C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514C4; }
p { color: rgb(229,20,196); }
H1.HeaderClassName
{
color: #E514C4;
}
.AnyTagClassName
{
color: #E514C4;
}
</style>
background-color css
<style>
a { background-color: #E514C4; }
a { background-color: rgb(229,20,196); }
div.DivClassName
{
background-color: #E514C4;
}
.BgClassName
{
background-color: #E514C4;
}
</style>
border-color css
<style>
span { border-color: #E514C4; }
span { border-color: rgb(229,20,196); }
td.TdClassName
{
border-color: #E514C4;
}
.TagClassName
{
border-color: #E514C4;
}
</style>