Shades of Sweet Pink #E68888
Tints of Sweet Pink #E68888
RGB
CMYK
RGB Variations
Color information
#E68888 (or 0xE68888) is known color: Sweet Pink. HEX triplet: E6, 88 and 88. RGB value is (230,136,136). Sum of RGB (Red+Green+Blue) = 230+136+136=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E68888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68888 is #197777. Grayscale: #A4A4A4. Windows color (decimal): -1668984 or 8947942. OLE color: 8947942.
HSL color Cylindrical-coordinate representation of color #E68888: hue angle of 0º degrees, saturation: 0.65, 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 #E68888 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 136 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.10 |
| HSL | 0º | 0.65% | 0.72% | - |
| HSV(B) | 0º | 0.41% | 0.9% | - |
| XYZ | 45.88 | 36.21 | 27.86 | - |
| YUV | 164.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 136 | 0 | 0.41 | 0.41 | 0.10 | 0 | 0.65 | 0.72 |
| Hex | E6 | 88 | 88 | 0 | 29 | 29 | A | 0 | 41 | 48 |
| Octal | 346 | 210 | 210 | 0 | 51 | 51 | 12 | 0 | 101 | 110 |
| Binary | 11100110 | 10001000 | 10001000 | 0 | 101001 | 101001 | 1010 | 0 | 1000001 | 1001000 |
Color Harmonies of #E68888
Complementary color
Monochromatic Colors of #E68888
Black with #E68888
Text Example
Text Example
White with #E68888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68888; }
p { color: rgb(230,136,136); }
H1.HeaderClassName
{
color: #E68888;
}
.AnyTagClassName
{
color: #E68888;
}
</style>
background-color css
<style>
a { background-color: #E68888; }
a { background-color: rgb(230,136,136); }
div.DivClassName
{
background-color: #E68888;
}
.BgClassName
{
background-color: #E68888;
}
</style>
border-color css
<style>
span { border-color: #E68888; }
span { border-color: rgb(230,136,136); }
td.TdClassName
{
border-color: #E68888;
}
.TagClassName
{
border-color: #E68888;
}
</style>