Shades of My Pink #E48A7E
Tints of My Pink #E48A7E
RGB
CMYK
RGB Variations
Color information
#E48A7E (or 0xE48A7E) is known color: My Pink. HEX triplet: E4, 8A and 7E. RGB value is (228,138,126). Sum of RGB (Red+Green+Blue) = 228+138+126=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48A7E is #1B7581. Grayscale: #A3A3A3. Windows color (decimal): -1799554 or 8293092. OLE color: 8293092.
HSL color Cylindrical-coordinate representation of color #E48A7E: hue angle of 7.06º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E48A7E is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 126 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.11 |
| HSL | 7.06º | 0.65% | 0.69% | - |
| HSV(B) | 7.06º | 0.45% | 0.89% | - |
| XYZ | 44.85 | 36.18 | 24.36 | - |
| YUV | 163.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 126 | 0 | 0.39 | 0.45 | 0.11 | 7.06 | 0.65 | 0.69 |
| Hex | E4 | 8A | 7E | 0 | 27 | 2D | B | 7 | 41 | 45 |
| Octal | 344 | 212 | 176 | 0 | 47 | 55 | 13 | 7 | 101 | 105 |
| Binary | 11100100 | 10001010 | 1111110 | 0 | 100111 | 101101 | 1011 | 111 | 1000001 | 1000101 |
Color Harmonies of #E48A7E
Complementary color
Monochromatic Colors of #E48A7E
Black with #E48A7E
Text Example
Text Example
White with #E48A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A7E; }
p { color: rgb(228,138,126); }
H1.HeaderClassName
{
color: #E48A7E;
}
.AnyTagClassName
{
color: #E48A7E;
}
</style>
background-color css
<style>
a { background-color: #E48A7E; }
a { background-color: rgb(228,138,126); }
div.DivClassName
{
background-color: #E48A7E;
}
.BgClassName
{
background-color: #E48A7E;
}
</style>
border-color css
<style>
span { border-color: #E48A7E; }
span { border-color: rgb(228,138,126); }
td.TdClassName
{
border-color: #E48A7E;
}
.TagClassName
{
border-color: #E48A7E;
}
</style>