Shades of Dark Pink #E8447F
Tints of Dark Pink #E8447F
RGB
CMYK
RGB Variations
Color information
#E8447F (or 0xE8447F) is known color: Dark Pink. HEX triplet: E8, 44 and 7F. RGB value is (232,68,127). Sum of RGB (Red+Green+Blue) = 232+68+127=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E8447F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8447F is #17BB80. Grayscale: #7B7B7B. Windows color (decimal): -1555329 or 8340712. OLE color: 8340712.
HSL color Cylindrical-coordinate representation of color #E8447F: hue angle of 338.41º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E8447F is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 127 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.09 |
| HSL | 338.41º | 0.78% | 0.59% | - |
| HSV(B) | 338.41º | 0.71% | 0.91% | - |
| XYZ | 39.18 | 22.82 | 22.42 | - |
| YUV | 123.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 127 | 0 | 0.71 | 0.45 | 0.09 | 338.41 | 0.78 | 0.59 |
| Hex | E8 | 44 | 7F | 0 | 47 | 2D | 9 | 152 | 4E | 3B |
| Octal | 350 | 104 | 177 | 0 | 107 | 55 | 11 | 522 | 116 | 73 |
| Binary | 11101000 | 1000100 | 1111111 | 0 | 1000111 | 101101 | 1001 | 101010010 | 1001110 | 111011 |
Color Harmonies of #E8447F
Complementary color
Monochromatic Colors of #E8447F
Black with #E8447F
Text Example
Text Example
White with #E8447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8447F; }
p { color: rgb(232,68,127); }
H1.HeaderClassName
{
color: #E8447F;
}
.AnyTagClassName
{
color: #E8447F;
}
</style>
background-color css
<style>
a { background-color: #E8447F; }
a { background-color: rgb(232,68,127); }
div.DivClassName
{
background-color: #E8447F;
}
.BgClassName
{
background-color: #E8447F;
}
</style>
border-color css
<style>
span { border-color: #E8447F; }
span { border-color: rgb(232,68,127); }
td.TdClassName
{
border-color: #E8447F;
}
.TagClassName
{
border-color: #E8447F;
}
</style>