Shades of Shocking Pink #E314CD
Tints of Shocking Pink #E314CD
RGB
CMYK
RGB Variations
Color information
#E314CD (or 0xE314CD) is known color: Shocking Pink. HEX triplet: E3, 14 and CD. RGB value is (227,20,205). Sum of RGB (Red+Green+Blue) = 227+20+205=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E314CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314CD is #1CEB32. Grayscale: #666666. Windows color (decimal): -1895219 or 13440227. OLE color: 13440227.
HSL color Cylindrical-coordinate representation of color #E314CD: hue angle of 306.38º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314CD is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 205 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.11 |
| HSL | 306.38º | 0.84% | 0.48% | - |
| HSV(B) | 306.38º | 0.91% | 0.89% | - |
| XYZ | 42.95 | 21.24 | 59.59 | - |
| YUV | 102.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 205 | 0 | 0.91 | 0.10 | 0.11 | 306.38 | 0.84 | 0.48 |
| Hex | E3 | 14 | CD | 0 | 5B | A | B | 132 | 54 | 30 |
| Octal | 343 | 24 | 315 | 0 | 133 | 12 | 13 | 462 | 124 | 60 |
| Binary | 11100011 | 10100 | 11001101 | 0 | 1011011 | 1010 | 1011 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E314CD
Complementary color
Monochromatic Colors of #E314CD
Black with #E314CD
Text Example
Text Example
White with #E314CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314CD; }
p { color: rgb(227,20,205); }
H1.HeaderClassName
{
color: #E314CD;
}
.AnyTagClassName
{
color: #E314CD;
}
</style>
background-color css
<style>
a { background-color: #E314CD; }
a { background-color: rgb(227,20,205); }
div.DivClassName
{
background-color: #E314CD;
}
.BgClassName
{
background-color: #E314CD;
}
</style>
border-color css
<style>
span { border-color: #E314CD; }
span { border-color: rgb(227,20,205); }
td.TdClassName
{
border-color: #E314CD;
}
.TagClassName
{
border-color: #E314CD;
}
</style>