Shades of Deep Pink #E6188B
Tints of Deep Pink #E6188B
RGB
CMYK
RGB Variations
Color information
#E6188B (or 0xE6188B) is known color: Deep Pink. HEX triplet: E6, 18 and 8B. RGB value is (230,24,139). Sum of RGB (Red+Green+Blue) = 230+24+139=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6188B is #19E774. Grayscale: #626262. Windows color (decimal): -1697653 or 9115878. OLE color: 9115878.
HSL color Cylindrical-coordinate representation of color #E6188B: hue angle of 326.5º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6188B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 139 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.10 |
| HSL | 326.5º | 0.81% | 0.5% | - |
| HSV(B) | 326.5º | 0.9% | 0.9% | - |
| XYZ | 37.62 | 19.34 | 26.18 | - |
| YUV | 98.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 139 | 0 | 0.90 | 0.40 | 0.10 | 326.5 | 0.81 | 0.5 |
| Hex | E6 | 18 | 8B | 0 | 5A | 28 | A | 147 | 51 | 32 |
| Octal | 346 | 30 | 213 | 0 | 132 | 50 | 12 | 507 | 121 | 62 |
| Binary | 11100110 | 11000 | 10001011 | 0 | 1011010 | 101000 | 1010 | 101000111 | 1010001 | 110010 |
Color Harmonies of #E6188B
Complementary color
Monochromatic Colors of #E6188B
Black with #E6188B
Text Example
Text Example
White with #E6188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6188B; }
p { color: rgb(230,24,139); }
H1.HeaderClassName
{
color: #E6188B;
}
.AnyTagClassName
{
color: #E6188B;
}
</style>
background-color css
<style>
a { background-color: #E6188B; }
a { background-color: rgb(230,24,139); }
div.DivClassName
{
background-color: #E6188B;
}
.BgClassName
{
background-color: #E6188B;
}
</style>
border-color css
<style>
span { border-color: #E6188B; }
span { border-color: rgb(230,24,139); }
td.TdClassName
{
border-color: #E6188B;
}
.TagClassName
{
border-color: #E6188B;
}
</style>