Shades of Wewak #EA93A0
Tints of Wewak #EA93A0
RGB
CMYK
RGB Variations
Color information
#EA93A0 (or 0xEA93A0) is known color: Wewak. HEX triplet: EA, 93 and A0. RGB value is (234,147,160). Sum of RGB (Red+Green+Blue) = 234+147+160=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA93A0 is #156C5F. Grayscale: #AEAEAE. Windows color (decimal): -1404000 or 10523626. OLE color: 10523626.
HSL color Cylindrical-coordinate representation of color #EA93A0: hue angle of 351.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93A0 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 160 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.08 |
| HSL | 351.03º | 0.67% | 0.75% | - |
| HSV(B) | 351.03º | 0.37% | 0.92% | - |
| XYZ | 50.71 | 40.9 | 38.48 | - |
| YUV | 174.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 160 | 0 | 0.37 | 0.32 | 0.08 | 351.03 | 0.67 | 0.75 |
| Hex | EA | 93 | A0 | 0 | 25 | 20 | 8 | 15F | 43 | 4B |
| Octal | 352 | 223 | 240 | 0 | 45 | 40 | 10 | 537 | 103 | 113 |
| Binary | 11101010 | 10010011 | 10100000 | 0 | 100101 | 100000 | 1000 | 101011111 | 1000011 | 1001011 |
Color Harmonies of #EA93A0
Complementary color
Monochromatic Colors of #EA93A0
Black with #EA93A0
Text Example
Text Example
White with #EA93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93A0; }
p { color: rgb(234,147,160); }
H1.HeaderClassName
{
color: #EA93A0;
}
.AnyTagClassName
{
color: #EA93A0;
}
</style>
background-color css
<style>
a { background-color: #EA93A0; }
a { background-color: rgb(234,147,160); }
div.DivClassName
{
background-color: #EA93A0;
}
.BgClassName
{
background-color: #EA93A0;
}
</style>
border-color css
<style>
span { border-color: #EA93A0; }
span { border-color: rgb(234,147,160); }
td.TdClassName
{
border-color: #EA93A0;
}
.TagClassName
{
border-color: #EA93A0;
}
</style>