Shades of Shocking Pink #E825BF
Tints of Shocking Pink #E825BF
RGB
CMYK
RGB Variations
Color information
#E825BF (or 0xE825BF) is known color: Shocking Pink. HEX triplet: E8, 25 and BF. RGB value is (232,37,191). Sum of RGB (Red+Green+Blue) = 232+37+191=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E825BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E825BF is #17DA40. Grayscale: #707070. Windows color (decimal): -1563201 or 12527080. OLE color: 12527080.
HSL color Cylindrical-coordinate representation of color #E825BF: hue angle of 312.62º degrees, saturation: 0.81, 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 #E825BF is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 191 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.09 |
| HSL | 312.62º | 0.81% | 0.53% | - |
| HSV(B) | 312.62º | 0.84% | 0.91% | - |
| XYZ | 43.34 | 22.24 | 51.3 | - |
| YUV | 112.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 191 | 0 | 0.84 | 0.18 | 0.09 | 312.62 | 0.81 | 0.53 |
| Hex | E8 | 25 | BF | 0 | 54 | 12 | 9 | 139 | 51 | 35 |
| Octal | 350 | 45 | 277 | 0 | 124 | 22 | 11 | 471 | 121 | 65 |
| Binary | 11101000 | 100101 | 10111111 | 0 | 1010100 | 10010 | 1001 | 100111001 | 1010001 | 110101 |
Color Harmonies of #E825BF
Complementary color
Monochromatic Colors of #E825BF
Black with #E825BF
Text Example
Text Example
White with #E825BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E825BF; }
p { color: rgb(232,37,191); }
H1.HeaderClassName
{
color: #E825BF;
}
.AnyTagClassName
{
color: #E825BF;
}
</style>
background-color css
<style>
a { background-color: #E825BF; }
a { background-color: rgb(232,37,191); }
div.DivClassName
{
background-color: #E825BF;
}
.BgClassName
{
background-color: #E825BF;
}
</style>
border-color css
<style>
span { border-color: #E825BF; }
span { border-color: rgb(232,37,191); }
td.TdClassName
{
border-color: #E825BF;
}
.TagClassName
{
border-color: #E825BF;
}
</style>