Shades of Shocking #E68CB6
Tints of Shocking #E68CB6
RGB
CMYK
RGB Variations
Color information
#E68CB6 (or 0xE68CB6) is known color: Shocking. HEX triplet: E6, 8C and B6. RGB value is (230,140,182). Sum of RGB (Red+Green+Blue) = 230+140+182=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CB6 is #197349. Grayscale: #ABABAB. Windows color (decimal): -1667914 or 11963622. OLE color: 11963622.
HSL color Cylindrical-coordinate representation of color #E68CB6: hue angle of 332º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CB6 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 182 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.10 |
| HSL | 332º | 0.64% | 0.73% | - |
| HSV(B) | 332º | 0.39% | 0.9% | - |
| XYZ | 50.45 | 38.96 | 49.12 | - |
| YUV | 171.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 182 | 0 | 0.39 | 0.21 | 0.10 | 332 | 0.64 | 0.73 |
| Hex | E6 | 8C | B6 | 0 | 27 | 15 | A | 14C | 40 | 49 |
| Octal | 346 | 214 | 266 | 0 | 47 | 25 | 12 | 514 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10110110 | 0 | 100111 | 10101 | 1010 | 101001100 | 1000000 | 1001001 |
Color Harmonies of #E68CB6
Complementary color
Monochromatic Colors of #E68CB6
Black with #E68CB6
Text Example
Text Example
White with #E68CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CB6; }
p { color: rgb(230,140,182); }
H1.HeaderClassName
{
color: #E68CB6;
}
.AnyTagClassName
{
color: #E68CB6;
}
</style>
background-color css
<style>
a { background-color: #E68CB6; }
a { background-color: rgb(230,140,182); }
div.DivClassName
{
background-color: #E68CB6;
}
.BgClassName
{
background-color: #E68CB6;
}
</style>
border-color css
<style>
span { border-color: #E68CB6; }
span { border-color: rgb(230,140,182); }
td.TdClassName
{
border-color: #E68CB6;
}
.TagClassName
{
border-color: #E68CB6;
}
</style>