Shades of Shocking #E995D0
Tints of Shocking #E995D0
RGB
CMYK
RGB Variations
Color information
#E995D0 (or 0xE995D0) is known color: Shocking. HEX triplet: E9, 95 and D0. RGB value is (233,149,208). Sum of RGB (Red+Green+Blue) = 233+149+208=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E995D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995D0 is #166A2F. Grayscale: #B4B4B4. Windows color (decimal): -1468976 or 13669865. OLE color: 13669865.
HSL color Cylindrical-coordinate representation of color #E995D0: hue angle of 317.86º 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 #E995D0 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 208 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.09 |
| HSL | 317.86º | 0.66% | 0.75% | - |
| HSV(B) | 317.86º | 0.36% | 0.91% | - |
| XYZ | 55.74 | 43.37 | 65.11 | - |
| YUV | 180.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 208 | 0 | 0.36 | 0.11 | 0.09 | 317.86 | 0.66 | 0.75 |
| Hex | E9 | 95 | D0 | 0 | 24 | B | 9 | 13E | 42 | 4B |
| Octal | 351 | 225 | 320 | 0 | 44 | 13 | 11 | 476 | 102 | 113 |
| Binary | 11101001 | 10010101 | 11010000 | 0 | 100100 | 1011 | 1001 | 100111110 | 1000010 | 1001011 |
Color Harmonies of #E995D0
Complementary color
Monochromatic Colors of #E995D0
Black with #E995D0
Text Example
Text Example
White with #E995D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E995D0; }
p { color: rgb(233,149,208); }
H1.HeaderClassName
{
color: #E995D0;
}
.AnyTagClassName
{
color: #E995D0;
}
</style>
background-color css
<style>
a { background-color: #E995D0; }
a { background-color: rgb(233,149,208); }
div.DivClassName
{
background-color: #E995D0;
}
.BgClassName
{
background-color: #E995D0;
}
</style>
border-color css
<style>
span { border-color: #E995D0; }
span { border-color: rgb(233,149,208); }
td.TdClassName
{
border-color: #E995D0;
}
.TagClassName
{
border-color: #E995D0;
}
</style>