Shades of Sweet Pink #E88985
Tints of Sweet Pink #E88985
RGB
CMYK
RGB Variations
Color information
#E88985 (or 0xE88985) is known color: Sweet Pink. HEX triplet: E8, 89 and 85. RGB value is (232,137,133). Sum of RGB (Red+Green+Blue) = 232+137+133=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E88985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88985 is #17767A. Grayscale: #A5A5A5. Windows color (decimal): -1537659 or 8751592. OLE color: 8751592.
HSL color Cylindrical-coordinate representation of color #E88985: hue angle of 2.42º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E88985 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 137 | 133 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.09 |
| HSL | 2.42º | 0.68% | 0.72% | - |
| HSV(B) | 2.42º | 0.43% | 0.91% | - |
| XYZ | 46.46 | 36.74 | 26.83 | - |
| YUV | 164.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 137 | 133 | 0 | 0.41 | 0.43 | 0.09 | 2.42 | 0.68 | 0.72 |
| Hex | E8 | 89 | 85 | 0 | 29 | 2B | 9 | 2 | 44 | 48 |
| Octal | 350 | 211 | 205 | 0 | 51 | 53 | 11 | 2 | 104 | 110 |
| Binary | 11101000 | 10001001 | 10000101 | 0 | 101001 | 101011 | 1001 | 10 | 1000100 | 1001000 |
Color Harmonies of #E88985
Complementary color
Monochromatic Colors of #E88985
Black with #E88985
Text Example
Text Example
White with #E88985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88985; }
p { color: rgb(232,137,133); }
H1.HeaderClassName
{
color: #E88985;
}
.AnyTagClassName
{
color: #E88985;
}
</style>
background-color css
<style>
a { background-color: #E88985; }
a { background-color: rgb(232,137,133); }
div.DivClassName
{
background-color: #E88985;
}
.BgClassName
{
background-color: #E88985;
}
</style>
border-color css
<style>
span { border-color: #E88985; }
span { border-color: rgb(232,137,133); }
td.TdClassName
{
border-color: #E88985;
}
.TagClassName
{
border-color: #E88985;
}
</style>