Shades of Sweet Pink #E48F8C
Tints of Sweet Pink #E48F8C
RGB
CMYK
RGB Variations
Color information
#E48F8C (or 0xE48F8C) is known color: Sweet Pink. HEX triplet: E4, 8F and 8C. RGB value is (228,143,140). Sum of RGB (Red+Green+Blue) = 228+143+140=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48F8C is #1B7073. Grayscale: #A8A8A8. Windows color (decimal): -1798260 or 9211876. OLE color: 9211876.
HSL color Cylindrical-coordinate representation of color #E48F8C: hue angle of 2.05º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48F8C is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 140 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.11 |
| HSL | 2.05º | 0.62% | 0.72% | - |
| HSV(B) | 2.05º | 0.39% | 0.89% | - |
| XYZ | 46.55 | 38.03 | 29.7 | - |
| YUV | 168.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 140 | 0 | 0.37 | 0.39 | 0.11 | 2.05 | 0.62 | 0.72 |
| Hex | E4 | 8F | 8C | 0 | 25 | 27 | B | 2 | 3E | 48 |
| Octal | 344 | 217 | 214 | 0 | 45 | 47 | 13 | 2 | 76 | 110 |
| Binary | 11100100 | 10001111 | 10001100 | 0 | 100101 | 100111 | 1011 | 10 | 111110 | 1001000 |
Color Harmonies of #E48F8C
Complementary color
Monochromatic Colors of #E48F8C
Black with #E48F8C
Text Example
Text Example
White with #E48F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F8C; }
p { color: rgb(228,143,140); }
H1.HeaderClassName
{
color: #E48F8C;
}
.AnyTagClassName
{
color: #E48F8C;
}
</style>
background-color css
<style>
a { background-color: #E48F8C; }
a { background-color: rgb(228,143,140); }
div.DivClassName
{
background-color: #E48F8C;
}
.BgClassName
{
background-color: #E48F8C;
}
</style>
border-color css
<style>
span { border-color: #E48F8C; }
span { border-color: rgb(228,143,140); }
td.TdClassName
{
border-color: #E48F8C;
}
.TagClassName
{
border-color: #E48F8C;
}
</style>