Shades of Wewak #E5999F
Tints of Wewak #E5999F
RGB
CMYK
RGB Variations
Color information
#E5999F (or 0xE5999F) is known color: Wewak. HEX triplet: E5, 99 and 9F. RGB value is (229,153,159). Sum of RGB (Red+Green+Blue) = 229+153+159=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E5999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5999F is #1A6660. Grayscale: #B0B0B0. Windows color (decimal): -1730145 or 10459621. OLE color: 10459621.
HSL color Cylindrical-coordinate representation of color #E5999F: hue angle of 355.26º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5999F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 159 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.10 |
| HSL | 355.26º | 0.59% | 0.75% | - |
| HSV(B) | 355.26º | 0.33% | 0.9% | - |
| XYZ | 49.96 | 41.94 | 38.26 | - |
| YUV | 176.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 159 | 0 | 0.33 | 0.31 | 0.10 | 355.26 | 0.59 | 0.75 |
| Hex | E5 | 99 | 9F | 0 | 21 | 1F | A | 163 | 3B | 4B |
| Octal | 345 | 231 | 237 | 0 | 41 | 37 | 12 | 543 | 73 | 113 |
| Binary | 11100101 | 10011001 | 10011111 | 0 | 100001 | 11111 | 1010 | 101100011 | 111011 | 1001011 |
Color Harmonies of #E5999F
Complementary color
Monochromatic Colors of #E5999F
Black with #E5999F
Text Example
Text Example
White with #E5999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5999F; }
p { color: rgb(229,153,159); }
H1.HeaderClassName
{
color: #E5999F;
}
.AnyTagClassName
{
color: #E5999F;
}
</style>
background-color css
<style>
a { background-color: #E5999F; }
a { background-color: rgb(229,153,159); }
div.DivClassName
{
background-color: #E5999F;
}
.BgClassName
{
background-color: #E5999F;
}
</style>
border-color css
<style>
span { border-color: #E5999F; }
span { border-color: rgb(229,153,159); }
td.TdClassName
{
border-color: #E5999F;
}
.TagClassName
{
border-color: #E5999F;
}
</style>