Shades of Sweet Pink #E5908A
Tints of Sweet Pink #E5908A
RGB
CMYK
RGB Variations
Color information
#E5908A (or 0xE5908A) is known color: Sweet Pink. HEX triplet: E5, 90 and 8A. RGB value is (229,144,138). Sum of RGB (Red+Green+Blue) = 229+144+138=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5908A is #1A6F75. Grayscale: #A8A8A8. Windows color (decimal): -1732470 or 9081061. OLE color: 9081061.
HSL color Cylindrical-coordinate representation of color #E5908A: hue angle of 3.96º 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 #E5908A is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 138 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.10 |
| HSL | 3.96º | 0.64% | 0.72% | - |
| HSV(B) | 3.96º | 0.4% | 0.9% | - |
| XYZ | 46.87 | 38.44 | 28.99 | - |
| YUV | 168.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 138 | 0 | 0.37 | 0.40 | 0.10 | 3.96 | 0.64 | 0.72 |
| Hex | E5 | 90 | 8A | 0 | 25 | 28 | A | 4 | 40 | 48 |
| Octal | 345 | 220 | 212 | 0 | 45 | 50 | 12 | 4 | 100 | 110 |
| Binary | 11100101 | 10010000 | 10001010 | 0 | 100101 | 101000 | 1010 | 100 | 1000000 | 1001000 |
Color Harmonies of #E5908A
Complementary color
Monochromatic Colors of #E5908A
Black with #E5908A
Text Example
Text Example
White with #E5908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5908A; }
p { color: rgb(229,144,138); }
H1.HeaderClassName
{
color: #E5908A;
}
.AnyTagClassName
{
color: #E5908A;
}
</style>
background-color css
<style>
a { background-color: #E5908A; }
a { background-color: rgb(229,144,138); }
div.DivClassName
{
background-color: #E5908A;
}
.BgClassName
{
background-color: #E5908A;
}
</style>
border-color css
<style>
span { border-color: #E5908A; }
span { border-color: rgb(229,144,138); }
td.TdClassName
{
border-color: #E5908A;
}
.TagClassName
{
border-color: #E5908A;
}
</style>