Shades of Wewak #E2909A
Tints of Wewak #E2909A
RGB
CMYK
RGB Variations
Color information
#E2909A (or 0xE2909A) is known color: Wewak. HEX triplet: E2, 90 and 9A. RGB value is (226,144,154). Sum of RGB (Red+Green+Blue) = 226+144+154=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2909A is #1D6F65. Grayscale: #A9A9A9. Windows color (decimal): -1929062 or 10129634. OLE color: 10129634.
HSL color Cylindrical-coordinate representation of color #E2909A: hue angle of 352.68º 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 #E2909A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 154 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.11 |
| HSL | 352.68º | 0.59% | 0.73% | - |
| HSV(B) | 352.68º | 0.36% | 0.89% | - |
| XYZ | 47.17 | 38.45 | 35.51 | - |
| YUV | 169.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 154 | 0 | 0.36 | 0.32 | 0.11 | 352.68 | 0.59 | 0.73 |
| Hex | E2 | 90 | 9A | 0 | 24 | 20 | B | 161 | 3B | 49 |
| Octal | 342 | 220 | 232 | 0 | 44 | 40 | 13 | 541 | 73 | 111 |
| Binary | 11100010 | 10010000 | 10011010 | 0 | 100100 | 100000 | 1011 | 101100001 | 111011 | 1001001 |
Color Harmonies of #E2909A
Complementary color
Monochromatic Colors of #E2909A
Black with #E2909A
Text Example
Text Example
White with #E2909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2909A; }
p { color: rgb(226,144,154); }
H1.HeaderClassName
{
color: #E2909A;
}
.AnyTagClassName
{
color: #E2909A;
}
</style>
background-color css
<style>
a { background-color: #E2909A; }
a { background-color: rgb(226,144,154); }
div.DivClassName
{
background-color: #E2909A;
}
.BgClassName
{
background-color: #E2909A;
}
</style>
border-color css
<style>
span { border-color: #E2909A; }
span { border-color: rgb(226,144,154); }
td.TdClassName
{
border-color: #E2909A;
}
.TagClassName
{
border-color: #E2909A;
}
</style>