Shades of Sweet Pink #E6968E
Tints of Sweet Pink #E6968E
RGB
CMYK
RGB Variations
Color information
#E6968E (or 0xE6968E) is known color: Sweet Pink. HEX triplet: E6, 96 and 8E. RGB value is (230,150,142). Sum of RGB (Red+Green+Blue) = 230+150+142=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6968E is #196971. Grayscale: #ADADAD. Windows color (decimal): -1665394 or 9344742. OLE color: 9344742.
HSL color Cylindrical-coordinate representation of color #E6968E: hue angle of 5.45º 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 #E6968E is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 142 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.10 |
| HSL | 5.45º | 0.64% | 0.73% | - |
| HSV(B) | 5.45º | 0.38% | 0.9% | - |
| XYZ | 48.42 | 40.59 | 30.87 | - |
| YUV | 173.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 142 | 0 | 0.35 | 0.38 | 0.10 | 5.45 | 0.64 | 0.73 |
| Hex | E6 | 96 | 8E | 0 | 23 | 26 | A | 5 | 40 | 49 |
| Octal | 346 | 226 | 216 | 0 | 43 | 46 | 12 | 5 | 100 | 111 |
| Binary | 11100110 | 10010110 | 10001110 | 0 | 100011 | 100110 | 1010 | 101 | 1000000 | 1001001 |
Color Harmonies of #E6968E
Complementary color
Monochromatic Colors of #E6968E
Black with #E6968E
Text Example
Text Example
White with #E6968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6968E; }
p { color: rgb(230,150,142); }
H1.HeaderClassName
{
color: #E6968E;
}
.AnyTagClassName
{
color: #E6968E;
}
</style>
background-color css
<style>
a { background-color: #E6968E; }
a { background-color: rgb(230,150,142); }
div.DivClassName
{
background-color: #E6968E;
}
.BgClassName
{
background-color: #E6968E;
}
</style>
border-color css
<style>
span { border-color: #E6968E; }
span { border-color: rgb(230,150,142); }
td.TdClassName
{
border-color: #E6968E;
}
.TagClassName
{
border-color: #E6968E;
}
</style>