Shades of Wax Flower #E6AB98
Tints of Wax Flower #E6AB98
RGB
CMYK
RGB Variations
Color information
#E6AB98 (or 0xE6AB98) is known color: Wax Flower. HEX triplet: E6, AB and 98. RGB value is (230,171,152). Sum of RGB (Red+Green+Blue) = 230+171+152=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AB98 is #195467. Grayscale: #BABABA. Windows color (decimal): -1660008 or 10005478. OLE color: 10005478.
HSL color Cylindrical-coordinate representation of color #E6AB98: hue angle of 14.62º 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 #E6AB98 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 152 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.10 |
| HSL | 14.62º | 0.61% | 0.75% | - |
| HSV(B) | 14.62º | 0.34% | 0.9% | - |
| XYZ | 52.86 | 48.22 | 36.23 | - |
| YUV | 186.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 152 | 0 | 0.26 | 0.34 | 0.10 | 14.62 | 0.61 | 0.75 |
| Hex | E6 | AB | 98 | 0 | 1A | 22 | A | F | 3D | 4B |
| Octal | 346 | 253 | 230 | 0 | 32 | 42 | 12 | 17 | 75 | 113 |
| Binary | 11100110 | 10101011 | 10011000 | 0 | 11010 | 100010 | 1010 | 1111 | 111101 | 1001011 |
Color Harmonies of #E6AB98
Complementary color
Monochromatic Colors of #E6AB98
Black with #E6AB98
Text Example
Text Example
White with #E6AB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB98; }
p { color: rgb(230,171,152); }
H1.HeaderClassName
{
color: #E6AB98;
}
.AnyTagClassName
{
color: #E6AB98;
}
</style>
background-color css
<style>
a { background-color: #E6AB98; }
a { background-color: rgb(230,171,152); }
div.DivClassName
{
background-color: #E6AB98;
}
.BgClassName
{
background-color: #E6AB98;
}
</style>
border-color css
<style>
span { border-color: #E6AB98; }
span { border-color: rgb(230,171,152); }
td.TdClassName
{
border-color: #E6AB98;
}
.TagClassName
{
border-color: #E6AB98;
}
</style>