Shades of Wewak #ED99A3
Tints of Wewak #ED99A3
RGB
CMYK
RGB Variations
Color information
#ED99A3 (or 0xED99A3) is known color: Wewak. HEX triplet: ED, 99 and A3. RGB value is (237,153,163). Sum of RGB (Red+Green+Blue) = 237+153+163=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED99A3 is #12665C. Grayscale: #B3B3B3. Windows color (decimal): -1205853 or 10721773. OLE color: 10721773.
HSL color Cylindrical-coordinate representation of color #ED99A3: hue angle of 352.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 #ED99A3 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 163 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.07 |
| HSL | 352.86º | 0.7% | 0.76% | - |
| HSV(B) | 352.86º | 0.35% | 0.93% | - |
| XYZ | 52.93 | 43.43 | 40.24 | - |
| YUV | 179.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 163 | 0 | 0.35 | 0.31 | 0.07 | 352.86 | 0.7 | 0.76 |
| Hex | ED | 99 | A3 | 0 | 23 | 1F | 7 | 161 | 46 | 4C |
| Octal | 355 | 231 | 243 | 0 | 43 | 37 | 7 | 541 | 106 | 114 |
| Binary | 11101101 | 10011001 | 10100011 | 0 | 100011 | 11111 | 111 | 101100001 | 1000110 | 1001100 |
Color Harmonies of #ED99A3
Complementary color
Monochromatic Colors of #ED99A3
Black with #ED99A3
Text Example
Text Example
White with #ED99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99A3; }
p { color: rgb(237,153,163); }
H1.HeaderClassName
{
color: #ED99A3;
}
.AnyTagClassName
{
color: #ED99A3;
}
</style>
background-color css
<style>
a { background-color: #ED99A3; }
a { background-color: rgb(237,153,163); }
div.DivClassName
{
background-color: #ED99A3;
}
.BgClassName
{
background-color: #ED99A3;
}
</style>
border-color css
<style>
span { border-color: #ED99A3; }
span { border-color: rgb(237,153,163); }
td.TdClassName
{
border-color: #ED99A3;
}
.TagClassName
{
border-color: #ED99A3;
}
</style>