Shades of Deep Pink #E6198A
Tints of Deep Pink #E6198A
RGB
CMYK
RGB Variations
Color information
#E6198A (or 0xE6198A) is known color: Deep Pink. HEX triplet: E6, 19 and 8A. RGB value is (230,25,138). Sum of RGB (Red+Green+Blue) = 230+25+138=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6198A is #19E675. Grayscale: #626262. Windows color (decimal): -1697398 or 9050598. OLE color: 9050598.
HSL color Cylindrical-coordinate representation of color #E6198A: hue angle of 326.93º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6198A is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 138 | - |
| CMYK | 0 | 0.89 | 0.4 | 0.10 |
| HSL | 326.93º | 0.8% | 0.5% | - |
| HSV(B) | 326.93º | 0.89% | 0.9% | - |
| XYZ | 37.57 | 19.35 | 25.8 | - |
| YUV | 99.18 | 149.92 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 138 | 0 | 0.89 | 0.4 | 0.10 | 326.93 | 0.8 | 0.5 |
| Hex | E6 | 19 | 8A | 0 | 59 | 28 | A | 147 | 50 | 32 |
| Octal | 346 | 31 | 212 | 0 | 131 | 50 | 12 | 507 | 120 | 62 |
| Binary | 11100110 | 11001 | 10001010 | 0 | 1011001 | 101000 | 1010 | 101000111 | 1010000 | 110010 |
Color Harmonies of #E6198A
Complementary color
Monochromatic Colors of #E6198A
Black with #E6198A
Text Example
Text Example
White with #E6198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6198A; }
p { color: rgb(230,25,138); }
H1.HeaderClassName
{
color: #E6198A;
}
.AnyTagClassName
{
color: #E6198A;
}
</style>
background-color css
<style>
a { background-color: #E6198A; }
a { background-color: rgb(230,25,138); }
div.DivClassName
{
background-color: #E6198A;
}
.BgClassName
{
background-color: #E6198A;
}
</style>
border-color css
<style>
span { border-color: #E6198A; }
span { border-color: rgb(230,25,138); }
td.TdClassName
{
border-color: #E6198A;
}
.TagClassName
{
border-color: #E6198A;
}
</style>