Shades of Wewak #E0999A
Tints of Wewak #E0999A
RGB
CMYK
RGB Variations
Color information
#E0999A (or 0xE0999A) is known color: Wewak. HEX triplet: E0, 99 and 9A. RGB value is (224,153,154). Sum of RGB (Red+Green+Blue) = 224+153+154=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0999A is #1F6665. Grayscale: #AEAEAE. Windows color (decimal): -2057830 or 10131936. OLE color: 10131936.
HSL color Cylindrical-coordinate representation of color #E0999A: hue angle of 359.15º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0999A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 154 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.12 |
| HSL | 359.15º | 0.53% | 0.74% | - |
| HSV(B) | 359.15º | 0.32% | 0.88% | - |
| XYZ | 47.96 | 40.96 | 35.95 | - |
| YUV | 174.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 154 | 0 | 0.32 | 0.31 | 0.12 | 359.15 | 0.53 | 0.74 |
| Hex | E0 | 99 | 9A | 0 | 20 | 1F | C | 167 | 35 | 4A |
| Octal | 340 | 231 | 232 | 0 | 40 | 37 | 14 | 547 | 65 | 112 |
| Binary | 11100000 | 10011001 | 10011010 | 0 | 100000 | 11111 | 1100 | 101100111 | 110101 | 1001010 |
Color Harmonies of #E0999A
Complementary color
Monochromatic Colors of #E0999A
Black with #E0999A
Text Example
Text Example
White with #E0999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0999A; }
p { color: rgb(224,153,154); }
H1.HeaderClassName
{
color: #E0999A;
}
.AnyTagClassName
{
color: #E0999A;
}
</style>
background-color css
<style>
a { background-color: #E0999A; }
a { background-color: rgb(224,153,154); }
div.DivClassName
{
background-color: #E0999A;
}
.BgClassName
{
background-color: #E0999A;
}
</style>
border-color css
<style>
span { border-color: #E0999A; }
span { border-color: rgb(224,153,154); }
td.TdClassName
{
border-color: #E0999A;
}
.TagClassName
{
border-color: #E0999A;
}
</style>