Shades of Sweet Pink #E68E8E
Tints of Sweet Pink #E68E8E
RGB
CMYK
RGB Variations
Color information
#E68E8E (or 0xE68E8E) is known color: Sweet Pink. HEX triplet: E6, 8E and 8E. RGB value is (230,142,142). Sum of RGB (Red+Green+Blue) = 230+142+142=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E8E is #197171. Grayscale: #A8A8A8. Windows color (decimal): -1667442 or 9342694. OLE color: 9342694.
HSL color Cylindrical-coordinate representation of color #E68E8E: hue angle of 0º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68E8E is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 142 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.10 |
| HSL | 0º | 0.64% | 0.73% | - |
| HSV(B) | 0º | 0.38% | 0.9% | - |
| XYZ | 47.19 | 38.12 | 30.46 | - |
| YUV | 168.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 142 | 0 | 0.38 | 0.38 | 0.10 | 0 | 0.64 | 0.73 |
| Hex | E6 | 8E | 8E | 0 | 26 | 26 | A | 0 | 40 | 49 |
| Octal | 346 | 216 | 216 | 0 | 46 | 46 | 12 | 0 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10001110 | 0 | 100110 | 100110 | 1010 | 0 | 1000000 | 1001001 |
Color Harmonies of #E68E8E
Complementary color
Monochromatic Colors of #E68E8E
Black with #E68E8E
Text Example
Text Example
White with #E68E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E8E; }
p { color: rgb(230,142,142); }
H1.HeaderClassName
{
color: #E68E8E;
}
.AnyTagClassName
{
color: #E68E8E;
}
</style>
background-color css
<style>
a { background-color: #E68E8E; }
a { background-color: rgb(230,142,142); }
div.DivClassName
{
background-color: #E68E8E;
}
.BgClassName
{
background-color: #E68E8E;
}
</style>
border-color css
<style>
span { border-color: #E68E8E; }
span { border-color: rgb(230,142,142); }
td.TdClassName
{
border-color: #E68E8E;
}
.TagClassName
{
border-color: #E68E8E;
}
</style>