Shades of Wewak #E69199
Tints of Wewak #E69199
RGB
CMYK
RGB Variations
Color information
#E69199 (or 0xE69199) is known color: Wewak. HEX triplet: E6, 91 and 99. RGB value is (230,145,153). Sum of RGB (Red+Green+Blue) = 230+145+153=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E69199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69199 is #196E66. Grayscale: #ABABAB. Windows color (decimal): -1666663 or 10064358. OLE color: 10064358.
HSL color Cylindrical-coordinate representation of color #E69199: hue angle of 354.35º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69199 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 153 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.10 |
| HSL | 354.35º | 0.63% | 0.74% | - |
| HSV(B) | 354.35º | 0.37% | 0.9% | - |
| XYZ | 48.51 | 39.37 | 35.18 | - |
| YUV | 171.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 153 | 0 | 0.37 | 0.33 | 0.10 | 354.35 | 0.63 | 0.74 |
| Hex | E6 | 91 | 99 | 0 | 25 | 21 | A | 162 | 3F | 4A |
| Octal | 346 | 221 | 231 | 0 | 45 | 41 | 12 | 542 | 77 | 112 |
| Binary | 11100110 | 10010001 | 10011001 | 0 | 100101 | 100001 | 1010 | 101100010 | 111111 | 1001010 |
Color Harmonies of #E69199
Complementary color
Monochromatic Colors of #E69199
Black with #E69199
Text Example
Text Example
White with #E69199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69199; }
p { color: rgb(230,145,153); }
H1.HeaderClassName
{
color: #E69199;
}
.AnyTagClassName
{
color: #E69199;
}
</style>
background-color css
<style>
a { background-color: #E69199; }
a { background-color: rgb(230,145,153); }
div.DivClassName
{
background-color: #E69199;
}
.BgClassName
{
background-color: #E69199;
}
</style>
border-color css
<style>
span { border-color: #E69199; }
span { border-color: rgb(230,145,153); }
td.TdClassName
{
border-color: #E69199;
}
.TagClassName
{
border-color: #E69199;
}
</style>