Shades of Sweet Pink #E68D87
Tints of Sweet Pink #E68D87
RGB
CMYK
RGB Variations
Color information
#E68D87 (or 0xE68D87) is known color: Sweet Pink. HEX triplet: E6, 8D and 87. RGB value is (230,141,135). Sum of RGB (Red+Green+Blue) = 230+141+135=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D87 is #197278. Grayscale: #A7A7A7. Windows color (decimal): -1667705 or 8883686. OLE color: 8883686.
HSL color Cylindrical-coordinate representation of color #E68D87: hue angle of 3.79º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68D87 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 135 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.10 |
| HSL | 3.79º | 0.66% | 0.72% | - |
| HSV(B) | 3.79º | 0.41% | 0.9% | - |
| XYZ | 46.53 | 37.62 | 27.73 | - |
| YUV | 166.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 135 | 0 | 0.39 | 0.41 | 0.10 | 3.79 | 0.66 | 0.72 |
| Hex | E6 | 8D | 87 | 0 | 27 | 29 | A | 4 | 42 | 48 |
| Octal | 346 | 215 | 207 | 0 | 47 | 51 | 12 | 4 | 102 | 110 |
| Binary | 11100110 | 10001101 | 10000111 | 0 | 100111 | 101001 | 1010 | 100 | 1000010 | 1001000 |
Color Harmonies of #E68D87
Complementary color
Monochromatic Colors of #E68D87
Black with #E68D87
Text Example
Text Example
White with #E68D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D87; }
p { color: rgb(230,141,135); }
H1.HeaderClassName
{
color: #E68D87;
}
.AnyTagClassName
{
color: #E68D87;
}
</style>
background-color css
<style>
a { background-color: #E68D87; }
a { background-color: rgb(230,141,135); }
div.DivClassName
{
background-color: #E68D87;
}
.BgClassName
{
background-color: #E68D87;
}
</style>
border-color css
<style>
span { border-color: #E68D87; }
span { border-color: rgb(230,141,135); }
td.TdClassName
{
border-color: #E68D87;
}
.TagClassName
{
border-color: #E68D87;
}
</style>