Shades of Shocking Pink #E00EBE
Tints of Shocking Pink #E00EBE
RGB
CMYK
RGB Variations
Color information
#E00EBE (or 0xE00EBE) is known color: Shocking Pink. HEX triplet: E0, 0E and BE. RGB value is (224,14,190). Sum of RGB (Red+Green+Blue) = 224+14+190=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EBE is #1FF141. Grayscale: #606060. Windows color (decimal): -2093378 or 12455648. OLE color: 12455648.
HSL color Cylindrical-coordinate representation of color #E00EBE: hue angle of 309.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EBE is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.12 |
| HSL | 309.71º | 0.88% | 0.47% | - |
| HSV(B) | 309.71º | 0.94% | 0.88% | - |
| XYZ | 40.19 | 19.88 | 50.43 | - |
| YUV | 96.85 | 180.57 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 190 | 0 | 0.94 | 0.15 | 0.12 | 309.71 | 0.88 | 0.47 |
| Hex | E0 | E | BE | 0 | 5E | F | C | 136 | 58 | 2F |
| Octal | 340 | 16 | 276 | 0 | 136 | 17 | 14 | 466 | 130 | 57 |
| Binary | 11100000 | 1110 | 10111110 | 0 | 1011110 | 1111 | 1100 | 100110110 | 1011000 | 101111 |
Color Harmonies of #E00EBE
Complementary color
Monochromatic Colors of #E00EBE
Black with #E00EBE
Text Example
Text Example
White with #E00EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EBE; }
p { color: rgb(224,14,190); }
H1.HeaderClassName
{
color: #E00EBE;
}
.AnyTagClassName
{
color: #E00EBE;
}
</style>
background-color css
<style>
a { background-color: #E00EBE; }
a { background-color: rgb(224,14,190); }
div.DivClassName
{
background-color: #E00EBE;
}
.BgClassName
{
background-color: #E00EBE;
}
</style>
border-color css
<style>
span { border-color: #E00EBE; }
span { border-color: rgb(224,14,190); }
td.TdClassName
{
border-color: #E00EBE;
}
.TagClassName
{
border-color: #E00EBE;
}
</style>