Shades of Wewak #EA99A0
Tints of Wewak #EA99A0
RGB
CMYK
RGB Variations
Color information
#EA99A0 (or 0xEA99A0) is known color: Wewak. HEX triplet: EA, 99 and A0. RGB value is (234,153,160). Sum of RGB (Red+Green+Blue) = 234+153+160=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99A0 is #15665F. Grayscale: #B2B2B2. Windows color (decimal): -1402464 or 10525162. OLE color: 10525162.
HSL color Cylindrical-coordinate representation of color #EA99A0: hue angle of 354.81º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99A0 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 160 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.08 |
| HSL | 354.81º | 0.66% | 0.76% | - |
| HSV(B) | 354.81º | 0.35% | 0.92% | - |
| XYZ | 51.67 | 42.81 | 38.8 | - |
| YUV | 178.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 160 | 0 | 0.35 | 0.32 | 0.08 | 354.81 | 0.66 | 0.76 |
| Hex | EA | 99 | A0 | 0 | 23 | 20 | 8 | 163 | 42 | 4C |
| Octal | 352 | 231 | 240 | 0 | 43 | 40 | 10 | 543 | 102 | 114 |
| Binary | 11101010 | 10011001 | 10100000 | 0 | 100011 | 100000 | 1000 | 101100011 | 1000010 | 1001100 |
Color Harmonies of #EA99A0
Complementary color
Monochromatic Colors of #EA99A0
Black with #EA99A0
Text Example
Text Example
White with #EA99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99A0; }
p { color: rgb(234,153,160); }
H1.HeaderClassName
{
color: #EA99A0;
}
.AnyTagClassName
{
color: #EA99A0;
}
</style>
background-color css
<style>
a { background-color: #EA99A0; }
a { background-color: rgb(234,153,160); }
div.DivClassName
{
background-color: #EA99A0;
}
.BgClassName
{
background-color: #EA99A0;
}
</style>
border-color css
<style>
span { border-color: #EA99A0; }
span { border-color: rgb(234,153,160); }
td.TdClassName
{
border-color: #EA99A0;
}
.TagClassName
{
border-color: #EA99A0;
}
</style>