Shades of Sweet Pink #E89A90
Tints of Sweet Pink #E89A90
RGB
CMYK
RGB Variations
Color information
#E89A90 (or 0xE89A90) is known color: Sweet Pink. HEX triplet: E8, 9A and 90. RGB value is (232,154,144). Sum of RGB (Red+Green+Blue) = 232+154+144=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89A90 is #17656F. Grayscale: #B0B0B0. Windows color (decimal): -1533296 or 9476840. OLE color: 9476840.
HSL color Cylindrical-coordinate representation of color #E89A90: hue angle of 6.82º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E89A90 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 144 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.09 |
| HSL | 6.82º | 0.66% | 0.74% | - |
| HSV(B) | 6.82º | 0.38% | 0.91% | - |
| XYZ | 49.87 | 42.28 | 31.92 | - |
| YUV | 176.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 144 | 0 | 0.34 | 0.38 | 0.09 | 6.82 | 0.66 | 0.74 |
| Hex | E8 | 9A | 90 | 0 | 22 | 26 | 9 | 7 | 42 | 4A |
| Octal | 350 | 232 | 220 | 0 | 42 | 46 | 11 | 7 | 102 | 112 |
| Binary | 11101000 | 10011010 | 10010000 | 0 | 100010 | 100110 | 1001 | 111 | 1000010 | 1001010 |
Color Harmonies of #E89A90
Complementary color
Monochromatic Colors of #E89A90
Black with #E89A90
Text Example
Text Example
White with #E89A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A90; }
p { color: rgb(232,154,144); }
H1.HeaderClassName
{
color: #E89A90;
}
.AnyTagClassName
{
color: #E89A90;
}
</style>
background-color css
<style>
a { background-color: #E89A90; }
a { background-color: rgb(232,154,144); }
div.DivClassName
{
background-color: #E89A90;
}
.BgClassName
{
background-color: #E89A90;
}
</style>
border-color css
<style>
span { border-color: #E89A90; }
span { border-color: rgb(232,154,144); }
td.TdClassName
{
border-color: #E89A90;
}
.TagClassName
{
border-color: #E89A90;
}
</style>