Shades of Sweet Pink #E68F8D
Tints of Sweet Pink #E68F8D
RGB
CMYK
RGB Variations
Color information
#E68F8D (or 0xE68F8D) is known color: Sweet Pink. HEX triplet: E6, 8F and 8D. RGB value is (230,143,141). Sum of RGB (Red+Green+Blue) = 230+143+141=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F8D is #197072. Grayscale: #A8A8A8. Windows color (decimal): -1667187 or 9277414. OLE color: 9277414.
HSL color Cylindrical-coordinate representation of color #E68F8D: hue angle of 1.35º 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 #E68F8D is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 141 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.10 |
| HSL | 1.35º | 0.64% | 0.73% | - |
| HSV(B) | 1.35º | 0.39% | 0.9% | - |
| XYZ | 47.26 | 38.39 | 30.12 | - |
| YUV | 168.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 141 | 0 | 0.38 | 0.39 | 0.10 | 1.35 | 0.64 | 0.73 |
| Hex | E6 | 8F | 8D | 0 | 26 | 27 | A | 1 | 40 | 49 |
| Octal | 346 | 217 | 215 | 0 | 46 | 47 | 12 | 1 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10001101 | 0 | 100110 | 100111 | 1010 | 1 | 1000000 | 1001001 |
Color Harmonies of #E68F8D
Complementary color
Monochromatic Colors of #E68F8D
Black with #E68F8D
Text Example
Text Example
White with #E68F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F8D; }
p { color: rgb(230,143,141); }
H1.HeaderClassName
{
color: #E68F8D;
}
.AnyTagClassName
{
color: #E68F8D;
}
</style>
background-color css
<style>
a { background-color: #E68F8D; }
a { background-color: rgb(230,143,141); }
div.DivClassName
{
background-color: #E68F8D;
}
.BgClassName
{
background-color: #E68F8D;
}
</style>
border-color css
<style>
span { border-color: #E68F8D; }
span { border-color: rgb(230,143,141); }
td.TdClassName
{
border-color: #E68F8D;
}
.TagClassName
{
border-color: #E68F8D;
}
</style>