Shades of Dark Pink #E6447C
Tints of Dark Pink #E6447C
RGB
CMYK
RGB Variations
Color information
#E6447C (or 0xE6447C) is known color: Dark Pink. HEX triplet: E6, 44 and 7C. RGB value is (230,68,124). Sum of RGB (Red+Green+Blue) = 230+68+124=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6447C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6447C is #19BB83. Grayscale: #7A7A7A. Windows color (decimal): -1686404 or 8144102. OLE color: 8144102.
HSL color Cylindrical-coordinate representation of color #E6447C: hue angle of 339.26º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6447C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 124 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.10 |
| HSL | 339.26º | 0.76% | 0.58% | - |
| HSV(B) | 339.26º | 0.7% | 0.9% | - |
| XYZ | 38.34 | 22.41 | 21.37 | - |
| YUV | 122.82 | 128.67 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 124 | 0 | 0.70 | 0.46 | 0.10 | 339.26 | 0.76 | 0.58 |
| Hex | E6 | 44 | 7C | 0 | 46 | 2E | A | 153 | 4C | 3A |
| Octal | 346 | 104 | 174 | 0 | 106 | 56 | 12 | 523 | 114 | 72 |
| Binary | 11100110 | 1000100 | 1111100 | 0 | 1000110 | 101110 | 1010 | 101010011 | 1001100 | 111010 |
Color Harmonies of #E6447C
Complementary color
Monochromatic Colors of #E6447C
Black with #E6447C
Text Example
Text Example
White with #E6447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6447C; }
p { color: rgb(230,68,124); }
H1.HeaderClassName
{
color: #E6447C;
}
.AnyTagClassName
{
color: #E6447C;
}
</style>
background-color css
<style>
a { background-color: #E6447C; }
a { background-color: rgb(230,68,124); }
div.DivClassName
{
background-color: #E6447C;
}
.BgClassName
{
background-color: #E6447C;
}
</style>
border-color css
<style>
span { border-color: #E6447C; }
span { border-color: rgb(230,68,124); }
td.TdClassName
{
border-color: #E6447C;
}
.TagClassName
{
border-color: #E6447C;
}
</style>