Shades of Shocking Pink #E314CB
Tints of Shocking Pink #E314CB
RGB
CMYK
RGB Variations
Color information
#E314CB (or 0xE314CB) is known color: Shocking Pink. HEX triplet: E3, 14 and CB. RGB value is (227,20,203). Sum of RGB (Red+Green+Blue) = 227+20+203=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E314CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314CB is #1CEB34. Grayscale: #666666. Windows color (decimal): -1895221 or 13309155. OLE color: 13309155.
HSL color Cylindrical-coordinate representation of color #E314CB: hue angle of 306.96º 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 #E314CB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 203 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.11 |
| HSL | 306.96º | 0.84% | 0.48% | - |
| HSV(B) | 306.96º | 0.91% | 0.89% | - |
| XYZ | 42.71 | 21.14 | 58.33 | - |
| YUV | 102.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 203 | 0 | 0.91 | 0.11 | 0.11 | 306.96 | 0.84 | 0.48 |
| Hex | E3 | 14 | CB | 0 | 5B | B | B | 133 | 54 | 30 |
| Octal | 343 | 24 | 313 | 0 | 133 | 13 | 13 | 463 | 124 | 60 |
| Binary | 11100011 | 10100 | 11001011 | 0 | 1011011 | 1011 | 1011 | 100110011 | 1010100 | 110000 |
Color Harmonies of #E314CB
Complementary color
Monochromatic Colors of #E314CB
Black with #E314CB
Text Example
Text Example
White with #E314CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314CB; }
p { color: rgb(227,20,203); }
H1.HeaderClassName
{
color: #E314CB;
}
.AnyTagClassName
{
color: #E314CB;
}
</style>
background-color css
<style>
a { background-color: #E314CB; }
a { background-color: rgb(227,20,203); }
div.DivClassName
{
background-color: #E314CB;
}
.BgClassName
{
background-color: #E314CB;
}
</style>
border-color css
<style>
span { border-color: #E314CB; }
span { border-color: rgb(227,20,203); }
td.TdClassName
{
border-color: #E314CB;
}
.TagClassName
{
border-color: #E314CB;
}
</style>