Shades of Sweet Pink #E69086
Tints of Sweet Pink #E69086
RGB
CMYK
RGB Variations
Color information
#E69086 (or 0xE69086) is known color: Sweet Pink. HEX triplet: E6, 90 and 86. RGB value is (230,144,134). Sum of RGB (Red+Green+Blue) = 230+144+134=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E69086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69086 is #196F79. Grayscale: #A8A8A8. Windows color (decimal): -1666938 or 8818918. OLE color: 8818918.
HSL color Cylindrical-coordinate representation of color #E69086: hue angle of 6.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E69086 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 134 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.10 |
| HSL | 6.25º | 0.66% | 0.71% | - |
| HSV(B) | 6.25º | 0.42% | 0.9% | - |
| XYZ | 46.91 | 38.49 | 27.51 | - |
| YUV | 168.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 134 | 0 | 0.37 | 0.42 | 0.10 | 6.25 | 0.66 | 0.71 |
| Hex | E6 | 90 | 86 | 0 | 25 | 2A | A | 6 | 42 | 47 |
| Octal | 346 | 220 | 206 | 0 | 45 | 52 | 12 | 6 | 102 | 107 |
| Binary | 11100110 | 10010000 | 10000110 | 0 | 100101 | 101010 | 1010 | 110 | 1000010 | 1000111 |
Color Harmonies of #E69086
Complementary color
Monochromatic Colors of #E69086
Black with #E69086
Text Example
Text Example
White with #E69086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69086; }
p { color: rgb(230,144,134); }
H1.HeaderClassName
{
color: #E69086;
}
.AnyTagClassName
{
color: #E69086;
}
</style>
background-color css
<style>
a { background-color: #E69086; }
a { background-color: rgb(230,144,134); }
div.DivClassName
{
background-color: #E69086;
}
.BgClassName
{
background-color: #E69086;
}
</style>
border-color css
<style>
span { border-color: #E69086; }
span { border-color: rgb(230,144,134); }
td.TdClassName
{
border-color: #E69086;
}
.TagClassName
{
border-color: #E69086;
}
</style>