Shades of Wewak #ED999F
Tints of Wewak #ED999F
RGB
CMYK
RGB Variations
Color information
#ED999F (or 0xED999F) is known color: Wewak. HEX triplet: ED, 99 and 9F. RGB value is (237,153,159). Sum of RGB (Red+Green+Blue) = 237+153+159=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED999F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED999F is #126660. Grayscale: #B2B2B2. Windows color (decimal): -1205857 or 10459629. OLE color: 10459629.
HSL color Cylindrical-coordinate representation of color #ED999F: hue angle of 355.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED999F is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 159 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.07 |
| HSL | 355.71º | 0.7% | 0.76% | - |
| HSV(B) | 355.71º | 0.35% | 0.93% | - |
| XYZ | 52.57 | 43.29 | 38.39 | - |
| YUV | 178.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 159 | 0 | 0.35 | 0.33 | 0.07 | 355.71 | 0.7 | 0.76 |
| Hex | ED | 99 | 9F | 0 | 23 | 21 | 7 | 164 | 46 | 4C |
| Octal | 355 | 231 | 237 | 0 | 43 | 41 | 7 | 544 | 106 | 114 |
| Binary | 11101101 | 10011001 | 10011111 | 0 | 100011 | 100001 | 111 | 101100100 | 1000110 | 1001100 |
Color Harmonies of #ED999F
Complementary color
Monochromatic Colors of #ED999F
Black with #ED999F
Text Example
Text Example
White with #ED999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED999F; }
p { color: rgb(237,153,159); }
H1.HeaderClassName
{
color: #ED999F;
}
.AnyTagClassName
{
color: #ED999F;
}
</style>
background-color css
<style>
a { background-color: #ED999F; }
a { background-color: rgb(237,153,159); }
div.DivClassName
{
background-color: #ED999F;
}
.BgClassName
{
background-color: #ED999F;
}
</style>
border-color css
<style>
span { border-color: #ED999F; }
span { border-color: rgb(237,153,159); }
td.TdClassName
{
border-color: #ED999F;
}
.TagClassName
{
border-color: #ED999F;
}
</style>