Shades of Shocking #E696C7
Tints of Shocking #E696C7
RGB
CMYK
RGB Variations
Color information
#E696C7 (or 0xE696C7) is known color: Shocking. HEX triplet: E6, 96 and C7. RGB value is (230,150,199). Sum of RGB (Red+Green+Blue) = 230+150+199=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E696C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696C7 is #196938. Grayscale: #B3B3B3. Windows color (decimal): -1665337 or 13080294. OLE color: 13080294.
HSL color Cylindrical-coordinate representation of color #E696C7: hue angle of 323.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696C7 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 199 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.10 |
| HSL | 323.25º | 0.62% | 0.75% | - |
| HSV(B) | 323.25º | 0.35% | 0.9% | - |
| XYZ | 53.85 | 42.76 | 59.45 | - |
| YUV | 179.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 199 | 0 | 0.35 | 0.13 | 0.10 | 323.25 | 0.62 | 0.75 |
| Hex | E6 | 96 | C7 | 0 | 23 | D | A | 143 | 3E | 4B |
| Octal | 346 | 226 | 307 | 0 | 43 | 15 | 12 | 503 | 76 | 113 |
| Binary | 11100110 | 10010110 | 11000111 | 0 | 100011 | 1101 | 1010 | 101000011 | 111110 | 1001011 |
Color Harmonies of #E696C7
Complementary color
Monochromatic Colors of #E696C7
Black with #E696C7
Text Example
Text Example
White with #E696C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696C7; }
p { color: rgb(230,150,199); }
H1.HeaderClassName
{
color: #E696C7;
}
.AnyTagClassName
{
color: #E696C7;
}
</style>
background-color css
<style>
a { background-color: #E696C7; }
a { background-color: rgb(230,150,199); }
div.DivClassName
{
background-color: #E696C7;
}
.BgClassName
{
background-color: #E696C7;
}
</style>
border-color css
<style>
span { border-color: #E696C7; }
span { border-color: rgb(230,150,199); }
td.TdClassName
{
border-color: #E696C7;
}
.TagClassName
{
border-color: #E696C7;
}
</style>