Shades of Shocking Pink #E925BC
Tints of Shocking Pink #E925BC
RGB
CMYK
RGB Variations
Color information
#E925BC (or 0xE925BC) is known color: Shocking Pink. HEX triplet: E9, 25 and BC. RGB value is (233,37,188). Sum of RGB (Red+Green+Blue) = 233+37+188=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E925BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925BC is #16DA43. Grayscale: #707070. Windows color (decimal): -1497668 or 12330473. OLE color: 12330473.
HSL color Cylindrical-coordinate representation of color #E925BC: hue angle of 313.78º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E925BC is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 188 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.09 |
| HSL | 313.78º | 0.82% | 0.53% | - |
| HSV(B) | 313.78º | 0.84% | 0.91% | - |
| XYZ | 43.34 | 22.28 | 49.59 | - |
| YUV | 112.82 | 170.43 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 188 | 0 | 0.84 | 0.19 | 0.09 | 313.78 | 0.82 | 0.53 |
| Hex | E9 | 25 | BC | 0 | 54 | 13 | 9 | 13A | 52 | 35 |
| Octal | 351 | 45 | 274 | 0 | 124 | 23 | 11 | 472 | 122 | 65 |
| Binary | 11101001 | 100101 | 10111100 | 0 | 1010100 | 10011 | 1001 | 100111010 | 1010010 | 110101 |
Color Harmonies of #E925BC
Complementary color
Monochromatic Colors of #E925BC
Black with #E925BC
Text Example
Text Example
White with #E925BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925BC; }
p { color: rgb(233,37,188); }
H1.HeaderClassName
{
color: #E925BC;
}
.AnyTagClassName
{
color: #E925BC;
}
</style>
background-color css
<style>
a { background-color: #E925BC; }
a { background-color: rgb(233,37,188); }
div.DivClassName
{
background-color: #E925BC;
}
.BgClassName
{
background-color: #E925BC;
}
</style>
border-color css
<style>
span { border-color: #E925BC; }
span { border-color: rgb(233,37,188); }
td.TdClassName
{
border-color: #E925BC;
}
.TagClassName
{
border-color: #E925BC;
}
</style>