Shades of Sweet Pink #E68F8E
Tints of Sweet Pink #E68F8E
RGB
CMYK
RGB Variations
Color information
#E68F8E (or 0xE68F8E) is known color: Sweet Pink. HEX triplet: E6, 8F and 8E. RGB value is (230,143,142). Sum of RGB (Red+Green+Blue) = 230+143+142=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F8E is #197071. Grayscale: #A8A8A8. Windows color (decimal): -1667186 or 9342950. OLE color: 9342950.
HSL color Cylindrical-coordinate representation of color #E68F8E: hue angle of 0.68º 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 #E68F8E is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 142 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.10 |
| HSL | 0.68º | 0.64% | 0.73% | - |
| HSV(B) | 0.68º | 0.38% | 0.9% | - |
| XYZ | 47.34 | 38.42 | 30.51 | - |
| YUV | 168.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 142 | 0 | 0.38 | 0.38 | 0.10 | 0.68 | 0.64 | 0.73 |
| Hex | E6 | 8F | 8E | 0 | 26 | 26 | A | 1 | 40 | 49 |
| Octal | 346 | 217 | 216 | 0 | 46 | 46 | 12 | 1 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10001110 | 0 | 100110 | 100110 | 1010 | 1 | 1000000 | 1001001 |
Color Harmonies of #E68F8E
Complementary color
Monochromatic Colors of #E68F8E
Black with #E68F8E
Text Example
Text Example
White with #E68F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68F8E; }
p { color: rgb(230,143,142); }
H1.HeaderClassName
{
color: #E68F8E;
}
.AnyTagClassName
{
color: #E68F8E;
}
</style>
background-color css
<style>
a { background-color: #E68F8E; }
a { background-color: rgb(230,143,142); }
div.DivClassName
{
background-color: #E68F8E;
}
.BgClassName
{
background-color: #E68F8E;
}
</style>
border-color css
<style>
span { border-color: #E68F8E; }
span { border-color: rgb(230,143,142); }
td.TdClassName
{
border-color: #E68F8E;
}
.TagClassName
{
border-color: #E68F8E;
}
</style>