Shades of Deep Pink #E6148B
Tints of Deep Pink #E6148B
RGB
CMYK
RGB Variations
Color information
#E6148B (or 0xE6148B) is known color: Deep Pink. HEX triplet: E6, 14 and 8B. RGB value is (230,20,139). Sum of RGB (Red+Green+Blue) = 230+20+139=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6148B is #19EB74. Grayscale: #606060. Windows color (decimal): -1698677 or 9114854. OLE color: 9114854.
HSL color Cylindrical-coordinate representation of color #E6148B: hue angle of 326º degrees, saturation: 0.84, 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 #E6148B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 139 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.10 |
| HSL | 326º | 0.84% | 0.49% | - |
| HSV(B) | 326º | 0.91% | 0.9% | - |
| XYZ | 37.54 | 19.19 | 26.15 | - |
| YUV | 96.36 | 152.07 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 139 | 0 | 0.91 | 0.40 | 0.10 | 326 | 0.84 | 0.49 |
| Hex | E6 | 14 | 8B | 0 | 5B | 28 | A | 146 | 54 | 31 |
| Octal | 346 | 24 | 213 | 0 | 133 | 50 | 12 | 506 | 124 | 61 |
| Binary | 11100110 | 10100 | 10001011 | 0 | 1011011 | 101000 | 1010 | 101000110 | 1010100 | 110001 |
Color Harmonies of #E6148B
Complementary color
Monochromatic Colors of #E6148B
Black with #E6148B
Text Example
Text Example
White with #E6148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6148B; }
p { color: rgb(230,20,139); }
H1.HeaderClassName
{
color: #E6148B;
}
.AnyTagClassName
{
color: #E6148B;
}
</style>
background-color css
<style>
a { background-color: #E6148B; }
a { background-color: rgb(230,20,139); }
div.DivClassName
{
background-color: #E6148B;
}
.BgClassName
{
background-color: #E6148B;
}
</style>
border-color css
<style>
span { border-color: #E6148B; }
span { border-color: rgb(230,20,139); }
td.TdClassName
{
border-color: #E6148B;
}
.TagClassName
{
border-color: #E6148B;
}
</style>