Shades of Wewak #EE8F9A
Tints of Wewak #EE8F9A
RGB
CMYK
RGB Variations
Color information
#EE8F9A (or 0xEE8F9A) is known color: Wewak. HEX triplet: EE, 8F and 9A. RGB value is (238,143,154). Sum of RGB (Red+Green+Blue) = 238+143+154=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8F9A is #117065. Grayscale: #ACACAC. Windows color (decimal): -1142886 or 10129390. OLE color: 10129390.
HSL color Cylindrical-coordinate representation of color #EE8F9A: hue angle of 353.05º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8F9A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 154 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.07 |
| HSL | 353.05º | 0.74% | 0.75% | - |
| HSV(B) | 353.05º | 0.4% | 0.93% | - |
| XYZ | 50.92 | 40.16 | 35.64 | - |
| YUV | 172.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 154 | 0 | 0.40 | 0.35 | 0.07 | 353.05 | 0.74 | 0.75 |
| Hex | EE | 8F | 9A | 0 | 28 | 23 | 7 | 161 | 4A | 4B |
| Octal | 356 | 217 | 232 | 0 | 50 | 43 | 7 | 541 | 112 | 113 |
| Binary | 11101110 | 10001111 | 10011010 | 0 | 101000 | 100011 | 111 | 101100001 | 1001010 | 1001011 |
Color Harmonies of #EE8F9A
Complementary color
Monochromatic Colors of #EE8F9A
Black with #EE8F9A
Text Example
Text Example
White with #EE8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F9A; }
p { color: rgb(238,143,154); }
H1.HeaderClassName
{
color: #EE8F9A;
}
.AnyTagClassName
{
color: #EE8F9A;
}
</style>
background-color css
<style>
a { background-color: #EE8F9A; }
a { background-color: rgb(238,143,154); }
div.DivClassName
{
background-color: #EE8F9A;
}
.BgClassName
{
background-color: #EE8F9A;
}
</style>
border-color css
<style>
span { border-color: #EE8F9A; }
span { border-color: rgb(238,143,154); }
td.TdClassName
{
border-color: #EE8F9A;
}
.TagClassName
{
border-color: #EE8F9A;
}
</style>