Shades of Wewak #E68C9A
Tints of Wewak #E68C9A
RGB
CMYK
RGB Variations
Color information
#E68C9A (or 0xE68C9A) is known color: Wewak. HEX triplet: E6, 8C and 9A. RGB value is (230,140,154). Sum of RGB (Red+Green+Blue) = 230+140+154=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C9A is #197365. Grayscale: #A8A8A8. Windows color (decimal): -1667942 or 10128614. OLE color: 10128614.
HSL color Cylindrical-coordinate representation of color #E68C9A: hue angle of 350.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68C9A is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 154 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.10 |
| HSL | 350.67º | 0.64% | 0.73% | - |
| HSV(B) | 350.67º | 0.39% | 0.9% | - |
| XYZ | 47.84 | 37.91 | 35.37 | - |
| YUV | 168.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 154 | 0 | 0.39 | 0.33 | 0.10 | 350.67 | 0.64 | 0.73 |
| Hex | E6 | 8C | 9A | 0 | 27 | 21 | A | 15F | 40 | 49 |
| Octal | 346 | 214 | 232 | 0 | 47 | 41 | 12 | 537 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10011010 | 0 | 100111 | 100001 | 1010 | 101011111 | 1000000 | 1001001 |
Color Harmonies of #E68C9A
Complementary color
Monochromatic Colors of #E68C9A
Black with #E68C9A
Text Example
Text Example
White with #E68C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C9A; }
p { color: rgb(230,140,154); }
H1.HeaderClassName
{
color: #E68C9A;
}
.AnyTagClassName
{
color: #E68C9A;
}
</style>
background-color css
<style>
a { background-color: #E68C9A; }
a { background-color: rgb(230,140,154); }
div.DivClassName
{
background-color: #E68C9A;
}
.BgClassName
{
background-color: #E68C9A;
}
</style>
border-color css
<style>
span { border-color: #E68C9A; }
span { border-color: rgb(230,140,154); }
td.TdClassName
{
border-color: #E68C9A;
}
.TagClassName
{
border-color: #E68C9A;
}
</style>