Shades of Sweet Pink #E69286
Tints of Sweet Pink #E69286
RGB
CMYK
RGB Variations
Color information
#E69286 (or 0xE69286) is known color: Sweet Pink. HEX triplet: E6, 92 and 86. RGB value is (230,146,134). Sum of RGB (Red+Green+Blue) = 230+146+134=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E69286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69286 is #196D79. Grayscale: #A9A9A9. Windows color (decimal): -1666426 or 8819430. OLE color: 8819430.
HSL color Cylindrical-coordinate representation of color #E69286: hue angle of 7.5º 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 #E69286 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 134 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.10 |
| HSL | 7.5º | 0.66% | 0.71% | - |
| HSV(B) | 7.5º | 0.42% | 0.9% | - |
| XYZ | 47.22 | 39.1 | 27.61 | - |
| YUV | 169.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 134 | 0 | 0.37 | 0.42 | 0.10 | 7.5 | 0.66 | 0.71 |
| Hex | E6 | 92 | 86 | 0 | 25 | 2A | A | 8 | 42 | 47 |
| Octal | 346 | 222 | 206 | 0 | 45 | 52 | 12 | 10 | 102 | 107 |
| Binary | 11100110 | 10010010 | 10000110 | 0 | 100101 | 101010 | 1010 | 1000 | 1000010 | 1000111 |
Color Harmonies of #E69286
Complementary color
Monochromatic Colors of #E69286
Black with #E69286
Text Example
Text Example
White with #E69286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69286; }
p { color: rgb(230,146,134); }
H1.HeaderClassName
{
color: #E69286;
}
.AnyTagClassName
{
color: #E69286;
}
</style>
background-color css
<style>
a { background-color: #E69286; }
a { background-color: rgb(230,146,134); }
div.DivClassName
{
background-color: #E69286;
}
.BgClassName
{
background-color: #E69286;
}
</style>
border-color css
<style>
span { border-color: #E69286; }
span { border-color: rgb(230,146,134); }
td.TdClassName
{
border-color: #E69286;
}
.TagClassName
{
border-color: #E69286;
}
</style>