Shades of Dark Pink #E05B7F
Tints of Dark Pink #E05B7F
RGB
CMYK
RGB Variations
Color information
#E05B7F (or 0xE05B7F) is known color: Dark Pink. HEX triplet: E0, 5B and 7F. RGB value is (224,91,127). Sum of RGB (Red+Green+Blue) = 224+91+127=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B7F is #1FA480. Grayscale: #868686. Windows color (decimal): -2073729 or 8346592. OLE color: 8346592.
HSL color Cylindrical-coordinate representation of color #E05B7F: hue angle of 343.76º 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 #E05B7F is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 127 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.12 |
| HSL | 343.76º | 0.68% | 0.62% | - |
| HSV(B) | 343.76º | 0.59% | 0.88% | - |
| XYZ | 38.31 | 24.86 | 22.86 | - |
| YUV | 134.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 127 | 0 | 0.59 | 0.43 | 0.12 | 343.76 | 0.68 | 0.62 |
| Hex | E0 | 5B | 7F | 0 | 3B | 2B | C | 158 | 44 | 3E |
| Octal | 340 | 133 | 177 | 0 | 73 | 53 | 14 | 530 | 104 | 76 |
| Binary | 11100000 | 1011011 | 1111111 | 0 | 111011 | 101011 | 1100 | 101011000 | 1000100 | 111110 |
Color Harmonies of #E05B7F
Complementary color
Monochromatic Colors of #E05B7F
Black with #E05B7F
Text Example
Text Example
White with #E05B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B7F; }
p { color: rgb(224,91,127); }
H1.HeaderClassName
{
color: #E05B7F;
}
.AnyTagClassName
{
color: #E05B7F;
}
</style>
background-color css
<style>
a { background-color: #E05B7F; }
a { background-color: rgb(224,91,127); }
div.DivClassName
{
background-color: #E05B7F;
}
.BgClassName
{
background-color: #E05B7F;
}
</style>
border-color css
<style>
span { border-color: #E05B7F; }
span { border-color: rgb(224,91,127); }
td.TdClassName
{
border-color: #E05B7F;
}
.TagClassName
{
border-color: #E05B7F;
}
</style>