Shades of Shocking Pink #E304BE
Tints of Shocking Pink #E304BE
RGB
CMYK
RGB Variations
Color information
#E304BE (or 0xE304BE) is known color: Shocking Pink. HEX triplet: E3, 04 and BE. RGB value is (227,4,190). Sum of RGB (Red+Green+Blue) = 227+4+190=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E304BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304BE is #1CFB41. Grayscale: #5B5B5B. Windows color (decimal): -1899330 or 12453091. OLE color: 12453091.
HSL color Cylindrical-coordinate representation of color #E304BE: hue angle of 309.96º 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 #E304BE is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.11 |
| HSL | 309.96º | 0.97% | 0.45% | - |
| HSV(B) | 309.96º | 0.98% | 0.89% | - |
| XYZ | 41.02 | 20.14 | 50.44 | - |
| YUV | 91.88 | 183.38 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 190 | 0 | 0.98 | 0.16 | 0.11 | 309.96 | 0.97 | 0.45 |
| Hex | E3 | 4 | BE | 0 | 62 | 10 | B | 136 | 61 | 2D |
| Octal | 343 | 4 | 276 | 0 | 142 | 20 | 13 | 466 | 141 | 55 |
| Binary | 11100011 | 100 | 10111110 | 0 | 1100010 | 10000 | 1011 | 100110110 | 1100001 | 101101 |
Color Harmonies of #E304BE
Complementary color
Monochromatic Colors of #E304BE
Black with #E304BE
Text Example
Text Example
White with #E304BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E304BE; }
p { color: rgb(227,4,190); }
H1.HeaderClassName
{
color: #E304BE;
}
.AnyTagClassName
{
color: #E304BE;
}
</style>
background-color css
<style>
a { background-color: #E304BE; }
a { background-color: rgb(227,4,190); }
div.DivClassName
{
background-color: #E304BE;
}
.BgClassName
{
background-color: #E304BE;
}
</style>
border-color css
<style>
span { border-color: #E304BE; }
span { border-color: rgb(227,4,190); }
td.TdClassName
{
border-color: #E304BE;
}
.TagClassName
{
border-color: #E304BE;
}
</style>