Shades of Shocking Pink #E025BC
Tints of Shocking Pink #E025BC
RGB
CMYK
RGB Variations
Color information
#E025BC (or 0xE025BC) is known color: Shocking Pink. HEX triplet: E0, 25 and BC. RGB value is (224,37,188). Sum of RGB (Red+Green+Blue) = 224+37+188=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E025BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025BC is #1FDA43. Grayscale: #6D6D6D. Windows color (decimal): -2087492 or 12330464. OLE color: 12330464.
HSL color Cylindrical-coordinate representation of color #E025BC: hue angle of 311.55º 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 #E025BC is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 188 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.12 |
| HSL | 311.55º | 0.75% | 0.51% | - |
| HSV(B) | 311.55º | 0.83% | 0.88% | - |
| XYZ | 40.48 | 20.8 | 49.46 | - |
| YUV | 110.13 | 171.95 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 188 | 0 | 0.83 | 0.16 | 0.12 | 311.55 | 0.75 | 0.51 |
| Hex | E0 | 25 | BC | 0 | 53 | 10 | C | 138 | 4B | 33 |
| Octal | 340 | 45 | 274 | 0 | 123 | 20 | 14 | 470 | 113 | 63 |
| Binary | 11100000 | 100101 | 10111100 | 0 | 1010011 | 10000 | 1100 | 100111000 | 1001011 | 110011 |
Color Harmonies of #E025BC
Complementary color
Monochromatic Colors of #E025BC
Black with #E025BC
Text Example
Text Example
White with #E025BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E025BC; }
p { color: rgb(224,37,188); }
H1.HeaderClassName
{
color: #E025BC;
}
.AnyTagClassName
{
color: #E025BC;
}
</style>
background-color css
<style>
a { background-color: #E025BC; }
a { background-color: rgb(224,37,188); }
div.DivClassName
{
background-color: #E025BC;
}
.BgClassName
{
background-color: #E025BC;
}
</style>
border-color css
<style>
span { border-color: #E025BC; }
span { border-color: rgb(224,37,188); }
td.TdClassName
{
border-color: #E025BC;
}
.TagClassName
{
border-color: #E025BC;
}
</style>