Shades of Shocking Pink #E413CD
Tints of Shocking Pink #E413CD
RGB
CMYK
RGB Variations
Color information
#E413CD (or 0xE413CD) is known color: Shocking Pink. HEX triplet: E4, 13 and CD. RGB value is (228,19,205). Sum of RGB (Red+Green+Blue) = 228+19+205=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E413CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E413CD is #1BEC32. Grayscale: #666666. Windows color (decimal): -1829939 or 13439972. OLE color: 13439972.
HSL color Cylindrical-coordinate representation of color #E413CD: hue angle of 306.6º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413CD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 19 | 205 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.11 |
| HSL | 306.6º | 0.85% | 0.48% | - |
| HSV(B) | 306.6º | 0.92% | 0.89% | - |
| XYZ | 43.25 | 21.37 | 59.6 | - |
| YUV | 102.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 205 | 0 | 0.92 | 0.10 | 0.11 | 306.6 | 0.85 | 0.48 |
| Hex | E4 | 13 | CD | 0 | 5C | A | B | 133 | 55 | 30 |
| Octal | 344 | 23 | 315 | 0 | 134 | 12 | 13 | 463 | 125 | 60 |
| Binary | 11100100 | 10011 | 11001101 | 0 | 1011100 | 1010 | 1011 | 100110011 | 1010101 | 110000 |
Color Harmonies of #E413CD
Complementary color
Monochromatic Colors of #E413CD
Black with #E413CD
Text Example
Text Example
White with #E413CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413CD; }
p { color: rgb(228,19,205); }
H1.HeaderClassName
{
color: #E413CD;
}
.AnyTagClassName
{
color: #E413CD;
}
</style>
background-color css
<style>
a { background-color: #E413CD; }
a { background-color: rgb(228,19,205); }
div.DivClassName
{
background-color: #E413CD;
}
.BgClassName
{
background-color: #E413CD;
}
</style>
border-color css
<style>
span { border-color: #E413CD; }
span { border-color: rgb(228,19,205); }
td.TdClassName
{
border-color: #E413CD;
}
.TagClassName
{
border-color: #E413CD;
}
</style>