Shades of Shocking #E994C5
Tints of Shocking #E994C5
RGB
CMYK
RGB Variations
Color information
#E994C5 (or 0xE994C5) is known color: Shocking. HEX triplet: E9, 94 and C5. RGB value is (233,148,197). Sum of RGB (Red+Green+Blue) = 233+148+197=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E994C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E994C5 is #166B3A. Grayscale: #B2B2B2. Windows color (decimal): -1469243 or 12948713. OLE color: 12948713.
HSL color Cylindrical-coordinate representation of color #E994C5: hue angle of 325.41º 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 #E994C5 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 197 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.09 |
| HSL | 325.41º | 0.66% | 0.75% | - |
| HSV(B) | 325.41º | 0.36% | 0.91% | - |
| XYZ | 54.27 | 42.53 | 58.17 | - |
| YUV | 179 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 197 | 0 | 0.36 | 0.15 | 0.09 | 325.41 | 0.66 | 0.75 |
| Hex | E9 | 94 | C5 | 0 | 24 | F | 9 | 145 | 42 | 4B |
| Octal | 351 | 224 | 305 | 0 | 44 | 17 | 11 | 505 | 102 | 113 |
| Binary | 11101001 | 10010100 | 11000101 | 0 | 100100 | 1111 | 1001 | 101000101 | 1000010 | 1001011 |
Color Harmonies of #E994C5
Complementary color
Monochromatic Colors of #E994C5
Black with #E994C5
Text Example
Text Example
White with #E994C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994C5; }
p { color: rgb(233,148,197); }
H1.HeaderClassName
{
color: #E994C5;
}
.AnyTagClassName
{
color: #E994C5;
}
</style>
background-color css
<style>
a { background-color: #E994C5; }
a { background-color: rgb(233,148,197); }
div.DivClassName
{
background-color: #E994C5;
}
.BgClassName
{
background-color: #E994C5;
}
</style>
border-color css
<style>
span { border-color: #E994C5; }
span { border-color: rgb(233,148,197); }
td.TdClassName
{
border-color: #E994C5;
}
.TagClassName
{
border-color: #E994C5;
}
</style>