Shades of Shocking #E190BE
Tints of Shocking #E190BE
RGB
CMYK
RGB Variations
Color information
#E190BE (or 0xE190BE) is known color: Shocking. HEX triplet: E1, 90 and BE. RGB value is (225,144,190). Sum of RGB (Red+Green+Blue) = 225+144+190=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E190BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190BE is #1E6F41. Grayscale: #ADADAD. Windows color (decimal): -1994562 or 12488929. OLE color: 12488929.
HSL color Cylindrical-coordinate representation of color #E190BE: hue angle of 325.93º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190BE is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 190 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.12 |
| HSL | 325.93º | 0.57% | 0.72% | - |
| HSV(B) | 325.93º | 0.36% | 0.88% | - |
| XYZ | 50.32 | 39.67 | 53.72 | - |
| YUV | 173.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 190 | 0 | 0.36 | 0.16 | 0.12 | 325.93 | 0.57 | 0.72 |
| Hex | E1 | 90 | BE | 0 | 24 | 10 | C | 146 | 39 | 48 |
| Octal | 341 | 220 | 276 | 0 | 44 | 20 | 14 | 506 | 71 | 110 |
| Binary | 11100001 | 10010000 | 10111110 | 0 | 100100 | 10000 | 1100 | 101000110 | 111001 | 1001000 |
Color Harmonies of #E190BE
Complementary color
Monochromatic Colors of #E190BE
Black with #E190BE
Text Example
Text Example
White with #E190BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190BE; }
p { color: rgb(225,144,190); }
H1.HeaderClassName
{
color: #E190BE;
}
.AnyTagClassName
{
color: #E190BE;
}
</style>
background-color css
<style>
a { background-color: #E190BE; }
a { background-color: rgb(225,144,190); }
div.DivClassName
{
background-color: #E190BE;
}
.BgClassName
{
background-color: #E190BE;
}
</style>
border-color css
<style>
span { border-color: #E190BE; }
span { border-color: rgb(225,144,190); }
td.TdClassName
{
border-color: #E190BE;
}
.TagClassName
{
border-color: #E190BE;
}
</style>