Shades of Shocking #E68EB4
Tints of Shocking #E68EB4
RGB
CMYK
RGB Variations
Color information
#E68EB4 (or 0xE68EB4) is known color: Shocking. HEX triplet: E6, 8E and B4. RGB value is (230,142,180). Sum of RGB (Red+Green+Blue) = 230+142+180=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68EB4 is #19714B. Grayscale: #ACACAC. Windows color (decimal): -1667404 or 11833062. OLE color: 11833062.
HSL color Cylindrical-coordinate representation of color #E68EB4: hue angle of 334.09º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68EB4 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 180 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.10 |
| HSL | 334.09º | 0.64% | 0.73% | - |
| HSV(B) | 334.09º | 0.38% | 0.9% | - |
| XYZ | 50.54 | 39.46 | 48.13 | - |
| YUV | 172.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 180 | 0 | 0.38 | 0.22 | 0.10 | 334.09 | 0.64 | 0.73 |
| Hex | E6 | 8E | B4 | 0 | 26 | 16 | A | 14E | 40 | 49 |
| Octal | 346 | 216 | 264 | 0 | 46 | 26 | 12 | 516 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10110100 | 0 | 100110 | 10110 | 1010 | 101001110 | 1000000 | 1001001 |
Color Harmonies of #E68EB4
Complementary color
Monochromatic Colors of #E68EB4
Black with #E68EB4
Text Example
Text Example
White with #E68EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EB4; }
p { color: rgb(230,142,180); }
H1.HeaderClassName
{
color: #E68EB4;
}
.AnyTagClassName
{
color: #E68EB4;
}
</style>
background-color css
<style>
a { background-color: #E68EB4; }
a { background-color: rgb(230,142,180); }
div.DivClassName
{
background-color: #E68EB4;
}
.BgClassName
{
background-color: #E68EB4;
}
</style>
border-color css
<style>
span { border-color: #E68EB4; }
span { border-color: rgb(230,142,180); }
td.TdClassName
{
border-color: #E68EB4;
}
.TagClassName
{
border-color: #E68EB4;
}
</style>