Shades of Wewak #EE92A1
Tints of Wewak #EE92A1
RGB
CMYK
RGB Variations
Color information
#EE92A1 (or 0xEE92A1) is known color: Wewak. HEX triplet: EE, 92 and A1. RGB value is (238,146,161). Sum of RGB (Red+Green+Blue) = 238+146+161=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE92A1 is #116D5E. Grayscale: #AFAFAF. Windows color (decimal): -1142111 or 10588910. OLE color: 10588910.
HSL color Cylindrical-coordinate representation of color #EE92A1: hue angle of 350.22º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE92A1 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 161 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.07 |
| HSL | 350.22º | 0.73% | 0.75% | - |
| HSV(B) | 350.22º | 0.39% | 0.93% | - |
| XYZ | 51.97 | 41.31 | 38.95 | - |
| YUV | 175.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 161 | 0 | 0.39 | 0.32 | 0.07 | 350.22 | 0.73 | 0.75 |
| Hex | EE | 92 | A1 | 0 | 27 | 20 | 7 | 15E | 49 | 4B |
| Octal | 356 | 222 | 241 | 0 | 47 | 40 | 7 | 536 | 111 | 113 |
| Binary | 11101110 | 10010010 | 10100001 | 0 | 100111 | 100000 | 111 | 101011110 | 1001001 | 1001011 |
Color Harmonies of #EE92A1
Complementary color
Monochromatic Colors of #EE92A1
Black with #EE92A1
Text Example
Text Example
White with #EE92A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92A1; }
p { color: rgb(238,146,161); }
H1.HeaderClassName
{
color: #EE92A1;
}
.AnyTagClassName
{
color: #EE92A1;
}
</style>
background-color css
<style>
a { background-color: #EE92A1; }
a { background-color: rgb(238,146,161); }
div.DivClassName
{
background-color: #EE92A1;
}
.BgClassName
{
background-color: #EE92A1;
}
</style>
border-color css
<style>
span { border-color: #EE92A1; }
span { border-color: rgb(238,146,161); }
td.TdClassName
{
border-color: #EE92A1;
}
.TagClassName
{
border-color: #EE92A1;
}
</style>