Shades of Wewak #E8919C
Tints of Wewak #E8919C
RGB
CMYK
RGB Variations
Color information
#E8919C (or 0xE8919C) is known color: Wewak. HEX triplet: E8, 91 and 9C. RGB value is (232,145,156). Sum of RGB (Red+Green+Blue) = 232+145+156=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E8919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8919C is #176E63. Grayscale: #ACACAC. Windows color (decimal): -1535588 or 10260968. OLE color: 10260968.
HSL color Cylindrical-coordinate representation of color #E8919C: hue angle of 352.41º 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 #E8919C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 156 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.09 |
| HSL | 352.41º | 0.65% | 0.74% | - |
| HSV(B) | 352.41º | 0.38% | 0.91% | - |
| XYZ | 49.4 | 39.81 | 36.53 | - |
| YUV | 172.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 156 | 0 | 0.38 | 0.33 | 0.09 | 352.41 | 0.65 | 0.74 |
| Hex | E8 | 91 | 9C | 0 | 26 | 21 | 9 | 160 | 41 | 4A |
| Octal | 350 | 221 | 234 | 0 | 46 | 41 | 11 | 540 | 101 | 112 |
| Binary | 11101000 | 10010001 | 10011100 | 0 | 100110 | 100001 | 1001 | 101100000 | 1000001 | 1001010 |
Color Harmonies of #E8919C
Complementary color
Monochromatic Colors of #E8919C
Black with #E8919C
Text Example
Text Example
White with #E8919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8919C; }
p { color: rgb(232,145,156); }
H1.HeaderClassName
{
color: #E8919C;
}
.AnyTagClassName
{
color: #E8919C;
}
</style>
background-color css
<style>
a { background-color: #E8919C; }
a { background-color: rgb(232,145,156); }
div.DivClassName
{
background-color: #E8919C;
}
.BgClassName
{
background-color: #E8919C;
}
</style>
border-color css
<style>
span { border-color: #E8919C; }
span { border-color: rgb(232,145,156); }
td.TdClassName
{
border-color: #E8919C;
}
.TagClassName
{
border-color: #E8919C;
}
</style>