Shades of Sweet Pink #E68A86
Tints of Sweet Pink #E68A86
RGB
CMYK
RGB Variations
Color information
#E68A86 (or 0xE68A86) is known color: Sweet Pink. HEX triplet: E6, 8A and 86. RGB value is (230,138,134). Sum of RGB (Red+Green+Blue) = 230+138+134=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A86 is #197579. Grayscale: #A5A5A5. Windows color (decimal): -1668474 or 8817382. OLE color: 8817382.
HSL color Cylindrical-coordinate representation of color #E68A86: hue angle of 2.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 #E68A86 is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 134 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.10 |
| HSL | 2.5º | 0.66% | 0.71% | - |
| HSV(B) | 2.5º | 0.42% | 0.9% | - |
| XYZ | 46.02 | 36.72 | 27.22 | - |
| YUV | 165.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 134 | 0 | 0.4 | 0.42 | 0.10 | 2.5 | 0.66 | 0.71 |
| Hex | E6 | 8A | 86 | 0 | 28 | 2A | A | 2 | 42 | 47 |
| Octal | 346 | 212 | 206 | 0 | 50 | 52 | 12 | 2 | 102 | 107 |
| Binary | 11100110 | 10001010 | 10000110 | 0 | 101000 | 101010 | 1010 | 10 | 1000010 | 1000111 |
Color Harmonies of #E68A86
Complementary color
Monochromatic Colors of #E68A86
Black with #E68A86
Text Example
Text Example
White with #E68A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A86; }
p { color: rgb(230,138,134); }
H1.HeaderClassName
{
color: #E68A86;
}
.AnyTagClassName
{
color: #E68A86;
}
</style>
background-color css
<style>
a { background-color: #E68A86; }
a { background-color: rgb(230,138,134); }
div.DivClassName
{
background-color: #E68A86;
}
.BgClassName
{
background-color: #E68A86;
}
</style>
border-color css
<style>
span { border-color: #E68A86; }
span { border-color: rgb(230,138,134); }
td.TdClassName
{
border-color: #E68A86;
}
.TagClassName
{
border-color: #E68A86;
}
</style>