Shades of Shocking Pink #E415CD
Tints of Shocking Pink #E415CD
RGB
CMYK
RGB Variations
Color information
#E415CD (or 0xE415CD) is known color: Shocking Pink. HEX triplet: E4, 15 and CD. RGB value is (228,21,205). Sum of RGB (Red+Green+Blue) = 228+21+205=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E415CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E415CD is #1BEA32. Grayscale: #676767. Windows color (decimal): -1829427 or 13440484. OLE color: 13440484.
HSL color Cylindrical-coordinate representation of color #E415CD: hue angle of 306.67º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E415CD is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 205 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.11 |
| HSL | 306.67º | 0.83% | 0.49% | - |
| HSV(B) | 306.67º | 0.91% | 0.89% | - |
| XYZ | 43.28 | 21.44 | 59.61 | - |
| YUV | 103.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 205 | 0 | 0.91 | 0.10 | 0.11 | 306.67 | 0.83 | 0.49 |
| Hex | E4 | 15 | CD | 0 | 5B | A | B | 133 | 53 | 31 |
| Octal | 344 | 25 | 315 | 0 | 133 | 12 | 13 | 463 | 123 | 61 |
| Binary | 11100100 | 10101 | 11001101 | 0 | 1011011 | 1010 | 1011 | 100110011 | 1010011 | 110001 |
Color Harmonies of #E415CD
Complementary color
Monochromatic Colors of #E415CD
Black with #E415CD
Text Example
Text Example
White with #E415CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E415CD; }
p { color: rgb(228,21,205); }
H1.HeaderClassName
{
color: #E415CD;
}
.AnyTagClassName
{
color: #E415CD;
}
</style>
background-color css
<style>
a { background-color: #E415CD; }
a { background-color: rgb(228,21,205); }
div.DivClassName
{
background-color: #E415CD;
}
.BgClassName
{
background-color: #E415CD;
}
</style>
border-color css
<style>
span { border-color: #E415CD; }
span { border-color: rgb(228,21,205); }
td.TdClassName
{
border-color: #E415CD;
}
.TagClassName
{
border-color: #E415CD;
}
</style>