Shades of Shocking Pink #E925BD
Tints of Shocking Pink #E925BD
RGB
CMYK
RGB Variations
Color information
#E925BD (or 0xE925BD) is known color: Shocking Pink. HEX triplet: E9, 25 and BD. RGB value is (233,37,189). Sum of RGB (Red+Green+Blue) = 233+37+189=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E925BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925BD is #16DA42. Grayscale: #707070. Windows color (decimal): -1497667 or 12396009. OLE color: 12396009.
HSL color Cylindrical-coordinate representation of color #E925BD: hue angle of 313.47º 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 #E925BD is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 189 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.09 |
| HSL | 313.47º | 0.82% | 0.53% | - |
| HSV(B) | 313.47º | 0.84% | 0.91% | - |
| XYZ | 43.45 | 22.32 | 50.16 | - |
| YUV | 112.93 | 170.93 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 189 | 0 | 0.84 | 0.19 | 0.09 | 313.47 | 0.82 | 0.53 |
| Hex | E9 | 25 | BD | 0 | 54 | 13 | 9 | 139 | 52 | 35 |
| Octal | 351 | 45 | 275 | 0 | 124 | 23 | 11 | 471 | 122 | 65 |
| Binary | 11101001 | 100101 | 10111101 | 0 | 1010100 | 10011 | 1001 | 100111001 | 1010010 | 110101 |
Color Harmonies of #E925BD
Complementary color
Monochromatic Colors of #E925BD
Black with #E925BD
Text Example
Text Example
White with #E925BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925BD; }
p { color: rgb(233,37,189); }
H1.HeaderClassName
{
color: #E925BD;
}
.AnyTagClassName
{
color: #E925BD;
}
</style>
background-color css
<style>
a { background-color: #E925BD; }
a { background-color: rgb(233,37,189); }
div.DivClassName
{
background-color: #E925BD;
}
.BgClassName
{
background-color: #E925BD;
}
</style>
border-color css
<style>
span { border-color: #E925BD; }
span { border-color: rgb(233,37,189); }
td.TdClassName
{
border-color: #E925BD;
}
.TagClassName
{
border-color: #E925BD;
}
</style>