Shades of Sweet Pink #E48C8B
Tints of Sweet Pink #E48C8B
RGB
CMYK
RGB Variations
Color information
#E48C8B (or 0xE48C8B) is known color: Sweet Pink. HEX triplet: E4, 8C and 8B. RGB value is (228,140,139). Sum of RGB (Red+Green+Blue) = 228+140+139=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48C8B is #1B7374. Grayscale: #A6A6A6. Windows color (decimal): -1799029 or 9145572. OLE color: 9145572.
HSL color Cylindrical-coordinate representation of color #E48C8B: hue angle of 0.67º 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 #E48C8B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 139 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.11 |
| HSL | 0.67º | 0.62% | 0.72% | - |
| HSV(B) | 0.67º | 0.39% | 0.89% | - |
| XYZ | 46.03 | 37.11 | 29.16 | - |
| YUV | 166.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 139 | 0 | 0.39 | 0.39 | 0.11 | 0.67 | 0.62 | 0.72 |
| Hex | E4 | 8C | 8B | 0 | 27 | 27 | B | 1 | 3E | 48 |
| Octal | 344 | 214 | 213 | 0 | 47 | 47 | 13 | 1 | 76 | 110 |
| Binary | 11100100 | 10001100 | 10001011 | 0 | 100111 | 100111 | 1011 | 1 | 111110 | 1001000 |
Color Harmonies of #E48C8B
Complementary color
Monochromatic Colors of #E48C8B
Black with #E48C8B
Text Example
Text Example
White with #E48C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C8B; }
p { color: rgb(228,140,139); }
H1.HeaderClassName
{
color: #E48C8B;
}
.AnyTagClassName
{
color: #E48C8B;
}
</style>
background-color css
<style>
a { background-color: #E48C8B; }
a { background-color: rgb(228,140,139); }
div.DivClassName
{
background-color: #E48C8B;
}
.BgClassName
{
background-color: #E48C8B;
}
</style>
border-color css
<style>
span { border-color: #E48C8B; }
span { border-color: rgb(228,140,139); }
td.TdClassName
{
border-color: #E48C8B;
}
.TagClassName
{
border-color: #E48C8B;
}
</style>