Shades of Sweet Pink #E89D9D
Tints of Sweet Pink #E89D9D
RGB
CMYK
RGB Variations
Color information
#E89D9D (or 0xE89D9D) is known color: Sweet Pink. HEX triplet: E8, 9D and 9D. RGB value is (232,157,157). Sum of RGB (Red+Green+Blue) = 232+157+157=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89D9D is #176262. Grayscale: #B3B3B3. Windows color (decimal): -1532515 or 10329576. OLE color: 10329576.
HSL color Cylindrical-coordinate representation of color #E89D9D: hue angle of 0º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E89D9D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 157 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.09 |
| HSL | 0º | 0.62% | 0.76% | - |
| HSV(B) | 0º | 0.32% | 0.91% | - |
| XYZ | 51.42 | 43.7 | 37.62 | - |
| YUV | 179.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 157 | 0 | 0.32 | 0.32 | 0.09 | 0 | 0.62 | 0.76 |
| Hex | E8 | 9D | 9D | 0 | 20 | 20 | 9 | 0 | 3E | 4C |
| Octal | 350 | 235 | 235 | 0 | 40 | 40 | 11 | 0 | 76 | 114 |
| Binary | 11101000 | 10011101 | 10011101 | 0 | 100000 | 100000 | 1001 | 0 | 111110 | 1001100 |
Color Harmonies of #E89D9D
Complementary color
Monochromatic Colors of #E89D9D
Black with #E89D9D
Text Example
Text Example
White with #E89D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89D9D; }
p { color: rgb(232,157,157); }
H1.HeaderClassName
{
color: #E89D9D;
}
.AnyTagClassName
{
color: #E89D9D;
}
</style>
background-color css
<style>
a { background-color: #E89D9D; }
a { background-color: rgb(232,157,157); }
div.DivClassName
{
background-color: #E89D9D;
}
.BgClassName
{
background-color: #E89D9D;
}
</style>
border-color css
<style>
span { border-color: #E89D9D; }
span { border-color: rgb(232,157,157); }
td.TdClassName
{
border-color: #E89D9D;
}
.TagClassName
{
border-color: #E89D9D;
}
</style>