Shades of Wewak #E2909B
Tints of Wewak #E2909B
RGB
CMYK
RGB Variations
Color information
#E2909B (or 0xE2909B) is known color: Wewak. HEX triplet: E2, 90 and 9B. RGB value is (226,144,155). Sum of RGB (Red+Green+Blue) = 226+144+155=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2909B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2909B is #1D6F64. Grayscale: #A9A9A9. Windows color (decimal): -1929061 or 10195170. OLE color: 10195170.
HSL color Cylindrical-coordinate representation of color #E2909B: hue angle of 351.95º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2909B is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 155 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.11 |
| HSL | 351.95º | 0.59% | 0.73% | - |
| HSV(B) | 351.95º | 0.36% | 0.89% | - |
| XYZ | 47.25 | 38.48 | 35.95 | - |
| YUV | 169.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 155 | 0 | 0.36 | 0.31 | 0.11 | 351.95 | 0.59 | 0.73 |
| Hex | E2 | 90 | 9B | 0 | 24 | 1F | B | 160 | 3B | 49 |
| Octal | 342 | 220 | 233 | 0 | 44 | 37 | 13 | 540 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10011011 | 0 | 100100 | 11111 | 1011 | 101100000 | 111011 | 1001001 |
Color Harmonies of #E2909B
Complementary color
Monochromatic Colors of #E2909B
Black with #E2909B
Text Example
Text Example
White with #E2909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2909B; }
p { color: rgb(226,144,155); }
H1.HeaderClassName
{
color: #E2909B;
}
.AnyTagClassName
{
color: #E2909B;
}
</style>
background-color css
<style>
a { background-color: #E2909B; }
a { background-color: rgb(226,144,155); }
div.DivClassName
{
background-color: #E2909B;
}
.BgClassName
{
background-color: #E2909B;
}
</style>
border-color css
<style>
span { border-color: #E2909B; }
span { border-color: rgb(226,144,155); }
td.TdClassName
{
border-color: #E2909B;
}
.TagClassName
{
border-color: #E2909B;
}
</style>