Shades of Shocking Pink #E325BF
Tints of Shocking Pink #E325BF
RGB
CMYK
RGB Variations
Color information
#E325BF (or 0xE325BF) is known color: Shocking Pink. HEX triplet: E3, 25 and BF. RGB value is (227,37,191). Sum of RGB (Red+Green+Blue) = 227+37+191=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E325BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325BF is #1CDA40. Grayscale: #6E6E6E. Windows color (decimal): -1890881 or 12527075. OLE color: 12527075.
HSL color Cylindrical-coordinate representation of color #E325BF: hue angle of 311.37º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E325BF is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 191 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.11 |
| HSL | 311.37º | 0.77% | 0.52% | - |
| HSV(B) | 311.37º | 0.84% | 0.89% | - |
| XYZ | 41.74 | 21.42 | 51.22 | - |
| YUV | 111.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 191 | 0 | 0.84 | 0.16 | 0.11 | 311.37 | 0.77 | 0.52 |
| Hex | E3 | 25 | BF | 0 | 54 | 10 | B | 137 | 4D | 34 |
| Octal | 343 | 45 | 277 | 0 | 124 | 20 | 13 | 467 | 115 | 64 |
| Binary | 11100011 | 100101 | 10111111 | 0 | 1010100 | 10000 | 1011 | 100110111 | 1001101 | 110100 |
Color Harmonies of #E325BF
Complementary color
Monochromatic Colors of #E325BF
Black with #E325BF
Text Example
Text Example
White with #E325BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325BF; }
p { color: rgb(227,37,191); }
H1.HeaderClassName
{
color: #E325BF;
}
.AnyTagClassName
{
color: #E325BF;
}
</style>
background-color css
<style>
a { background-color: #E325BF; }
a { background-color: rgb(227,37,191); }
div.DivClassName
{
background-color: #E325BF;
}
.BgClassName
{
background-color: #E325BF;
}
</style>
border-color css
<style>
span { border-color: #E325BF; }
span { border-color: rgb(227,37,191); }
td.TdClassName
{
border-color: #E325BF;
}
.TagClassName
{
border-color: #E325BF;
}
</style>