Shades of Deep Pink #E6158C
Tints of Deep Pink #E6158C
RGB
CMYK
RGB Variations
Color information
#E6158C (or 0xE6158C) is known color: Deep Pink. HEX triplet: E6, 15 and 8C. RGB value is (230,21,140). Sum of RGB (Red+Green+Blue) = 230+21+140=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6158C is #19EA73. Grayscale: #606060. Windows color (decimal): -1698420 or 9180646. OLE color: 9180646.
HSL color Cylindrical-coordinate representation of color #E6158C: hue angle of 325.84º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6158C is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 140 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.10 |
| HSL | 325.84º | 0.83% | 0.49% | - |
| HSV(B) | 325.84º | 0.91% | 0.9% | - |
| XYZ | 37.63 | 19.25 | 26.54 | - |
| YUV | 97.06 | 152.24 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 140 | 0 | 0.91 | 0.39 | 0.10 | 325.84 | 0.83 | 0.49 |
| Hex | E6 | 15 | 8C | 0 | 5B | 27 | A | 146 | 53 | 31 |
| Octal | 346 | 25 | 214 | 0 | 133 | 47 | 12 | 506 | 123 | 61 |
| Binary | 11100110 | 10101 | 10001100 | 0 | 1011011 | 100111 | 1010 | 101000110 | 1010011 | 110001 |
Color Harmonies of #E6158C
Complementary color
Monochromatic Colors of #E6158C
Black with #E6158C
Text Example
Text Example
White with #E6158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6158C; }
p { color: rgb(230,21,140); }
H1.HeaderClassName
{
color: #E6158C;
}
.AnyTagClassName
{
color: #E6158C;
}
</style>
background-color css
<style>
a { background-color: #E6158C; }
a { background-color: rgb(230,21,140); }
div.DivClassName
{
background-color: #E6158C;
}
.BgClassName
{
background-color: #E6158C;
}
</style>
border-color css
<style>
span { border-color: #E6158C; }
span { border-color: rgb(230,21,140); }
td.TdClassName
{
border-color: #E6158C;
}
.TagClassName
{
border-color: #E6158C;
}
</style>