Shades of Wewak #ED999C
Tints of Wewak #ED999C
RGB
CMYK
RGB Variations
Color information
#ED999C (or 0xED999C) is known color: Wewak. HEX triplet: ED, 99 and 9C. RGB value is (237,153,156). Sum of RGB (Red+Green+Blue) = 237+153+156=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED999C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED999C is #126663. Grayscale: #B2B2B2. Windows color (decimal): -1205860 or 10263021. OLE color: 10263021.
HSL color Cylindrical-coordinate representation of color #ED999C: hue angle of 357.86º 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 #ED999C is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 156 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.07 |
| HSL | 357.86º | 0.7% | 0.76% | - |
| HSV(B) | 357.86º | 0.35% | 0.93% | - |
| XYZ | 52.32 | 43.19 | 37.03 | - |
| YUV | 178.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 156 | 0 | 0.35 | 0.34 | 0.07 | 357.86 | 0.7 | 0.76 |
| Hex | ED | 99 | 9C | 0 | 23 | 22 | 7 | 166 | 46 | 4C |
| Octal | 355 | 231 | 234 | 0 | 43 | 42 | 7 | 546 | 106 | 114 |
| Binary | 11101101 | 10011001 | 10011100 | 0 | 100011 | 100010 | 111 | 101100110 | 1000110 | 1001100 |
Color Harmonies of #ED999C
Complementary color
Monochromatic Colors of #ED999C
Black with #ED999C
Text Example
Text Example
White with #ED999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED999C; }
p { color: rgb(237,153,156); }
H1.HeaderClassName
{
color: #ED999C;
}
.AnyTagClassName
{
color: #ED999C;
}
</style>
background-color css
<style>
a { background-color: #ED999C; }
a { background-color: rgb(237,153,156); }
div.DivClassName
{
background-color: #ED999C;
}
.BgClassName
{
background-color: #ED999C;
}
</style>
border-color css
<style>
span { border-color: #ED999C; }
span { border-color: rgb(237,153,156); }
td.TdClassName
{
border-color: #ED999C;
}
.TagClassName
{
border-color: #ED999C;
}
</style>