Shades of Shocking Pink #E325BD
Tints of Shocking Pink #E325BD
RGB
CMYK
RGB Variations
Color information
#E325BD (or 0xE325BD) is known color: Shocking Pink. HEX triplet: E3, 25 and BD. RGB value is (227,37,189). Sum of RGB (Red+Green+Blue) = 227+37+189=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E325BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325BD is #1CDA42. Grayscale: #6E6E6E. Windows color (decimal): -1890883 or 12396003. OLE color: 12396003.
HSL color Cylindrical-coordinate representation of color #E325BD: hue angle of 312º 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 #E325BD is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 189 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.11 |
| HSL | 312º | 0.77% | 0.52% | - |
| HSV(B) | 312º | 0.84% | 0.89% | - |
| XYZ | 41.53 | 21.33 | 50.07 | - |
| YUV | 111.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 189 | 0 | 0.84 | 0.17 | 0.11 | 312 | 0.77 | 0.52 |
| Hex | E3 | 25 | BD | 0 | 54 | 11 | B | 138 | 4D | 34 |
| Octal | 343 | 45 | 275 | 0 | 124 | 21 | 13 | 470 | 115 | 64 |
| Binary | 11100011 | 100101 | 10111101 | 0 | 1010100 | 10001 | 1011 | 100111000 | 1001101 | 110100 |
Color Harmonies of #E325BD
Complementary color
Monochromatic Colors of #E325BD
Black with #E325BD
Text Example
Text Example
White with #E325BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325BD; }
p { color: rgb(227,37,189); }
H1.HeaderClassName
{
color: #E325BD;
}
.AnyTagClassName
{
color: #E325BD;
}
</style>
background-color css
<style>
a { background-color: #E325BD; }
a { background-color: rgb(227,37,189); }
div.DivClassName
{
background-color: #E325BD;
}
.BgClassName
{
background-color: #E325BD;
}
</style>
border-color css
<style>
span { border-color: #E325BD; }
span { border-color: rgb(227,37,189); }
td.TdClassName
{
border-color: #E325BD;
}
.TagClassName
{
border-color: #E325BD;
}
</style>