Shades of Wewak #E7919D
Tints of Wewak #E7919D
RGB
CMYK
RGB Variations
Color information
#E7919D (or 0xE7919D) is known color: Wewak. HEX triplet: E7, 91 and 9D. RGB value is (231,145,157). Sum of RGB (Red+Green+Blue) = 231+145+157=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7919D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7919D is #186E62. Grayscale: #ACACAC. Windows color (decimal): -1601123 or 10326503. OLE color: 10326503.
HSL color Cylindrical-coordinate representation of color #E7919D: hue angle of 351.63º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7919D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 157 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.09 |
| HSL | 351.63º | 0.64% | 0.74% | - |
| HSV(B) | 351.63º | 0.37% | 0.91% | - |
| XYZ | 49.17 | 39.67 | 36.96 | - |
| YUV | 172.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 157 | 0 | 0.37 | 0.32 | 0.09 | 351.63 | 0.64 | 0.74 |
| Hex | E7 | 91 | 9D | 0 | 25 | 20 | 9 | 160 | 40 | 4A |
| Octal | 347 | 221 | 235 | 0 | 45 | 40 | 11 | 540 | 100 | 112 |
| Binary | 11100111 | 10010001 | 10011101 | 0 | 100101 | 100000 | 1001 | 101100000 | 1000000 | 1001010 |
Color Harmonies of #E7919D
Complementary color
Monochromatic Colors of #E7919D
Black with #E7919D
Text Example
Text Example
White with #E7919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7919D; }
p { color: rgb(231,145,157); }
H1.HeaderClassName
{
color: #E7919D;
}
.AnyTagClassName
{
color: #E7919D;
}
</style>
background-color css
<style>
a { background-color: #E7919D; }
a { background-color: rgb(231,145,157); }
div.DivClassName
{
background-color: #E7919D;
}
.BgClassName
{
background-color: #E7919D;
}
</style>
border-color css
<style>
span { border-color: #E7919D; }
span { border-color: rgb(231,145,157); }
td.TdClassName
{
border-color: #E7919D;
}
.TagClassName
{
border-color: #E7919D;
}
</style>