Shades of Shocking #E88ABE
Tints of Shocking #E88ABE
RGB
CMYK
RGB Variations
Color information
#E88ABE (or 0xE88ABE) is known color: Shocking. HEX triplet: E8, 8A and BE. RGB value is (232,138,190). Sum of RGB (Red+Green+Blue) = 232+138+190=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ABE is #177541. Grayscale: #ABABAB. Windows color (decimal): -1537346 or 12487400. OLE color: 12487400.
HSL color Cylindrical-coordinate representation of color #E88ABE: hue angle of 326.81º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88ABE is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 190 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.09 |
| HSL | 326.81º | 0.67% | 0.73% | - |
| HSV(B) | 326.81º | 0.41% | 0.91% | - |
| XYZ | 51.66 | 39.05 | 53.53 | - |
| YUV | 172.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 190 | 0 | 0.41 | 0.18 | 0.09 | 326.81 | 0.67 | 0.73 |
| Hex | E8 | 8A | BE | 0 | 29 | 12 | 9 | 147 | 43 | 49 |
| Octal | 350 | 212 | 276 | 0 | 51 | 22 | 11 | 507 | 103 | 111 |
| Binary | 11101000 | 10001010 | 10111110 | 0 | 101001 | 10010 | 1001 | 101000111 | 1000011 | 1001001 |
Color Harmonies of #E88ABE
Complementary color
Monochromatic Colors of #E88ABE
Black with #E88ABE
Text Example
Text Example
White with #E88ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88ABE; }
p { color: rgb(232,138,190); }
H1.HeaderClassName
{
color: #E88ABE;
}
.AnyTagClassName
{
color: #E88ABE;
}
</style>
background-color css
<style>
a { background-color: #E88ABE; }
a { background-color: rgb(232,138,190); }
div.DivClassName
{
background-color: #E88ABE;
}
.BgClassName
{
background-color: #E88ABE;
}
</style>
border-color css
<style>
span { border-color: #E88ABE; }
span { border-color: rgb(232,138,190); }
td.TdClassName
{
border-color: #E88ABE;
}
.TagClassName
{
border-color: #E88ABE;
}
</style>