Shades of Wewak #E5959C
Tints of Wewak #E5959C
RGB
CMYK
RGB Variations
Color information
#E5959C (or 0xE5959C) is known color: Wewak. HEX triplet: E5, 95 and 9C. RGB value is (229,149,156). Sum of RGB (Red+Green+Blue) = 229+149+156=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5959C is #1A6A63. Grayscale: #ADADAD. Windows color (decimal): -1731172 or 10261989. OLE color: 10261989.
HSL color Cylindrical-coordinate representation of color #E5959C: hue angle of 354.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5959C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 156 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.10 |
| HSL | 354.75º | 0.61% | 0.74% | - |
| HSV(B) | 354.75º | 0.35% | 0.9% | - |
| XYZ | 49.06 | 40.55 | 36.69 | - |
| YUV | 173.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 156 | 0 | 0.35 | 0.32 | 0.10 | 354.75 | 0.61 | 0.74 |
| Hex | E5 | 95 | 9C | 0 | 23 | 20 | A | 163 | 3D | 4A |
| Octal | 345 | 225 | 234 | 0 | 43 | 40 | 12 | 543 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10011100 | 0 | 100011 | 100000 | 1010 | 101100011 | 111101 | 1001010 |
Color Harmonies of #E5959C
Complementary color
Monochromatic Colors of #E5959C
Black with #E5959C
Text Example
Text Example
White with #E5959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5959C; }
p { color: rgb(229,149,156); }
H1.HeaderClassName
{
color: #E5959C;
}
.AnyTagClassName
{
color: #E5959C;
}
</style>
background-color css
<style>
a { background-color: #E5959C; }
a { background-color: rgb(229,149,156); }
div.DivClassName
{
background-color: #E5959C;
}
.BgClassName
{
background-color: #E5959C;
}
</style>
border-color css
<style>
span { border-color: #E5959C; }
span { border-color: rgb(229,149,156); }
td.TdClassName
{
border-color: #E5959C;
}
.TagClassName
{
border-color: #E5959C;
}
</style>