Shades of Shocking Pink #E326BD
Tints of Shocking Pink #E326BD
RGB
CMYK
RGB Variations
Color information
#E326BD (or 0xE326BD) is known color: Shocking Pink. HEX triplet: E3, 26 and BD. RGB value is (227,38,189). Sum of RGB (Red+Green+Blue) = 227+38+189=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E326BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326BD is #1CD942. Grayscale: #6F6F6F. Windows color (decimal): -1890627 or 12396259. OLE color: 12396259.
HSL color Cylindrical-coordinate representation of color #E326BD: hue angle of 312.06º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E326BD is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 189 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.11 |
| HSL | 312.06º | 0.77% | 0.52% | - |
| HSV(B) | 312.06º | 0.83% | 0.89% | - |
| XYZ | 41.56 | 21.39 | 50.08 | - |
| YUV | 111.73 | 171.62 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 189 | 0 | 0.83 | 0.17 | 0.11 | 312.06 | 0.77 | 0.52 |
| Hex | E3 | 26 | BD | 0 | 53 | 11 | B | 138 | 4D | 34 |
| Octal | 343 | 46 | 275 | 0 | 123 | 21 | 13 | 470 | 115 | 64 |
| Binary | 11100011 | 100110 | 10111101 | 0 | 1010011 | 10001 | 1011 | 100111000 | 1001101 | 110100 |
Color Harmonies of #E326BD
Complementary color
Monochromatic Colors of #E326BD
Black with #E326BD
Text Example
Text Example
White with #E326BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326BD; }
p { color: rgb(227,38,189); }
H1.HeaderClassName
{
color: #E326BD;
}
.AnyTagClassName
{
color: #E326BD;
}
</style>
background-color css
<style>
a { background-color: #E326BD; }
a { background-color: rgb(227,38,189); }
div.DivClassName
{
background-color: #E326BD;
}
.BgClassName
{
background-color: #E326BD;
}
</style>
border-color css
<style>
span { border-color: #E326BD; }
span { border-color: rgb(227,38,189); }
td.TdClassName
{
border-color: #E326BD;
}
.TagClassName
{
border-color: #E326BD;
}
</style>