Shades of Shocking Pink #E313B3
Tints of Shocking Pink #E313B3
RGB
CMYK
RGB Variations
Color information
#E313B3 (or 0xE313B3) is known color: Shocking Pink. HEX triplet: E3, 13 and B3. RGB value is (227,19,179). Sum of RGB (Red+Green+Blue) = 227+19+179=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E313B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E313B3 is #1CEC4C. Grayscale: #626262. Windows color (decimal): -1895501 or 11736035. OLE color: 11736035.
HSL color Cylindrical-coordinate representation of color #E313B3: hue angle of 313.85º 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 #E313B3 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 179 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.11 |
| HSL | 313.85º | 0.85% | 0.48% | - |
| HSV(B) | 313.85º | 0.92% | 0.89% | - |
| XYZ | 40.05 | 20.05 | 44.41 | - |
| YUV | 99.43 | 172.91 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 179 | 0 | 0.92 | 0.21 | 0.11 | 313.85 | 0.85 | 0.48 |
| Hex | E3 | 13 | B3 | 0 | 5C | 15 | B | 13A | 55 | 30 |
| Octal | 343 | 23 | 263 | 0 | 134 | 25 | 13 | 472 | 125 | 60 |
| Binary | 11100011 | 10011 | 10110011 | 0 | 1011100 | 10101 | 1011 | 100111010 | 1010101 | 110000 |
Color Harmonies of #E313B3
Complementary color
Monochromatic Colors of #E313B3
Black with #E313B3
Text Example
Text Example
White with #E313B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313B3; }
p { color: rgb(227,19,179); }
H1.HeaderClassName
{
color: #E313B3;
}
.AnyTagClassName
{
color: #E313B3;
}
</style>
background-color css
<style>
a { background-color: #E313B3; }
a { background-color: rgb(227,19,179); }
div.DivClassName
{
background-color: #E313B3;
}
.BgClassName
{
background-color: #E313B3;
}
</style>
border-color css
<style>
span { border-color: #E313B3; }
span { border-color: rgb(227,19,179); }
td.TdClassName
{
border-color: #E313B3;
}
.TagClassName
{
border-color: #E313B3;
}
</style>