Shades of Shocking Pink #E025C0
Tints of Shocking Pink #E025C0
RGB
CMYK
RGB Variations
Color information
#E025C0 (or 0xE025C0) is known color: Shocking Pink. HEX triplet: E0, 25 and C0. RGB value is (224,37,192). Sum of RGB (Red+Green+Blue) = 224+37+192=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E025C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025C0 is #1FDA3F. Grayscale: #6E6E6E. Windows color (decimal): -2087488 or 12592608. OLE color: 12592608.
HSL color Cylindrical-coordinate representation of color #E025C0: hue angle of 310.27º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E025C0 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 192 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.12 |
| HSL | 310.27º | 0.75% | 0.51% | - |
| HSV(B) | 310.27º | 0.83% | 0.88% | - |
| XYZ | 40.92 | 20.98 | 51.76 | - |
| YUV | 110.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 192 | 0 | 0.83 | 0.14 | 0.12 | 310.27 | 0.75 | 0.51 |
| Hex | E0 | 25 | C0 | 0 | 53 | E | C | 136 | 4B | 33 |
| Octal | 340 | 45 | 300 | 0 | 123 | 16 | 14 | 466 | 113 | 63 |
| Binary | 11100000 | 100101 | 11000000 | 0 | 1010011 | 1110 | 1100 | 100110110 | 1001011 | 110011 |
Color Harmonies of #E025C0
Complementary color
Monochromatic Colors of #E025C0
Black with #E025C0
Text Example
Text Example
White with #E025C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E025C0; }
p { color: rgb(224,37,192); }
H1.HeaderClassName
{
color: #E025C0;
}
.AnyTagClassName
{
color: #E025C0;
}
</style>
background-color css
<style>
a { background-color: #E025C0; }
a { background-color: rgb(224,37,192); }
div.DivClassName
{
background-color: #E025C0;
}
.BgClassName
{
background-color: #E025C0;
}
</style>
border-color css
<style>
span { border-color: #E025C0; }
span { border-color: rgb(224,37,192); }
td.TdClassName
{
border-color: #E025C0;
}
.TagClassName
{
border-color: #E025C0;
}
</style>