Shades of Shocking Pink #E107BE
Tints of Shocking Pink #E107BE
RGB
CMYK
RGB Variations
Color information
#E107BE (or 0xE107BE) is known color: Shocking Pink. HEX triplet: E1, 07 and BE. RGB value is (225,7,190). Sum of RGB (Red+Green+Blue) = 225+7+190=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E107BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107BE is #1EF841. Grayscale: #5C5C5C. Windows color (decimal): -2029634 or 12453857. OLE color: 12453857.
HSL color Cylindrical-coordinate representation of color #E107BE: hue angle of 309.63º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107BE is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.12 |
| HSL | 309.63º | 0.94% | 0.45% | - |
| HSV(B) | 309.63º | 0.97% | 0.88% | - |
| XYZ | 40.42 | 19.88 | 50.42 | - |
| YUV | 93.04 | 182.72 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 190 | 0 | 0.97 | 0.16 | 0.12 | 309.63 | 0.94 | 0.45 |
| Hex | E1 | 7 | BE | 0 | 61 | 10 | C | 136 | 5E | 2D |
| Octal | 341 | 7 | 276 | 0 | 141 | 20 | 14 | 466 | 136 | 55 |
| Binary | 11100001 | 111 | 10111110 | 0 | 1100001 | 10000 | 1100 | 100110110 | 1011110 | 101101 |
Color Harmonies of #E107BE
Complementary color
Monochromatic Colors of #E107BE
Black with #E107BE
Text Example
Text Example
White with #E107BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107BE; }
p { color: rgb(225,7,190); }
H1.HeaderClassName
{
color: #E107BE;
}
.AnyTagClassName
{
color: #E107BE;
}
</style>
background-color css
<style>
a { background-color: #E107BE; }
a { background-color: rgb(225,7,190); }
div.DivClassName
{
background-color: #E107BE;
}
.BgClassName
{
background-color: #E107BE;
}
</style>
border-color css
<style>
span { border-color: #E107BE; }
span { border-color: rgb(225,7,190); }
td.TdClassName
{
border-color: #E107BE;
}
.TagClassName
{
border-color: #E107BE;
}
</style>