Shades of Shocking #E994B5
Tints of Shocking #E994B5
RGB
CMYK
RGB Variations
Color information
#E994B5 (or 0xE994B5) is known color: Shocking. HEX triplet: E9, 94 and B5. RGB value is (233,148,181). Sum of RGB (Red+Green+Blue) = 233+148+181=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E994B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994B5 is #166B4A. Grayscale: #B1B1B1. Windows color (decimal): -1469259 or 11900137. OLE color: 11900137.
HSL color Cylindrical-coordinate representation of color #E994B5: hue angle of 336.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E994B5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 181 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.09 |
| HSL | 336.71º | 0.66% | 0.75% | - |
| HSV(B) | 336.71º | 0.36% | 0.91% | - |
| XYZ | 52.53 | 41.84 | 49.02 | - |
| YUV | 177.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 181 | 0 | 0.36 | 0.22 | 0.09 | 336.71 | 0.66 | 0.75 |
| Hex | E9 | 94 | B5 | 0 | 24 | 16 | 9 | 151 | 42 | 4B |
| Octal | 351 | 224 | 265 | 0 | 44 | 26 | 11 | 521 | 102 | 113 |
| Binary | 11101001 | 10010100 | 10110101 | 0 | 100100 | 10110 | 1001 | 101010001 | 1000010 | 1001011 |
Color Harmonies of #E994B5
Complementary color
Monochromatic Colors of #E994B5
Black with #E994B5
Text Example
Text Example
White with #E994B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994B5; }
p { color: rgb(233,148,181); }
H1.HeaderClassName
{
color: #E994B5;
}
.AnyTagClassName
{
color: #E994B5;
}
</style>
background-color css
<style>
a { background-color: #E994B5; }
a { background-color: rgb(233,148,181); }
div.DivClassName
{
background-color: #E994B5;
}
.BgClassName
{
background-color: #E994B5;
}
</style>
border-color css
<style>
span { border-color: #E994B5; }
span { border-color: rgb(233,148,181); }
td.TdClassName
{
border-color: #E994B5;
}
.TagClassName
{
border-color: #E994B5;
}
</style>