Shades of Shocking Pink #E314C4
Tints of Shocking Pink #E314C4
RGB
CMYK
RGB Variations
Color information
#E314C4 (or 0xE314C4) is known color: Shocking Pink. HEX triplet: E3, 14 and C4. RGB value is (227,20,196). Sum of RGB (Red+Green+Blue) = 227+20+196=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E314C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314C4 is #1CEB3B. Grayscale: #656565. Windows color (decimal): -1895228 or 12850403. OLE color: 12850403.
HSL color Cylindrical-coordinate representation of color #E314C4: hue angle of 308.99º 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 #E314C4 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 196 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.11 |
| HSL | 308.99º | 0.84% | 0.48% | - |
| HSV(B) | 308.99º | 0.91% | 0.89% | - |
| XYZ | 41.89 | 20.82 | 54.03 | - |
| YUV | 101.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 196 | 0 | 0.91 | 0.14 | 0.11 | 308.99 | 0.84 | 0.48 |
| Hex | E3 | 14 | C4 | 0 | 5B | E | B | 135 | 54 | 30 |
| Octal | 343 | 24 | 304 | 0 | 133 | 16 | 13 | 465 | 124 | 60 |
| Binary | 11100011 | 10100 | 11000100 | 0 | 1011011 | 1110 | 1011 | 100110101 | 1010100 | 110000 |
Color Harmonies of #E314C4
Complementary color
Monochromatic Colors of #E314C4
Black with #E314C4
Text Example
Text Example
White with #E314C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314C4; }
p { color: rgb(227,20,196); }
H1.HeaderClassName
{
color: #E314C4;
}
.AnyTagClassName
{
color: #E314C4;
}
</style>
background-color css
<style>
a { background-color: #E314C4; }
a { background-color: rgb(227,20,196); }
div.DivClassName
{
background-color: #E314C4;
}
.BgClassName
{
background-color: #E314C4;
}
</style>
border-color css
<style>
span { border-color: #E314C4; }
span { border-color: rgb(227,20,196); }
td.TdClassName
{
border-color: #E314C4;
}
.TagClassName
{
border-color: #E314C4;
}
</style>