Shades of Sweet Pink #E69087
Tints of Sweet Pink #E69087
RGB
CMYK
RGB Variations
Color information
#E69087 (or 0xE69087) is known color: Sweet Pink. HEX triplet: E6, 90 and 87. RGB value is (230,144,135). Sum of RGB (Red+Green+Blue) = 230+144+135=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E69087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69087 is #196F78. Grayscale: #A8A8A8. Windows color (decimal): -1666937 or 8884454. OLE color: 8884454.
HSL color Cylindrical-coordinate representation of color #E69087: hue angle of 5.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E69087 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 135 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.10 |
| HSL | 5.68º | 0.66% | 0.72% | - |
| HSV(B) | 5.68º | 0.41% | 0.9% | - |
| XYZ | 46.98 | 38.52 | 27.88 | - |
| YUV | 168.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 135 | 0 | 0.37 | 0.41 | 0.10 | 5.68 | 0.66 | 0.72 |
| Hex | E6 | 90 | 87 | 0 | 25 | 29 | A | 6 | 42 | 48 |
| Octal | 346 | 220 | 207 | 0 | 45 | 51 | 12 | 6 | 102 | 110 |
| Binary | 11100110 | 10010000 | 10000111 | 0 | 100101 | 101001 | 1010 | 110 | 1000010 | 1001000 |
Color Harmonies of #E69087
Complementary color
Monochromatic Colors of #E69087
Black with #E69087
Text Example
Text Example
White with #E69087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69087; }
p { color: rgb(230,144,135); }
H1.HeaderClassName
{
color: #E69087;
}
.AnyTagClassName
{
color: #E69087;
}
</style>
background-color css
<style>
a { background-color: #E69087; }
a { background-color: rgb(230,144,135); }
div.DivClassName
{
background-color: #E69087;
}
.BgClassName
{
background-color: #E69087;
}
</style>
border-color css
<style>
span { border-color: #E69087; }
span { border-color: rgb(230,144,135); }
td.TdClassName
{
border-color: #E69087;
}
.TagClassName
{
border-color: #E69087;
}
</style>