Shades of Deep Pink #E6188A
Tints of Deep Pink #E6188A
RGB
CMYK
RGB Variations
Color information
#E6188A (or 0xE6188A) is known color: Deep Pink. HEX triplet: E6, 18 and 8A. RGB value is (230,24,138). Sum of RGB (Red+Green+Blue) = 230+24+138=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6188A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6188A is #19E775. Grayscale: #626262. Windows color (decimal): -1697654 or 9050342. OLE color: 9050342.
HSL color Cylindrical-coordinate representation of color #E6188A: hue angle of 326.8º 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 #E6188A is Cyan = 0, Magento = 0.90, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 138 | - |
| CMYK | 0 | 0.90 | 0.4 | 0.10 |
| HSL | 326.8º | 0.81% | 0.5% | - |
| HSV(B) | 326.8º | 0.9% | 0.9% | - |
| XYZ | 37.55 | 19.31 | 25.79 | - |
| YUV | 98.59 | 150.25 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 138 | 0 | 0.90 | 0.4 | 0.10 | 326.8 | 0.81 | 0.5 |
| Hex | E6 | 18 | 8A | 0 | 5A | 28 | A | 147 | 51 | 32 |
| Octal | 346 | 30 | 212 | 0 | 132 | 50 | 12 | 507 | 121 | 62 |
| Binary | 11100110 | 11000 | 10001010 | 0 | 1011010 | 101000 | 1010 | 101000111 | 1010001 | 110010 |
Color Harmonies of #E6188A
Complementary color
Monochromatic Colors of #E6188A
Black with #E6188A
Text Example
Text Example
White with #E6188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6188A; }
p { color: rgb(230,24,138); }
H1.HeaderClassName
{
color: #E6188A;
}
.AnyTagClassName
{
color: #E6188A;
}
</style>
background-color css
<style>
a { background-color: #E6188A; }
a { background-color: rgb(230,24,138); }
div.DivClassName
{
background-color: #E6188A;
}
.BgClassName
{
background-color: #E6188A;
}
</style>
border-color css
<style>
span { border-color: #E6188A; }
span { border-color: rgb(230,24,138); }
td.TdClassName
{
border-color: #E6188A;
}
.TagClassName
{
border-color: #E6188A;
}
</style>