Shades of Shocking Pink #E314C3
Tints of Shocking Pink #E314C3
RGB
CMYK
RGB Variations
Color information
#E314C3 (or 0xE314C3) is known color: Shocking Pink. HEX triplet: E3, 14 and C3. RGB value is (227,20,195). Sum of RGB (Red+Green+Blue) = 227+20+195=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E314C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314C3 is #1CEB3C. Grayscale: #656565. Windows color (decimal): -1895229 or 12784867. OLE color: 12784867.
HSL color Cylindrical-coordinate representation of color #E314C3: hue angle of 309.28º 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 #E314C3 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 195 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.11 |
| HSL | 309.28º | 0.84% | 0.48% | - |
| HSV(B) | 309.28º | 0.91% | 0.89% | - |
| XYZ | 41.78 | 20.77 | 53.44 | - |
| YUV | 101.84 | 180.58 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 195 | 0 | 0.91 | 0.14 | 0.11 | 309.28 | 0.84 | 0.48 |
| Hex | E3 | 14 | C3 | 0 | 5B | E | B | 135 | 54 | 30 |
| Octal | 343 | 24 | 303 | 0 | 133 | 16 | 13 | 465 | 124 | 60 |
| Binary | 11100011 | 10100 | 11000011 | 0 | 1011011 | 1110 | 1011 | 100110101 | 1010100 | 110000 |
Color Harmonies of #E314C3
Complementary color
Monochromatic Colors of #E314C3
Black with #E314C3
Text Example
Text Example
White with #E314C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314C3; }
p { color: rgb(227,20,195); }
H1.HeaderClassName
{
color: #E314C3;
}
.AnyTagClassName
{
color: #E314C3;
}
</style>
background-color css
<style>
a { background-color: #E314C3; }
a { background-color: rgb(227,20,195); }
div.DivClassName
{
background-color: #E314C3;
}
.BgClassName
{
background-color: #E314C3;
}
</style>
border-color css
<style>
span { border-color: #E314C3; }
span { border-color: rgb(227,20,195); }
td.TdClassName
{
border-color: #E314C3;
}
.TagClassName
{
border-color: #E314C3;
}
</style>