Shades of Deep Pink #E6158B
Tints of Deep Pink #E6158B
RGB
CMYK
RGB Variations
Color information
#E6158B (or 0xE6158B) is known color: Deep Pink. HEX triplet: E6, 15 and 8B. RGB value is (230,21,139). Sum of RGB (Red+Green+Blue) = 230+21+139=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6158B is #19EA74. Grayscale: #606060. Windows color (decimal): -1698421 or 9115110. OLE color: 9115110.
HSL color Cylindrical-coordinate representation of color #E6158B: hue angle of 326.12º 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 #E6158B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 139 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.10 |
| HSL | 326.12º | 0.83% | 0.49% | - |
| HSV(B) | 326.12º | 0.91% | 0.9% | - |
| XYZ | 37.56 | 19.22 | 26.16 | - |
| YUV | 96.94 | 151.74 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 139 | 0 | 0.91 | 0.40 | 0.10 | 326.12 | 0.83 | 0.49 |
| Hex | E6 | 15 | 8B | 0 | 5B | 28 | A | 146 | 53 | 31 |
| Octal | 346 | 25 | 213 | 0 | 133 | 50 | 12 | 506 | 123 | 61 |
| Binary | 11100110 | 10101 | 10001011 | 0 | 1011011 | 101000 | 1010 | 101000110 | 1010011 | 110001 |
Color Harmonies of #E6158B
Complementary color
Monochromatic Colors of #E6158B
Black with #E6158B
Text Example
Text Example
White with #E6158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6158B; }
p { color: rgb(230,21,139); }
H1.HeaderClassName
{
color: #E6158B;
}
.AnyTagClassName
{
color: #E6158B;
}
</style>
background-color css
<style>
a { background-color: #E6158B; }
a { background-color: rgb(230,21,139); }
div.DivClassName
{
background-color: #E6158B;
}
.BgClassName
{
background-color: #E6158B;
}
</style>
border-color css
<style>
span { border-color: #E6158B; }
span { border-color: rgb(230,21,139); }
td.TdClassName
{
border-color: #E6158B;
}
.TagClassName
{
border-color: #E6158B;
}
</style>