Shades of Sweet Pink #E89C9A
Tints of Sweet Pink #E89C9A
RGB
CMYK
RGB Variations
Color information
#E89C9A (or 0xE89C9A) is known color: Sweet Pink. HEX triplet: E8, 9C and 9A. RGB value is (232,156,154). Sum of RGB (Red+Green+Blue) = 232+156+154=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89C9A is #176365. Grayscale: #B2B2B2. Windows color (decimal): -1532774 or 10132712. OLE color: 10132712.
HSL color Cylindrical-coordinate representation of color #E89C9A: hue angle of 1.54º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89C9A is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 154 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.09 |
| HSL | 1.54º | 0.63% | 0.76% | - |
| HSV(B) | 1.54º | 0.34% | 0.91% | - |
| XYZ | 51 | 43.27 | 36.24 | - |
| YUV | 178.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 154 | 0 | 0.33 | 0.34 | 0.09 | 1.54 | 0.63 | 0.76 |
| Hex | E8 | 9C | 9A | 0 | 21 | 22 | 9 | 2 | 3F | 4C |
| Octal | 350 | 234 | 232 | 0 | 41 | 42 | 11 | 2 | 77 | 114 |
| Binary | 11101000 | 10011100 | 10011010 | 0 | 100001 | 100010 | 1001 | 10 | 111111 | 1001100 |
Color Harmonies of #E89C9A
Complementary color
Monochromatic Colors of #E89C9A
Black with #E89C9A
Text Example
Text Example
White with #E89C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C9A; }
p { color: rgb(232,156,154); }
H1.HeaderClassName
{
color: #E89C9A;
}
.AnyTagClassName
{
color: #E89C9A;
}
</style>
background-color css
<style>
a { background-color: #E89C9A; }
a { background-color: rgb(232,156,154); }
div.DivClassName
{
background-color: #E89C9A;
}
.BgClassName
{
background-color: #E89C9A;
}
</style>
border-color css
<style>
span { border-color: #E89C9A; }
span { border-color: rgb(232,156,154); }
td.TdClassName
{
border-color: #E89C9A;
}
.TagClassName
{
border-color: #E89C9A;
}
</style>