Shades of Shocking Pink #E326BB
Tints of Shocking Pink #E326BB
RGB
CMYK
RGB Variations
Color information
#E326BB (or 0xE326BB) is known color: Shocking Pink. HEX triplet: E3, 26 and BB. RGB value is (227,38,187). Sum of RGB (Red+Green+Blue) = 227+38+187=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E326BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E326BB is #1CD944. Grayscale: #6F6F6F. Windows color (decimal): -1890629 or 12265187. OLE color: 12265187.
HSL color Cylindrical-coordinate representation of color #E326BB: hue angle of 312.7º 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 #E326BB is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 187 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.11 |
| HSL | 312.7º | 0.77% | 0.52% | - |
| HSV(B) | 312.7º | 0.83% | 0.89% | - |
| XYZ | 41.34 | 21.3 | 48.95 | - |
| YUV | 111.5 | 170.62 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 187 | 0 | 0.83 | 0.18 | 0.11 | 312.7 | 0.77 | 0.52 |
| Hex | E3 | 26 | BB | 0 | 53 | 12 | B | 139 | 4D | 34 |
| Octal | 343 | 46 | 273 | 0 | 123 | 22 | 13 | 471 | 115 | 64 |
| Binary | 11100011 | 100110 | 10111011 | 0 | 1010011 | 10010 | 1011 | 100111001 | 1001101 | 110100 |
Color Harmonies of #E326BB
Complementary color
Monochromatic Colors of #E326BB
Black with #E326BB
Text Example
Text Example
White with #E326BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326BB; }
p { color: rgb(227,38,187); }
H1.HeaderClassName
{
color: #E326BB;
}
.AnyTagClassName
{
color: #E326BB;
}
</style>
background-color css
<style>
a { background-color: #E326BB; }
a { background-color: rgb(227,38,187); }
div.DivClassName
{
background-color: #E326BB;
}
.BgClassName
{
background-color: #E326BB;
}
</style>
border-color css
<style>
span { border-color: #E326BB; }
span { border-color: rgb(227,38,187); }
td.TdClassName
{
border-color: #E326BB;
}
.TagClassName
{
border-color: #E326BB;
}
</style>