Shades of Deep Pink #E6178F
Tints of Deep Pink #E6178F
RGB
CMYK
RGB Variations
Color information
#E6178F (or 0xE6178F) is known color: Deep Pink. HEX triplet: E6, 17 and 8F. RGB value is (230,23,143). Sum of RGB (Red+Green+Blue) = 230+23+143=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E6178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6178F is #19E870. Grayscale: #626262. Windows color (decimal): -1697905 or 9377766. OLE color: 9377766.
HSL color Cylindrical-coordinate representation of color #E6178F: hue angle of 325.22º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6178F is Cyan = 0, Magento = 0.9, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 143 | - |
| CMYK | 0 | 0.9 | 0.38 | 0.10 |
| HSL | 325.22º | 0.82% | 0.5% | - |
| HSV(B) | 325.22º | 0.9% | 0.9% | - |
| XYZ | 37.9 | 19.42 | 27.74 | - |
| YUV | 98.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 143 | 0 | 0.9 | 0.38 | 0.10 | 325.22 | 0.82 | 0.5 |
| Hex | E6 | 17 | 8F | 0 | 5A | 26 | A | 145 | 52 | 32 |
| Octal | 346 | 27 | 217 | 0 | 132 | 46 | 12 | 505 | 122 | 62 |
| Binary | 11100110 | 10111 | 10001111 | 0 | 1011010 | 100110 | 1010 | 101000101 | 1010010 | 110010 |
Color Harmonies of #E6178F
Complementary color
Monochromatic Colors of #E6178F
Black with #E6178F
Text Example
Text Example
White with #E6178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6178F; }
p { color: rgb(230,23,143); }
H1.HeaderClassName
{
color: #E6178F;
}
.AnyTagClassName
{
color: #E6178F;
}
</style>
background-color css
<style>
a { background-color: #E6178F; }
a { background-color: rgb(230,23,143); }
div.DivClassName
{
background-color: #E6178F;
}
.BgClassName
{
background-color: #E6178F;
}
</style>
border-color css
<style>
span { border-color: #E6178F; }
span { border-color: rgb(230,23,143); }
td.TdClassName
{
border-color: #E6178F;
}
.TagClassName
{
border-color: #E6178F;
}
</style>