Shades of My Pink #E58B7F
Tints of My Pink #E58B7F
RGB
CMYK
RGB Variations
Color information
#E58B7F (or 0xE58B7F) is known color: My Pink. HEX triplet: E5, 8B and 7F. RGB value is (229,139,127). Sum of RGB (Red+Green+Blue) = 229+139+127=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58B7F is #1A7480. Grayscale: #A4A4A4. Windows color (decimal): -1733761 or 8358885. OLE color: 8358885.
HSL color Cylindrical-coordinate representation of color #E58B7F: hue angle of 7.06º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E58B7F is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 127 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.10 |
| HSL | 7.06º | 0.66% | 0.7% | - |
| HSV(B) | 7.06º | 0.45% | 0.9% | - |
| XYZ | 45.38 | 36.66 | 24.76 | - |
| YUV | 164.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 127 | 0 | 0.39 | 0.45 | 0.10 | 7.06 | 0.66 | 0.7 |
| Hex | E5 | 8B | 7F | 0 | 27 | 2D | A | 7 | 42 | 46 |
| Octal | 345 | 213 | 177 | 0 | 47 | 55 | 12 | 7 | 102 | 106 |
| Binary | 11100101 | 10001011 | 1111111 | 0 | 100111 | 101101 | 1010 | 111 | 1000010 | 1000110 |
Color Harmonies of #E58B7F
Complementary color
Monochromatic Colors of #E58B7F
Black with #E58B7F
Text Example
Text Example
White with #E58B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58B7F; }
p { color: rgb(229,139,127); }
H1.HeaderClassName
{
color: #E58B7F;
}
.AnyTagClassName
{
color: #E58B7F;
}
</style>
background-color css
<style>
a { background-color: #E58B7F; }
a { background-color: rgb(229,139,127); }
div.DivClassName
{
background-color: #E58B7F;
}
.BgClassName
{
background-color: #E58B7F;
}
</style>
border-color css
<style>
span { border-color: #E58B7F; }
span { border-color: rgb(229,139,127); }
td.TdClassName
{
border-color: #E58B7F;
}
.TagClassName
{
border-color: #E58B7F;
}
</style>