Shades of Deep Pink #E6158A
Tints of Deep Pink #E6158A
RGB
CMYK
RGB Variations
Color information
#E6158A (or 0xE6158A) is known color: Deep Pink. HEX triplet: E6, 15 and 8A. RGB value is (230,21,138). Sum of RGB (Red+Green+Blue) = 230+21+138=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6158A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6158A is #19EA75. Grayscale: #606060. Windows color (decimal): -1698422 or 9049574. OLE color: 9049574.
HSL color Cylindrical-coordinate representation of color #E6158A: hue angle of 326.41º 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 #E6158A is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 138 | - |
| CMYK | 0 | 0.91 | 0.4 | 0.10 |
| HSL | 326.41º | 0.83% | 0.49% | - |
| HSV(B) | 326.41º | 0.91% | 0.9% | - |
| XYZ | 37.49 | 19.19 | 25.77 | - |
| YUV | 96.83 | 151.24 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 138 | 0 | 0.91 | 0.4 | 0.10 | 326.41 | 0.83 | 0.49 |
| Hex | E6 | 15 | 8A | 0 | 5B | 28 | A | 146 | 53 | 31 |
| Octal | 346 | 25 | 212 | 0 | 133 | 50 | 12 | 506 | 123 | 61 |
| Binary | 11100110 | 10101 | 10001010 | 0 | 1011011 | 101000 | 1010 | 101000110 | 1010011 | 110001 |
Color Harmonies of #E6158A
Complementary color
Monochromatic Colors of #E6158A
Black with #E6158A
Text Example
Text Example
White with #E6158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6158A; }
p { color: rgb(230,21,138); }
H1.HeaderClassName
{
color: #E6158A;
}
.AnyTagClassName
{
color: #E6158A;
}
</style>
background-color css
<style>
a { background-color: #E6158A; }
a { background-color: rgb(230,21,138); }
div.DivClassName
{
background-color: #E6158A;
}
.BgClassName
{
background-color: #E6158A;
}
</style>
border-color css
<style>
span { border-color: #E6158A; }
span { border-color: rgb(230,21,138); }
td.TdClassName
{
border-color: #E6158A;
}
.TagClassName
{
border-color: #E6158A;
}
</style>