Shades of Shocking Pink #E304BD
Tints of Shocking Pink #E304BD
RGB
CMYK
RGB Variations
Color information
#E304BD (or 0xE304BD) is known color: Shocking Pink. HEX triplet: E3, 04 and BD. RGB value is (227,4,189). Sum of RGB (Red+Green+Blue) = 227+4+189=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E304BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304BD is #1CFB42. Grayscale: #5B5B5B. Windows color (decimal): -1899331 or 12387555. OLE color: 12387555.
HSL color Cylindrical-coordinate representation of color #E304BD: hue angle of 310.22º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304BD is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 189 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.11 |
| HSL | 310.22º | 0.97% | 0.45% | - |
| HSV(B) | 310.22º | 0.98% | 0.89% | - |
| XYZ | 40.91 | 20.09 | 49.87 | - |
| YUV | 91.77 | 182.88 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 189 | 0 | 0.98 | 0.17 | 0.11 | 310.22 | 0.97 | 0.45 |
| Hex | E3 | 4 | BD | 0 | 62 | 11 | B | 136 | 61 | 2D |
| Octal | 343 | 4 | 275 | 0 | 142 | 21 | 13 | 466 | 141 | 55 |
| Binary | 11100011 | 100 | 10111101 | 0 | 1100010 | 10001 | 1011 | 100110110 | 1100001 | 101101 |
Color Harmonies of #E304BD
Complementary color
Monochromatic Colors of #E304BD
Black with #E304BD
Text Example
Text Example
White with #E304BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304BD; }
p { color: rgb(227,4,189); }
H1.HeaderClassName
{
color: #E304BD;
}
.AnyTagClassName
{
color: #E304BD;
}
</style>
background-color css
<style>
a { background-color: #E304BD; }
a { background-color: rgb(227,4,189); }
div.DivClassName
{
background-color: #E304BD;
}
.BgClassName
{
background-color: #E304BD;
}
</style>
border-color css
<style>
span { border-color: #E304BD; }
span { border-color: rgb(227,4,189); }
td.TdClassName
{
border-color: #E304BD;
}
.TagClassName
{
border-color: #E304BD;
}
</style>