Shades of Wewak #E8919B
Tints of Wewak #E8919B
RGB
CMYK
RGB Variations
Color information
#E8919B (or 0xE8919B) is known color: Wewak. HEX triplet: E8, 91 and 9B. RGB value is (232,145,155). Sum of RGB (Red+Green+Blue) = 232+145+155=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E8919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8919B is #176E64. Grayscale: #ACACAC. Windows color (decimal): -1535589 or 10195432. OLE color: 10195432.
HSL color Cylindrical-coordinate representation of color #E8919B: hue angle of 353.1º 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 #E8919B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 155 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.09 |
| HSL | 353.1º | 0.65% | 0.74% | - |
| HSV(B) | 353.1º | 0.38% | 0.91% | - |
| XYZ | 49.32 | 39.77 | 36.09 | - |
| YUV | 172.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 155 | 0 | 0.38 | 0.33 | 0.09 | 353.1 | 0.65 | 0.74 |
| Hex | E8 | 91 | 9B | 0 | 26 | 21 | 9 | 161 | 41 | 4A |
| Octal | 350 | 221 | 233 | 0 | 46 | 41 | 11 | 541 | 101 | 112 |
| Binary | 11101000 | 10010001 | 10011011 | 0 | 100110 | 100001 | 1001 | 101100001 | 1000001 | 1001010 |
Color Harmonies of #E8919B
Complementary color
Monochromatic Colors of #E8919B
Black with #E8919B
Text Example
Text Example
White with #E8919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8919B; }
p { color: rgb(232,145,155); }
H1.HeaderClassName
{
color: #E8919B;
}
.AnyTagClassName
{
color: #E8919B;
}
</style>
background-color css
<style>
a { background-color: #E8919B; }
a { background-color: rgb(232,145,155); }
div.DivClassName
{
background-color: #E8919B;
}
.BgClassName
{
background-color: #E8919B;
}
</style>
border-color css
<style>
span { border-color: #E8919B; }
span { border-color: rgb(232,145,155); }
td.TdClassName
{
border-color: #E8919B;
}
.TagClassName
{
border-color: #E8919B;
}
</style>