Shades of Sweet Pink #E89690
Tints of Sweet Pink #E89690
RGB
CMYK
RGB Variations
Color information
#E89690 (or 0xE89690) is known color: Sweet Pink. HEX triplet: E8, 96 and 90. RGB value is (232,150,144). Sum of RGB (Red+Green+Blue) = 232+150+144=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E89690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89690 is #17696F. Grayscale: #ADADAD. Windows color (decimal): -1534320 or 9475816. OLE color: 9475816.
HSL color Cylindrical-coordinate representation of color #E89690: hue angle of 4.09º 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 #E89690 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 144 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.09 |
| HSL | 4.09º | 0.66% | 0.74% | - |
| HSV(B) | 4.09º | 0.38% | 0.91% | - |
| XYZ | 49.22 | 40.98 | 31.7 | - |
| YUV | 173.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 144 | 0 | 0.35 | 0.38 | 0.09 | 4.09 | 0.66 | 0.74 |
| Hex | E8 | 96 | 90 | 0 | 23 | 26 | 9 | 4 | 42 | 4A |
| Octal | 350 | 226 | 220 | 0 | 43 | 46 | 11 | 4 | 102 | 112 |
| Binary | 11101000 | 10010110 | 10010000 | 0 | 100011 | 100110 | 1001 | 100 | 1000010 | 1001010 |
Color Harmonies of #E89690
Complementary color
Monochromatic Colors of #E89690
Black with #E89690
Text Example
Text Example
White with #E89690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89690; }
p { color: rgb(232,150,144); }
H1.HeaderClassName
{
color: #E89690;
}
.AnyTagClassName
{
color: #E89690;
}
</style>
background-color css
<style>
a { background-color: #E89690; }
a { background-color: rgb(232,150,144); }
div.DivClassName
{
background-color: #E89690;
}
.BgClassName
{
background-color: #E89690;
}
</style>
border-color css
<style>
span { border-color: #E89690; }
span { border-color: rgb(232,150,144); }
td.TdClassName
{
border-color: #E89690;
}
.TagClassName
{
border-color: #E89690;
}
</style>