Shades of Wewak #E8919A
Tints of Wewak #E8919A
RGB
CMYK
RGB Variations
Color information
#E8919A (or 0xE8919A) is known color: Wewak. HEX triplet: E8, 91 and 9A. RGB value is (232,145,154). Sum of RGB (Red+Green+Blue) = 232+145+154=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8919A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8919A is #176E65. Grayscale: #ACACAC. Windows color (decimal): -1535590 or 10129896. OLE color: 10129896.
HSL color Cylindrical-coordinate representation of color #E8919A: hue angle of 353.79º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8919A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 154 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.09 |
| HSL | 353.79º | 0.65% | 0.74% | - |
| HSV(B) | 353.79º | 0.38% | 0.91% | - |
| XYZ | 49.24 | 39.74 | 35.65 | - |
| YUV | 172.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 154 | 0 | 0.38 | 0.34 | 0.09 | 353.79 | 0.65 | 0.74 |
| Hex | E8 | 91 | 9A | 0 | 26 | 22 | 9 | 162 | 41 | 4A |
| Octal | 350 | 221 | 232 | 0 | 46 | 42 | 11 | 542 | 101 | 112 |
| Binary | 11101000 | 10010001 | 10011010 | 0 | 100110 | 100010 | 1001 | 101100010 | 1000001 | 1001010 |
Color Harmonies of #E8919A
Complementary color
Monochromatic Colors of #E8919A
Black with #E8919A
Text Example
Text Example
White with #E8919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8919A; }
p { color: rgb(232,145,154); }
H1.HeaderClassName
{
color: #E8919A;
}
.AnyTagClassName
{
color: #E8919A;
}
</style>
background-color css
<style>
a { background-color: #E8919A; }
a { background-color: rgb(232,145,154); }
div.DivClassName
{
background-color: #E8919A;
}
.BgClassName
{
background-color: #E8919A;
}
</style>
border-color css
<style>
span { border-color: #E8919A; }
span { border-color: rgb(232,145,154); }
td.TdClassName
{
border-color: #E8919A;
}
.TagClassName
{
border-color: #E8919A;
}
</style>