Shades of Shocking Pink #E513CB
Tints of Shocking Pink #E513CB
RGB
CMYK
RGB Variations
Color information
#E513CB (or 0xE513CB) is known color: Shocking Pink. HEX triplet: E5, 13 and CB. RGB value is (229,19,203). Sum of RGB (Red+Green+Blue) = 229+19+203=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E513CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513CB is #1AEC34. Grayscale: #666666. Windows color (decimal): -1764405 or 13308901. OLE color: 13308901.
HSL color Cylindrical-coordinate representation of color #E513CB: hue angle of 307.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513CB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 203 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.10 |
| HSL | 307.43º | 0.85% | 0.49% | - |
| HSV(B) | 307.43º | 0.92% | 0.9% | - |
| XYZ | 43.33 | 21.44 | 58.35 | - |
| YUV | 102.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 203 | 0 | 0.92 | 0.11 | 0.10 | 307.43 | 0.85 | 0.49 |
| Hex | E5 | 13 | CB | 0 | 5C | B | A | 133 | 55 | 31 |
| Octal | 345 | 23 | 313 | 0 | 134 | 13 | 12 | 463 | 125 | 61 |
| Binary | 11100101 | 10011 | 11001011 | 0 | 1011100 | 1011 | 1010 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E513CB
Complementary color
Monochromatic Colors of #E513CB
Black with #E513CB
Text Example
Text Example
White with #E513CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E513CB; }
p { color: rgb(229,19,203); }
H1.HeaderClassName
{
color: #E513CB;
}
.AnyTagClassName
{
color: #E513CB;
}
</style>
background-color css
<style>
a { background-color: #E513CB; }
a { background-color: rgb(229,19,203); }
div.DivClassName
{
background-color: #E513CB;
}
.BgClassName
{
background-color: #E513CB;
}
</style>
border-color css
<style>
span { border-color: #E513CB; }
span { border-color: rgb(229,19,203); }
td.TdClassName
{
border-color: #E513CB;
}
.TagClassName
{
border-color: #E513CB;
}
</style>