Shades of Wewak #E0959A
Tints of Wewak #E0959A
RGB
CMYK
RGB Variations
Color information
#E0959A (or 0xE0959A) is known color: Wewak. HEX triplet: E0, 95 and 9A. RGB value is (224,149,154). Sum of RGB (Red+Green+Blue) = 224+149+154=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0959A is #1F6A65. Grayscale: #ACACAC. Windows color (decimal): -2058854 or 10130912. OLE color: 10130912.
HSL color Cylindrical-coordinate representation of color #E0959A: hue angle of 356º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0959A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 154 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.12 |
| HSL | 356º | 0.55% | 0.73% | - |
| HSV(B) | 356º | 0.33% | 0.88% | - |
| XYZ | 47.32 | 39.68 | 35.74 | - |
| YUV | 172 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 154 | 0 | 0.33 | 0.31 | 0.12 | 356 | 0.55 | 0.73 |
| Hex | E0 | 95 | 9A | 0 | 21 | 1F | C | 164 | 37 | 49 |
| Octal | 340 | 225 | 232 | 0 | 41 | 37 | 14 | 544 | 67 | 111 |
| Binary | 11100000 | 10010101 | 10011010 | 0 | 100001 | 11111 | 1100 | 101100100 | 110111 | 1001001 |
Color Harmonies of #E0959A
Complementary color
Monochromatic Colors of #E0959A
Black with #E0959A
Text Example
Text Example
White with #E0959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0959A; }
p { color: rgb(224,149,154); }
H1.HeaderClassName
{
color: #E0959A;
}
.AnyTagClassName
{
color: #E0959A;
}
</style>
background-color css
<style>
a { background-color: #E0959A; }
a { background-color: rgb(224,149,154); }
div.DivClassName
{
background-color: #E0959A;
}
.BgClassName
{
background-color: #E0959A;
}
</style>
border-color css
<style>
span { border-color: #E0959A; }
span { border-color: rgb(224,149,154); }
td.TdClassName
{
border-color: #E0959A;
}
.TagClassName
{
border-color: #E0959A;
}
</style>