Shades of Shocking #E68AB8
Tints of Shocking #E68AB8
RGB
CMYK
RGB Variations
Color information
#E68AB8 (or 0xE68AB8) is known color: Shocking. HEX triplet: E6, 8A and B8. RGB value is (230,138,184). Sum of RGB (Red+Green+Blue) = 230+138+184=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AB8 is #197547. Grayscale: #AAAAAA. Windows color (decimal): -1668424 or 12094182. OLE color: 12094182.
HSL color Cylindrical-coordinate representation of color #E68AB8: hue angle of 330º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AB8 is Cyan = 0, Magento = 0.4, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 184 | - |
| CMYK | 0 | 0.4 | 0.2 | 0.10 |
| HSL | 330º | 0.65% | 0.72% | - |
| HSV(B) | 330º | 0.4% | 0.9% | - |
| XYZ | 50.37 | 38.46 | 50.12 | - |
| YUV | 170.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 184 | 0 | 0.4 | 0.2 | 0.10 | 330 | 0.65 | 0.72 |
| Hex | E6 | 8A | B8 | 0 | 28 | 14 | A | 14A | 41 | 48 |
| Octal | 346 | 212 | 270 | 0 | 50 | 24 | 12 | 512 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10111000 | 0 | 101000 | 10100 | 1010 | 101001010 | 1000001 | 1001000 |
Color Harmonies of #E68AB8
Complementary color
Monochromatic Colors of #E68AB8
Black with #E68AB8
Text Example
Text Example
White with #E68AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AB8; }
p { color: rgb(230,138,184); }
H1.HeaderClassName
{
color: #E68AB8;
}
.AnyTagClassName
{
color: #E68AB8;
}
</style>
background-color css
<style>
a { background-color: #E68AB8; }
a { background-color: rgb(230,138,184); }
div.DivClassName
{
background-color: #E68AB8;
}
.BgClassName
{
background-color: #E68AB8;
}
</style>
border-color css
<style>
span { border-color: #E68AB8; }
span { border-color: rgb(230,138,184); }
td.TdClassName
{
border-color: #E68AB8;
}
.TagClassName
{
border-color: #E68AB8;
}
</style>