Shades of Wewak #E6999A
Tints of Wewak #E6999A
RGB
CMYK
RGB Variations
Color information
#E6999A (or 0xE6999A) is known color: Wewak. HEX triplet: E6, 99 and 9A. RGB value is (230,153,154). Sum of RGB (Red+Green+Blue) = 230+153+154=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6999A is #196665. Grayscale: #B0B0B0. Windows color (decimal): -1664614 or 10131942. OLE color: 10131942.
HSL color Cylindrical-coordinate representation of color #E6999A: hue angle of 359.22º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6999A is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 154 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.10 |
| HSL | 359.22º | 0.61% | 0.75% | - |
| HSV(B) | 359.22º | 0.33% | 0.9% | - |
| XYZ | 49.86 | 41.94 | 36.04 | - |
| YUV | 176.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 154 | 0 | 0.33 | 0.33 | 0.10 | 359.22 | 0.61 | 0.75 |
| Hex | E6 | 99 | 9A | 0 | 21 | 21 | A | 167 | 3D | 4B |
| Octal | 346 | 231 | 232 | 0 | 41 | 41 | 12 | 547 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10011010 | 0 | 100001 | 100001 | 1010 | 101100111 | 111101 | 1001011 |
Color Harmonies of #E6999A
Complementary color
Monochromatic Colors of #E6999A
Black with #E6999A
Text Example
Text Example
White with #E6999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6999A; }
p { color: rgb(230,153,154); }
H1.HeaderClassName
{
color: #E6999A;
}
.AnyTagClassName
{
color: #E6999A;
}
</style>
background-color css
<style>
a { background-color: #E6999A; }
a { background-color: rgb(230,153,154); }
div.DivClassName
{
background-color: #E6999A;
}
.BgClassName
{
background-color: #E6999A;
}
</style>
border-color css
<style>
span { border-color: #E6999A; }
span { border-color: rgb(230,153,154); }
td.TdClassName
{
border-color: #E6999A;
}
.TagClassName
{
border-color: #E6999A;
}
</style>