Shades of Shocking Pink #E525BE
Tints of Shocking Pink #E525BE
RGB
CMYK
RGB Variations
Color information
#E525BE (or 0xE525BE) is known color: Shocking Pink. HEX triplet: E5, 25 and BE. RGB value is (229,37,190). Sum of RGB (Red+Green+Blue) = 229+37+190=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E525BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525BE is #1ADA41. Grayscale: #6F6F6F. Windows color (decimal): -1759810 or 12461541. OLE color: 12461541.
HSL color Cylindrical-coordinate representation of color #E525BE: hue angle of 312.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E525BE is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 190 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.10 |
| HSL | 312.19º | 0.79% | 0.52% | - |
| HSV(B) | 312.19º | 0.84% | 0.9% | - |
| XYZ | 42.27 | 21.7 | 50.68 | - |
| YUV | 111.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 190 | 0 | 0.84 | 0.17 | 0.10 | 312.19 | 0.79 | 0.52 |
| Hex | E5 | 25 | BE | 0 | 54 | 11 | A | 138 | 4F | 34 |
| Octal | 345 | 45 | 276 | 0 | 124 | 21 | 12 | 470 | 117 | 64 |
| Binary | 11100101 | 100101 | 10111110 | 0 | 1010100 | 10001 | 1010 | 100111000 | 1001111 | 110100 |
Color Harmonies of #E525BE
Complementary color
Monochromatic Colors of #E525BE
Black with #E525BE
Text Example
Text Example
White with #E525BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E525BE; }
p { color: rgb(229,37,190); }
H1.HeaderClassName
{
color: #E525BE;
}
.AnyTagClassName
{
color: #E525BE;
}
</style>
background-color css
<style>
a { background-color: #E525BE; }
a { background-color: rgb(229,37,190); }
div.DivClassName
{
background-color: #E525BE;
}
.BgClassName
{
background-color: #E525BE;
}
</style>
border-color css
<style>
span { border-color: #E525BE; }
span { border-color: rgb(229,37,190); }
td.TdClassName
{
border-color: #E525BE;
}
.TagClassName
{
border-color: #E525BE;
}
</style>