Shades of Shocking Pink #E51ECE
Tints of Shocking Pink #E51ECE
RGB
CMYK
RGB Variations
Color information
#E51ECE (or 0xE51ECE) is known color: Shocking Pink. HEX triplet: E5, 1E and CE. RGB value is (229,30,206). Sum of RGB (Red+Green+Blue) = 229+30+206=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ECE is #1AE131. Grayscale: #6D6D6D. Windows color (decimal): -1761586 or 13508325. OLE color: 13508325.
HSL color Cylindrical-coordinate representation of color #E51ECE: hue angle of 306.93º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51ECE is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 206 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.10 |
| HSL | 306.93º | 0.79% | 0.51% | - |
| HSV(B) | 306.93º | 0.87% | 0.9% | - |
| XYZ | 43.92 | 22.04 | 60.33 | - |
| YUV | 109.57 | 182.43 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 206 | 0 | 0.87 | 0.10 | 0.10 | 306.93 | 0.79 | 0.51 |
| Hex | E5 | 1E | CE | 0 | 57 | A | A | 133 | 4F | 33 |
| Octal | 345 | 36 | 316 | 0 | 127 | 12 | 12 | 463 | 117 | 63 |
| Binary | 11100101 | 11110 | 11001110 | 0 | 1010111 | 1010 | 1010 | 100110011 | 1001111 | 110011 |
Color Harmonies of #E51ECE
Complementary color
Monochromatic Colors of #E51ECE
Black with #E51ECE
Text Example
Text Example
White with #E51ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ECE; }
p { color: rgb(229,30,206); }
H1.HeaderClassName
{
color: #E51ECE;
}
.AnyTagClassName
{
color: #E51ECE;
}
</style>
background-color css
<style>
a { background-color: #E51ECE; }
a { background-color: rgb(229,30,206); }
div.DivClassName
{
background-color: #E51ECE;
}
.BgClassName
{
background-color: #E51ECE;
}
</style>
border-color css
<style>
span { border-color: #E51ECE; }
span { border-color: rgb(229,30,206); }
td.TdClassName
{
border-color: #E51ECE;
}
.TagClassName
{
border-color: #E51ECE;
}
</style>