Shades of Sweet Pink #E69998
Tints of Sweet Pink #E69998
RGB
CMYK
RGB Variations
Color information
#E69998 (or 0xE69998) is known color: Sweet Pink. HEX triplet: E6, 99 and 98. RGB value is (230,153,152). Sum of RGB (Red+Green+Blue) = 230+153+152=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E69998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69998 is #196667. Grayscale: #AFAFAF. Windows color (decimal): -1664616 or 10000870. OLE color: 10000870.
HSL color Cylindrical-coordinate representation of color #E69998: hue angle of 0.77º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69998 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 152 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.10 |
| HSL | 0.77º | 0.61% | 0.75% | - |
| HSV(B) | 0.77º | 0.34% | 0.9% | - |
| XYZ | 49.69 | 41.87 | 35.17 | - |
| YUV | 175.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 152 | 0 | 0.33 | 0.34 | 0.10 | 0.77 | 0.61 | 0.75 |
| Hex | E6 | 99 | 98 | 0 | 21 | 22 | A | 1 | 3D | 4B |
| Octal | 346 | 231 | 230 | 0 | 41 | 42 | 12 | 1 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10011000 | 0 | 100001 | 100010 | 1010 | 1 | 111101 | 1001011 |
Color Harmonies of #E69998
Complementary color
Monochromatic Colors of #E69998
Black with #E69998
Text Example
Text Example
White with #E69998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69998; }
p { color: rgb(230,153,152); }
H1.HeaderClassName
{
color: #E69998;
}
.AnyTagClassName
{
color: #E69998;
}
</style>
background-color css
<style>
a { background-color: #E69998; }
a { background-color: rgb(230,153,152); }
div.DivClassName
{
background-color: #E69998;
}
.BgClassName
{
background-color: #E69998;
}
</style>
border-color css
<style>
span { border-color: #E69998; }
span { border-color: rgb(230,153,152); }
td.TdClassName
{
border-color: #E69998;
}
.TagClassName
{
border-color: #E69998;
}
</style>