Shades of Sweet Pink #E28E8C
Tints of Sweet Pink #E28E8C
RGB
CMYK
RGB Variations
Color information
#E28E8C (or 0xE28E8C) is known color: Sweet Pink. HEX triplet: E2, 8E and 8C. RGB value is (226,142,140). Sum of RGB (Red+Green+Blue) = 226+142+140=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28E8C is #1D7173. Grayscale: #A6A6A6. Windows color (decimal): -1929588 or 9211618. OLE color: 9211618.
HSL color Cylindrical-coordinate representation of color #E28E8C: hue angle of 1.4º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28E8C is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 140 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.11 |
| HSL | 1.4º | 0.6% | 0.72% | - |
| HSV(B) | 1.4º | 0.38% | 0.89% | - |
| XYZ | 45.77 | 37.41 | 29.62 | - |
| YUV | 166.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 140 | 0 | 0.37 | 0.38 | 0.11 | 1.4 | 0.6 | 0.72 |
| Hex | E2 | 8E | 8C | 0 | 25 | 26 | B | 1 | 3C | 48 |
| Octal | 342 | 216 | 214 | 0 | 45 | 46 | 13 | 1 | 74 | 110 |
| Binary | 11100010 | 10001110 | 10001100 | 0 | 100101 | 100110 | 1011 | 1 | 111100 | 1001000 |
Color Harmonies of #E28E8C
Complementary color
Monochromatic Colors of #E28E8C
Black with #E28E8C
Text Example
Text Example
White with #E28E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E8C; }
p { color: rgb(226,142,140); }
H1.HeaderClassName
{
color: #E28E8C;
}
.AnyTagClassName
{
color: #E28E8C;
}
</style>
background-color css
<style>
a { background-color: #E28E8C; }
a { background-color: rgb(226,142,140); }
div.DivClassName
{
background-color: #E28E8C;
}
.BgClassName
{
background-color: #E28E8C;
}
</style>
border-color css
<style>
span { border-color: #E28E8C; }
span { border-color: rgb(226,142,140); }
td.TdClassName
{
border-color: #E28E8C;
}
.TagClassName
{
border-color: #E28E8C;
}
</style>