Shades of Sweet Pink #E48F8E
Tints of Sweet Pink #E48F8E
RGB
CMYK
RGB Variations
Color information
#E48F8E (or 0xE48F8E) is known color: Sweet Pink. HEX triplet: E4, 8F and 8E. RGB value is (228,143,142). Sum of RGB (Red+Green+Blue) = 228+143+142=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48F8E is #1B7071. Grayscale: #A8A8A8. Windows color (decimal): -1798258 or 9342948. OLE color: 9342948.
HSL color Cylindrical-coordinate representation of color #E48F8E: hue angle of 0.7º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48F8E is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 142 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.11 |
| HSL | 0.7º | 0.61% | 0.73% | - |
| HSV(B) | 0.7º | 0.38% | 0.89% | - |
| XYZ | 46.7 | 38.09 | 30.48 | - |
| YUV | 168.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 142 | 0 | 0.37 | 0.38 | 0.11 | 0.7 | 0.61 | 0.73 |
| Hex | E4 | 8F | 8E | 0 | 25 | 26 | B | 1 | 3D | 49 |
| Octal | 344 | 217 | 216 | 0 | 45 | 46 | 13 | 1 | 75 | 111 |
| Binary | 11100100 | 10001111 | 10001110 | 0 | 100101 | 100110 | 1011 | 1 | 111101 | 1001001 |
Color Harmonies of #E48F8E
Complementary color
Monochromatic Colors of #E48F8E
Black with #E48F8E
Text Example
Text Example
White with #E48F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F8E; }
p { color: rgb(228,143,142); }
H1.HeaderClassName
{
color: #E48F8E;
}
.AnyTagClassName
{
color: #E48F8E;
}
</style>
background-color css
<style>
a { background-color: #E48F8E; }
a { background-color: rgb(228,143,142); }
div.DivClassName
{
background-color: #E48F8E;
}
.BgClassName
{
background-color: #E48F8E;
}
</style>
border-color css
<style>
span { border-color: #E48F8E; }
span { border-color: rgb(228,143,142); }
td.TdClassName
{
border-color: #E48F8E;
}
.TagClassName
{
border-color: #E48F8E;
}
</style>