Shades of Sweet Pink #E68D8D
Tints of Sweet Pink #E68D8D
RGB
CMYK
RGB Variations
Color information
#E68D8D (or 0xE68D8D) is known color: Sweet Pink. HEX triplet: E6, 8D and 8D. RGB value is (230,141,141). Sum of RGB (Red+Green+Blue) = 230+141+141=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68D8D is #197272. Grayscale: #A7A7A7. Windows color (decimal): -1667699 or 9276902. OLE color: 9276902.
HSL color Cylindrical-coordinate representation of color #E68D8D: 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.39%. Process color model (Four color, CMYK) of #E68D8D is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 141 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.10 |
| HSL | 0º | 0.64% | 0.73% | - |
| HSV(B) | 0º | 0.39% | 0.9% | - |
| XYZ | 46.97 | 37.8 | 30.02 | - |
| YUV | 167.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 141 | 0 | 0.39 | 0.39 | 0.10 | 0 | 0.64 | 0.73 |
| Hex | E6 | 8D | 8D | 0 | 27 | 27 | A | 0 | 40 | 49 |
| Octal | 346 | 215 | 215 | 0 | 47 | 47 | 12 | 0 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10001101 | 0 | 100111 | 100111 | 1010 | 0 | 1000000 | 1001001 |
Color Harmonies of #E68D8D
Complementary color
Monochromatic Colors of #E68D8D
Black with #E68D8D
Text Example
Text Example
White with #E68D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D8D; }
p { color: rgb(230,141,141); }
H1.HeaderClassName
{
color: #E68D8D;
}
.AnyTagClassName
{
color: #E68D8D;
}
</style>
background-color css
<style>
a { background-color: #E68D8D; }
a { background-color: rgb(230,141,141); }
div.DivClassName
{
background-color: #E68D8D;
}
.BgClassName
{
background-color: #E68D8D;
}
</style>
border-color css
<style>
span { border-color: #E68D8D; }
span { border-color: rgb(230,141,141); }
td.TdClassName
{
border-color: #E68D8D;
}
.TagClassName
{
border-color: #E68D8D;
}
</style>