Shades of Wewak #E8919D
Tints of Wewak #E8919D
RGB
CMYK
RGB Variations
Color information
#E8919D (or 0xE8919D) is known color: Wewak. HEX triplet: E8, 91 and 9D. RGB value is (232,145,157). Sum of RGB (Red+Green+Blue) = 232+145+157=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E8919D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8919D is #176E62. Grayscale: #ACACAC. Windows color (decimal): -1535587 or 10326504. OLE color: 10326504.
HSL color Cylindrical-coordinate representation of color #E8919D: hue angle of 351.72º 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 #E8919D is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 157 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.09 |
| HSL | 351.72º | 0.65% | 0.74% | - |
| HSV(B) | 351.72º | 0.38% | 0.91% | - |
| XYZ | 49.49 | 39.84 | 36.98 | - |
| YUV | 172.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 157 | 0 | 0.38 | 0.32 | 0.09 | 351.72 | 0.65 | 0.74 |
| Hex | E8 | 91 | 9D | 0 | 26 | 20 | 9 | 160 | 41 | 4A |
| Octal | 350 | 221 | 235 | 0 | 46 | 40 | 11 | 540 | 101 | 112 |
| Binary | 11101000 | 10010001 | 10011101 | 0 | 100110 | 100000 | 1001 | 101100000 | 1000001 | 1001010 |
Color Harmonies of #E8919D
Complementary color
Monochromatic Colors of #E8919D
Black with #E8919D
Text Example
Text Example
White with #E8919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8919D; }
p { color: rgb(232,145,157); }
H1.HeaderClassName
{
color: #E8919D;
}
.AnyTagClassName
{
color: #E8919D;
}
</style>
background-color css
<style>
a { background-color: #E8919D; }
a { background-color: rgb(232,145,157); }
div.DivClassName
{
background-color: #E8919D;
}
.BgClassName
{
background-color: #E8919D;
}
</style>
border-color css
<style>
span { border-color: #E8919D; }
span { border-color: rgb(232,145,157); }
td.TdClassName
{
border-color: #E8919D;
}
.TagClassName
{
border-color: #E8919D;
}
</style>