Shades of Deep Pink #E6158F
Tints of Deep Pink #E6158F
RGB
CMYK
RGB Variations
Color information
#E6158F (or 0xE6158F) is known color: Deep Pink. HEX triplet: E6, 15 and 8F. RGB value is (230,21,143). Sum of RGB (Red+Green+Blue) = 230+21+143=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6158F is #19EA70. Grayscale: #616161. Windows color (decimal): -1698417 or 9377254. OLE color: 9377254.
HSL color Cylindrical-coordinate representation of color #E6158F: hue angle of 324.98º 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 #E6158F is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 143 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.10 |
| HSL | 324.98º | 0.83% | 0.49% | - |
| HSV(B) | 324.98º | 0.91% | 0.9% | - |
| XYZ | 37.86 | 19.34 | 27.72 | - |
| YUV | 97.4 | 153.74 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 143 | 0 | 0.91 | 0.38 | 0.10 | 324.98 | 0.83 | 0.49 |
| Hex | E6 | 15 | 8F | 0 | 5B | 26 | A | 145 | 53 | 31 |
| Octal | 346 | 25 | 217 | 0 | 133 | 46 | 12 | 505 | 123 | 61 |
| Binary | 11100110 | 10101 | 10001111 | 0 | 1011011 | 100110 | 1010 | 101000101 | 1010011 | 110001 |
Color Harmonies of #E6158F
Complementary color
Monochromatic Colors of #E6158F
Black with #E6158F
Text Example
Text Example
White with #E6158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6158F; }
p { color: rgb(230,21,143); }
H1.HeaderClassName
{
color: #E6158F;
}
.AnyTagClassName
{
color: #E6158F;
}
</style>
background-color css
<style>
a { background-color: #E6158F; }
a { background-color: rgb(230,21,143); }
div.DivClassName
{
background-color: #E6158F;
}
.BgClassName
{
background-color: #E6158F;
}
</style>
border-color css
<style>
span { border-color: #E6158F; }
span { border-color: rgb(230,21,143); }
td.TdClassName
{
border-color: #E6158F;
}
.TagClassName
{
border-color: #E6158F;
}
</style>