Shades of Shocking Pink #E320BB
Tints of Shocking Pink #E320BB
RGB
CMYK
RGB Variations
Color information
#E320BB (or 0xE320BB) is known color: Shocking Pink. HEX triplet: E3, 20 and BB. RGB value is (227,32,187). Sum of RGB (Red+Green+Blue) = 227+32+187=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E320BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320BB is #1CDF44. Grayscale: #6B6B6B. Windows color (decimal): -1892165 or 12263651. OLE color: 12263651.
HSL color Cylindrical-coordinate representation of color #E320BB: hue angle of 312.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320BB is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 187 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.11 |
| HSL | 312.31º | 0.78% | 0.51% | - |
| HSV(B) | 312.31º | 0.86% | 0.89% | - |
| XYZ | 41.16 | 20.95 | 48.89 | - |
| YUV | 107.98 | 172.6 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 187 | 0 | 0.86 | 0.18 | 0.11 | 312.31 | 0.78 | 0.51 |
| Hex | E3 | 20 | BB | 0 | 56 | 12 | B | 138 | 4E | 33 |
| Octal | 343 | 40 | 273 | 0 | 126 | 22 | 13 | 470 | 116 | 63 |
| Binary | 11100011 | 100000 | 10111011 | 0 | 1010110 | 10010 | 1011 | 100111000 | 1001110 | 110011 |
Color Harmonies of #E320BB
Complementary color
Monochromatic Colors of #E320BB
Black with #E320BB
Text Example
Text Example
White with #E320BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320BB; }
p { color: rgb(227,32,187); }
H1.HeaderClassName
{
color: #E320BB;
}
.AnyTagClassName
{
color: #E320BB;
}
</style>
background-color css
<style>
a { background-color: #E320BB; }
a { background-color: rgb(227,32,187); }
div.DivClassName
{
background-color: #E320BB;
}
.BgClassName
{
background-color: #E320BB;
}
</style>
border-color css
<style>
span { border-color: #E320BB; }
span { border-color: rgb(227,32,187); }
td.TdClassName
{
border-color: #E320BB;
}
.TagClassName
{
border-color: #E320BB;
}
</style>