Shades of Deep Pink #E6108F
Tints of Deep Pink #E6108F
RGB
CMYK
RGB Variations
Color information
#E6108F (or 0xE6108F) is known color: Deep Pink. HEX triplet: E6, 10 and 8F. RGB value is (230,16,143). Sum of RGB (Red+Green+Blue) = 230+16+143=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6108F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6108F is #19EF70. Grayscale: #5E5E5E. Windows color (decimal): -1699697 or 9375974. OLE color: 9375974.
HSL color Cylindrical-coordinate representation of color #E6108F: hue angle of 324.39º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6108F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 143 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.10 |
| HSL | 324.39º | 0.87% | 0.48% | - |
| HSV(B) | 324.39º | 0.93% | 0.9% | - |
| XYZ | 37.78 | 19.18 | 27.7 | - |
| YUV | 94.46 | 155.4 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 143 | 0 | 0.93 | 0.38 | 0.10 | 324.39 | 0.87 | 0.48 |
| Hex | E6 | 10 | 8F | 0 | 5D | 26 | A | 144 | 57 | 30 |
| Octal | 346 | 20 | 217 | 0 | 135 | 46 | 12 | 504 | 127 | 60 |
| Binary | 11100110 | 10000 | 10001111 | 0 | 1011101 | 100110 | 1010 | 101000100 | 1010111 | 110000 |
Color Harmonies of #E6108F
Complementary color
Monochromatic Colors of #E6108F
Black with #E6108F
Text Example
Text Example
White with #E6108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6108F; }
p { color: rgb(230,16,143); }
H1.HeaderClassName
{
color: #E6108F;
}
.AnyTagClassName
{
color: #E6108F;
}
</style>
background-color css
<style>
a { background-color: #E6108F; }
a { background-color: rgb(230,16,143); }
div.DivClassName
{
background-color: #E6108F;
}
.BgClassName
{
background-color: #E6108F;
}
</style>
border-color css
<style>
span { border-color: #E6108F; }
span { border-color: rgb(230,16,143); }
td.TdClassName
{
border-color: #E6108F;
}
.TagClassName
{
border-color: #E6108F;
}
</style>