Shades of Shocking Pink #E313CD
Tints of Shocking Pink #E313CD
RGB
CMYK
RGB Variations
Color information
#E313CD (or 0xE313CD) is known color: Shocking Pink. HEX triplet: E3, 13 and CD. RGB value is (227,19,205). Sum of RGB (Red+Green+Blue) = 227+19+205=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E313CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E313CD is #1CEC32. Grayscale: #656565. Windows color (decimal): -1895475 or 13439971. OLE color: 13439971.
HSL color Cylindrical-coordinate representation of color #E313CD: hue angle of 306.35º 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 #E313CD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 205 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.11 |
| HSL | 306.35º | 0.85% | 0.48% | - |
| HSV(B) | 306.35º | 0.92% | 0.89% | - |
| XYZ | 42.93 | 21.2 | 59.59 | - |
| YUV | 102.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 205 | 0 | 0.92 | 0.10 | 0.11 | 306.35 | 0.85 | 0.48 |
| Hex | E3 | 13 | CD | 0 | 5C | A | B | 132 | 55 | 30 |
| Octal | 343 | 23 | 315 | 0 | 134 | 12 | 13 | 462 | 125 | 60 |
| Binary | 11100011 | 10011 | 11001101 | 0 | 1011100 | 1010 | 1011 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E313CD
Complementary color
Monochromatic Colors of #E313CD
Black with #E313CD
Text Example
Text Example
White with #E313CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313CD; }
p { color: rgb(227,19,205); }
H1.HeaderClassName
{
color: #E313CD;
}
.AnyTagClassName
{
color: #E313CD;
}
</style>
background-color css
<style>
a { background-color: #E313CD; }
a { background-color: rgb(227,19,205); }
div.DivClassName
{
background-color: #E313CD;
}
.BgClassName
{
background-color: #E313CD;
}
</style>
border-color css
<style>
span { border-color: #E313CD; }
span { border-color: rgb(227,19,205); }
td.TdClassName
{
border-color: #E313CD;
}
.TagClassName
{
border-color: #E313CD;
}
</style>