Shades of Shocking Pink #E00ABE
Tints of Shocking Pink #E00ABE
RGB
CMYK
RGB Variations
Color information
#E00ABE (or 0xE00ABE) is known color: Shocking Pink. HEX triplet: E0, 0A and BE. RGB value is (224,10,190). Sum of RGB (Red+Green+Blue) = 224+10+190=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ABE is #1FF541. Grayscale: #5E5E5E. Windows color (decimal): -2094402 or 12454624. OLE color: 12454624.
HSL color Cylindrical-coordinate representation of color #E00ABE: hue angle of 309.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00ABE is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 190 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.12 |
| HSL | 309.53º | 0.91% | 0.46% | - |
| HSV(B) | 309.53º | 0.96% | 0.88% | - |
| XYZ | 40.14 | 19.78 | 50.42 | - |
| YUV | 94.51 | 181.9 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 190 | 0 | 0.96 | 0.15 | 0.12 | 309.53 | 0.91 | 0.46 |
| Hex | E0 | A | BE | 0 | 60 | F | C | 136 | 5B | 2E |
| Octal | 340 | 12 | 276 | 0 | 140 | 17 | 14 | 466 | 133 | 56 |
| Binary | 11100000 | 1010 | 10111110 | 0 | 1100000 | 1111 | 1100 | 100110110 | 1011011 | 101110 |
Color Harmonies of #E00ABE
Complementary color
Monochromatic Colors of #E00ABE
Black with #E00ABE
Text Example
Text Example
White with #E00ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00ABE; }
p { color: rgb(224,10,190); }
H1.HeaderClassName
{
color: #E00ABE;
}
.AnyTagClassName
{
color: #E00ABE;
}
</style>
background-color css
<style>
a { background-color: #E00ABE; }
a { background-color: rgb(224,10,190); }
div.DivClassName
{
background-color: #E00ABE;
}
.BgClassName
{
background-color: #E00ABE;
}
</style>
border-color css
<style>
span { border-color: #E00ABE; }
span { border-color: rgb(224,10,190); }
td.TdClassName
{
border-color: #E00ABE;
}
.TagClassName
{
border-color: #E00ABE;
}
</style>