Shades of Deep Pink #E6148F
Tints of Deep Pink #E6148F
RGB
CMYK
RGB Variations
Color information
#E6148F (or 0xE6148F) is known color: Deep Pink. HEX triplet: E6, 14 and 8F. RGB value is (230,20,143). Sum of RGB (Red+Green+Blue) = 230+20+143=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E6148F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6148F is #19EB70. Grayscale: #606060. Windows color (decimal): -1698673 or 9376998. OLE color: 9376998.
HSL color Cylindrical-coordinate representation of color #E6148F: hue angle of 324.86º 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 #E6148F is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 143 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.10 |
| HSL | 324.86º | 0.84% | 0.49% | - |
| HSV(B) | 324.86º | 0.91% | 0.9% | - |
| XYZ | 37.84 | 19.31 | 27.72 | - |
| YUV | 96.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 143 | 0 | 0.91 | 0.38 | 0.10 | 324.86 | 0.84 | 0.49 |
| Hex | E6 | 14 | 8F | 0 | 5B | 26 | A | 145 | 54 | 31 |
| Octal | 346 | 24 | 217 | 0 | 133 | 46 | 12 | 505 | 124 | 61 |
| Binary | 11100110 | 10100 | 10001111 | 0 | 1011011 | 100110 | 1010 | 101000101 | 1010100 | 110001 |
Color Harmonies of #E6148F
Complementary color
Monochromatic Colors of #E6148F
Black with #E6148F
Text Example
Text Example
White with #E6148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6148F; }
p { color: rgb(230,20,143); }
H1.HeaderClassName
{
color: #E6148F;
}
.AnyTagClassName
{
color: #E6148F;
}
</style>
background-color css
<style>
a { background-color: #E6148F; }
a { background-color: rgb(230,20,143); }
div.DivClassName
{
background-color: #E6148F;
}
.BgClassName
{
background-color: #E6148F;
}
</style>
border-color css
<style>
span { border-color: #E6148F; }
span { border-color: rgb(230,20,143); }
td.TdClassName
{
border-color: #E6148F;
}
.TagClassName
{
border-color: #E6148F;
}
</style>