Shades of Deep Pink #E8088A
Tints of Deep Pink #E8088A
RGB
CMYK
RGB Variations
Color information
#E8088A (or 0xE8088A) is known color: Deep Pink. HEX triplet: E8, 08 and 8A. RGB value is (232,8,138). Sum of RGB (Red+Green+Blue) = 232+8+138=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8088A is #17F775. Grayscale: #595959. Windows color (decimal): -1570678 or 9046248. OLE color: 9046248.
HSL color Cylindrical-coordinate representation of color #E8088A: hue angle of 325.18º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8088A is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 138 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.09 |
| HSL | 325.18º | 0.93% | 0.47% | - |
| HSV(B) | 325.18º | 0.97% | 0.91% | - |
| XYZ | 37.95 | 19.16 | 25.74 | - |
| YUV | 89.8 | 155.21 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 138 | 0 | 0.97 | 0.41 | 0.09 | 325.18 | 0.93 | 0.47 |
| Hex | E8 | 8 | 8A | 0 | 61 | 29 | 9 | 145 | 5D | 2F |
| Octal | 350 | 10 | 212 | 0 | 141 | 51 | 11 | 505 | 135 | 57 |
| Binary | 11101000 | 1000 | 10001010 | 0 | 1100001 | 101001 | 1001 | 101000101 | 1011101 | 101111 |
Color Harmonies of #E8088A
Complementary color
Monochromatic Colors of #E8088A
Black with #E8088A
Text Example
Text Example
White with #E8088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8088A; }
p { color: rgb(232,8,138); }
H1.HeaderClassName
{
color: #E8088A;
}
.AnyTagClassName
{
color: #E8088A;
}
</style>
background-color css
<style>
a { background-color: #E8088A; }
a { background-color: rgb(232,8,138); }
div.DivClassName
{
background-color: #E8088A;
}
.BgClassName
{
background-color: #E8088A;
}
</style>
border-color css
<style>
span { border-color: #E8088A; }
span { border-color: rgb(232,8,138); }
td.TdClassName
{
border-color: #E8088A;
}
.TagClassName
{
border-color: #E8088A;
}
</style>