Shades of Shocking Pink #E904B5
Tints of Shocking Pink #E904B5
RGB
CMYK
RGB Variations
Color information
#E904B5 (or 0xE904B5) is known color: Shocking Pink. HEX triplet: E9, 04 and B5. RGB value is (233,4,181). Sum of RGB (Red+Green+Blue) = 233+4+181=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E904B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E904B5 is #16FB4A. Grayscale: #5C5C5C. Windows color (decimal): -1506123 or 11863273. OLE color: 11863273.
HSL color Cylindrical-coordinate representation of color #E904B5: hue angle of 313.62º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E904B5 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.09 |
| HSL | 313.62º | 0.97% | 0.46% | - |
| HSV(B) | 313.62º | 0.98% | 0.91% | - |
| XYZ | 41.99 | 20.75 | 45.51 | - |
| YUV | 92.65 | 177.87 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 181 | 0 | 0.98 | 0.22 | 0.09 | 313.62 | 0.97 | 0.46 |
| Hex | E9 | 4 | B5 | 0 | 62 | 16 | 9 | 13A | 61 | 2E |
| Octal | 351 | 4 | 265 | 0 | 142 | 26 | 11 | 472 | 141 | 56 |
| Binary | 11101001 | 100 | 10110101 | 0 | 1100010 | 10110 | 1001 | 100111010 | 1100001 | 101110 |
Color Harmonies of #E904B5
Complementary color
Monochromatic Colors of #E904B5
Black with #E904B5
Text Example
Text Example
White with #E904B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E904B5; }
p { color: rgb(233,4,181); }
H1.HeaderClassName
{
color: #E904B5;
}
.AnyTagClassName
{
color: #E904B5;
}
</style>
background-color css
<style>
a { background-color: #E904B5; }
a { background-color: rgb(233,4,181); }
div.DivClassName
{
background-color: #E904B5;
}
.BgClassName
{
background-color: #E904B5;
}
</style>
border-color css
<style>
span { border-color: #E904B5; }
span { border-color: rgb(233,4,181); }
td.TdClassName
{
border-color: #E904B5;
}
.TagClassName
{
border-color: #E904B5;
}
</style>