Shades of Dark Pink #E05B8F
Tints of Dark Pink #E05B8F
RGB
CMYK
RGB Variations
Color information
#E05B8F (or 0xE05B8F) is known color: Dark Pink. HEX triplet: E0, 5B and 8F. RGB value is (224,91,143). Sum of RGB (Red+Green+Blue) = 224+91+143=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05B8F is #1FA470. Grayscale: #888888. Windows color (decimal): -2073713 or 9395168. OLE color: 9395168.
HSL color Cylindrical-coordinate representation of color #E05B8F: hue angle of 336.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05B8F is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 143 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.12 |
| HSL | 336.54º | 0.68% | 0.62% | - |
| HSV(B) | 336.54º | 0.59% | 0.88% | - |
| XYZ | 39.44 | 25.31 | 28.79 | - |
| YUV | 136.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 143 | 0 | 0.59 | 0.36 | 0.12 | 336.54 | 0.68 | 0.62 |
| Hex | E0 | 5B | 8F | 0 | 3B | 24 | C | 151 | 44 | 3E |
| Octal | 340 | 133 | 217 | 0 | 73 | 44 | 14 | 521 | 104 | 76 |
| Binary | 11100000 | 1011011 | 10001111 | 0 | 111011 | 100100 | 1100 | 101010001 | 1000100 | 111110 |
Color Harmonies of #E05B8F
Complementary color
Monochromatic Colors of #E05B8F
Black with #E05B8F
Text Example
Text Example
White with #E05B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B8F; }
p { color: rgb(224,91,143); }
H1.HeaderClassName
{
color: #E05B8F;
}
.AnyTagClassName
{
color: #E05B8F;
}
</style>
background-color css
<style>
a { background-color: #E05B8F; }
a { background-color: rgb(224,91,143); }
div.DivClassName
{
background-color: #E05B8F;
}
.BgClassName
{
background-color: #E05B8F;
}
</style>
border-color css
<style>
span { border-color: #E05B8F; }
span { border-color: rgb(224,91,143); }
td.TdClassName
{
border-color: #E05B8F;
}
.TagClassName
{
border-color: #E05B8F;
}
</style>