Shades of Shocking Pink #E125BE
Tints of Shocking Pink #E125BE
RGB
CMYK
RGB Variations
Color information
#E125BE (or 0xE125BE) is known color: Shocking Pink. HEX triplet: E1, 25 and BE. RGB value is (225,37,190). Sum of RGB (Red+Green+Blue) = 225+37+190=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E125BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125BE is #1EDA41. Grayscale: #6E6E6E. Windows color (decimal): -2021954 or 12461537. OLE color: 12461537.
HSL color Cylindrical-coordinate representation of color #E125BE: hue angle of 311.17º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E125BE is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 190 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.12 |
| HSL | 311.17º | 0.76% | 0.51% | - |
| HSV(B) | 311.17º | 0.84% | 0.88% | - |
| XYZ | 41.01 | 21.05 | 50.62 | - |
| YUV | 110.65 | 172.78 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 190 | 0 | 0.84 | 0.16 | 0.12 | 311.17 | 0.76 | 0.51 |
| Hex | E1 | 25 | BE | 0 | 54 | 10 | C | 137 | 4C | 33 |
| Octal | 341 | 45 | 276 | 0 | 124 | 20 | 14 | 467 | 114 | 63 |
| Binary | 11100001 | 100101 | 10111110 | 0 | 1010100 | 10000 | 1100 | 100110111 | 1001100 | 110011 |
Color Harmonies of #E125BE
Complementary color
Monochromatic Colors of #E125BE
Black with #E125BE
Text Example
Text Example
White with #E125BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125BE; }
p { color: rgb(225,37,190); }
H1.HeaderClassName
{
color: #E125BE;
}
.AnyTagClassName
{
color: #E125BE;
}
</style>
background-color css
<style>
a { background-color: #E125BE; }
a { background-color: rgb(225,37,190); }
div.DivClassName
{
background-color: #E125BE;
}
.BgClassName
{
background-color: #E125BE;
}
</style>
border-color css
<style>
span { border-color: #E125BE; }
span { border-color: rgb(225,37,190); }
td.TdClassName
{
border-color: #E125BE;
}
.TagClassName
{
border-color: #E125BE;
}
</style>