Shades of Sweet Pink #E68E8D
Tints of Sweet Pink #E68E8D
RGB
CMYK
RGB Variations
Color information
#E68E8D (or 0xE68E8D) is known color: Sweet Pink. HEX triplet: E6, 8E and 8D. RGB value is (230,142,141). Sum of RGB (Red+Green+Blue) = 230+142+141=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E8D is #197172. Grayscale: #A8A8A8. Windows color (decimal): -1667443 or 9277158. OLE color: 9277158.
HSL color Cylindrical-coordinate representation of color #E68E8D: hue angle of 0.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68E8D is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 141 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.10 |
| HSL | 0.67º | 0.64% | 0.73% | - |
| HSV(B) | 0.67º | 0.39% | 0.9% | - |
| XYZ | 47.11 | 38.09 | 30.07 | - |
| YUV | 168.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 141 | 0 | 0.38 | 0.39 | 0.10 | 0.67 | 0.64 | 0.73 |
| Hex | E6 | 8E | 8D | 0 | 26 | 27 | A | 1 | 40 | 49 |
| Octal | 346 | 216 | 215 | 0 | 46 | 47 | 12 | 1 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10001101 | 0 | 100110 | 100111 | 1010 | 1 | 1000000 | 1001001 |
Color Harmonies of #E68E8D
Complementary color
Monochromatic Colors of #E68E8D
Black with #E68E8D
Text Example
Text Example
White with #E68E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E8D; }
p { color: rgb(230,142,141); }
H1.HeaderClassName
{
color: #E68E8D;
}
.AnyTagClassName
{
color: #E68E8D;
}
</style>
background-color css
<style>
a { background-color: #E68E8D; }
a { background-color: rgb(230,142,141); }
div.DivClassName
{
background-color: #E68E8D;
}
.BgClassName
{
background-color: #E68E8D;
}
</style>
border-color css
<style>
span { border-color: #E68E8D; }
span { border-color: rgb(230,142,141); }
td.TdClassName
{
border-color: #E68E8D;
}
.TagClassName
{
border-color: #E68E8D;
}
</style>