Shades of Wewak #E0919A
Tints of Wewak #E0919A
RGB
CMYK
RGB Variations
Color information
#E0919A (or 0xE0919A) is known color: Wewak. HEX triplet: E0, 91 and 9A. RGB value is (224,145,154). Sum of RGB (Red+Green+Blue) = 224+145+154=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0919A is #1F6E65. Grayscale: #A9A9A9. Windows color (decimal): -2059878 or 10129888. OLE color: 10129888.
HSL color Cylindrical-coordinate representation of color #E0919A: hue angle of 353.16º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0919A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 154 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.12 |
| HSL | 353.16º | 0.56% | 0.72% | - |
| HSV(B) | 353.16º | 0.35% | 0.88% | - |
| XYZ | 46.7 | 38.43 | 35.53 | - |
| YUV | 169.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 154 | 0 | 0.35 | 0.31 | 0.12 | 353.16 | 0.56 | 0.72 |
| Hex | E0 | 91 | 9A | 0 | 23 | 1F | C | 161 | 38 | 48 |
| Octal | 340 | 221 | 232 | 0 | 43 | 37 | 14 | 541 | 70 | 110 |
| Binary | 11100000 | 10010001 | 10011010 | 0 | 100011 | 11111 | 1100 | 101100001 | 111000 | 1001000 |
Color Harmonies of #E0919A
Complementary color
Monochromatic Colors of #E0919A
Black with #E0919A
Text Example
Text Example
White with #E0919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0919A; }
p { color: rgb(224,145,154); }
H1.HeaderClassName
{
color: #E0919A;
}
.AnyTagClassName
{
color: #E0919A;
}
</style>
background-color css
<style>
a { background-color: #E0919A; }
a { background-color: rgb(224,145,154); }
div.DivClassName
{
background-color: #E0919A;
}
.BgClassName
{
background-color: #E0919A;
}
</style>
border-color css
<style>
span { border-color: #E0919A; }
span { border-color: rgb(224,145,154); }
td.TdClassName
{
border-color: #E0919A;
}
.TagClassName
{
border-color: #E0919A;
}
</style>