Shades of Shocking Pink #E50DB3
Tints of Shocking Pink #E50DB3
RGB
CMYK
RGB Variations
Color information
#E50DB3 (or 0xE50DB3) is known color: Shocking Pink. HEX triplet: E5, 0D and B3. RGB value is (229,13,179). Sum of RGB (Red+Green+Blue) = 229+13+179=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DB3 is #1AF24C. Grayscale: #606060. Windows color (decimal): -1765965 or 11734501. OLE color: 11734501.
HSL color Cylindrical-coordinate representation of color #E50DB3: hue angle of 313.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50DB3 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 179 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.10 |
| HSL | 313.89º | 0.89% | 0.47% | - |
| HSV(B) | 313.89º | 0.94% | 0.9% | - |
| XYZ | 40.59 | 20.2 | 44.41 | - |
| YUV | 96.51 | 174.56 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 179 | 0 | 0.94 | 0.22 | 0.10 | 313.89 | 0.89 | 0.47 |
| Hex | E5 | D | B3 | 0 | 5E | 16 | A | 13A | 59 | 2F |
| Octal | 345 | 15 | 263 | 0 | 136 | 26 | 12 | 472 | 131 | 57 |
| Binary | 11100101 | 1101 | 10110011 | 0 | 1011110 | 10110 | 1010 | 100111010 | 1011001 | 101111 |
Color Harmonies of #E50DB3
Complementary color
Monochromatic Colors of #E50DB3
Black with #E50DB3
Text Example
Text Example
White with #E50DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DB3; }
p { color: rgb(229,13,179); }
H1.HeaderClassName
{
color: #E50DB3;
}
.AnyTagClassName
{
color: #E50DB3;
}
</style>
background-color css
<style>
a { background-color: #E50DB3; }
a { background-color: rgb(229,13,179); }
div.DivClassName
{
background-color: #E50DB3;
}
.BgClassName
{
background-color: #E50DB3;
}
</style>
border-color css
<style>
span { border-color: #E50DB3; }
span { border-color: rgb(229,13,179); }
td.TdClassName
{
border-color: #E50DB3;
}
.TagClassName
{
border-color: #E50DB3;
}
</style>