Shades of Sweet Pink #E5928A
Tints of Sweet Pink #E5928A
RGB
CMYK
RGB Variations
Color information
#E5928A (or 0xE5928A) is known color: Sweet Pink. HEX triplet: E5, 92 and 8A. RGB value is (229,146,138). Sum of RGB (Red+Green+Blue) = 229+146+138=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5928A is #1A6D75. Grayscale: #AAAAAA. Windows color (decimal): -1731958 or 9081573. OLE color: 9081573.
HSL color Cylindrical-coordinate representation of color #E5928A: hue angle of 5.27º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5928A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 146 | 138 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.10 |
| HSL | 5.27º | 0.64% | 0.72% | - |
| HSV(B) | 5.27º | 0.4% | 0.9% | - |
| XYZ | 47.18 | 39.05 | 29.1 | - |
| YUV | 169.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 138 | 0 | 0.36 | 0.40 | 0.10 | 5.27 | 0.64 | 0.72 |
| Hex | E5 | 92 | 8A | 0 | 24 | 28 | A | 5 | 40 | 48 |
| Octal | 345 | 222 | 212 | 0 | 44 | 50 | 12 | 5 | 100 | 110 |
| Binary | 11100101 | 10010010 | 10001010 | 0 | 100100 | 101000 | 1010 | 101 | 1000000 | 1001000 |
Color Harmonies of #E5928A
Complementary color
Monochromatic Colors of #E5928A
Black with #E5928A
Text Example
Text Example
White with #E5928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5928A; }
p { color: rgb(229,146,138); }
H1.HeaderClassName
{
color: #E5928A;
}
.AnyTagClassName
{
color: #E5928A;
}
</style>
background-color css
<style>
a { background-color: #E5928A; }
a { background-color: rgb(229,146,138); }
div.DivClassName
{
background-color: #E5928A;
}
.BgClassName
{
background-color: #E5928A;
}
</style>
border-color css
<style>
span { border-color: #E5928A; }
span { border-color: rgb(229,146,138); }
td.TdClassName
{
border-color: #E5928A;
}
.TagClassName
{
border-color: #E5928A;
}
</style>