Shades of Wewak #E68C9B
Tints of Wewak #E68C9B
RGB
CMYK
RGB Variations
Color information
#E68C9B (or 0xE68C9B) is known color: Wewak. HEX triplet: E6, 8C and 9B. RGB value is (230,140,155). Sum of RGB (Red+Green+Blue) = 230+140+155=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C9B is #197364. Grayscale: #A8A8A8. Windows color (decimal): -1667941 or 10194150. OLE color: 10194150.
HSL color Cylindrical-coordinate representation of color #E68C9B: hue angle of 350º 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 #E68C9B is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 155 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.10 |
| HSL | 350º | 0.64% | 0.73% | - |
| HSV(B) | 350º | 0.39% | 0.9% | - |
| XYZ | 47.93 | 37.95 | 35.81 | - |
| YUV | 168.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 155 | 0 | 0.39 | 0.33 | 0.10 | 350 | 0.64 | 0.73 |
| Hex | E6 | 8C | 9B | 0 | 27 | 21 | A | 15E | 40 | 49 |
| Octal | 346 | 214 | 233 | 0 | 47 | 41 | 12 | 536 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10011011 | 0 | 100111 | 100001 | 1010 | 101011110 | 1000000 | 1001001 |
Color Harmonies of #E68C9B
Complementary color
Monochromatic Colors of #E68C9B
Black with #E68C9B
Text Example
Text Example
White with #E68C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C9B; }
p { color: rgb(230,140,155); }
H1.HeaderClassName
{
color: #E68C9B;
}
.AnyTagClassName
{
color: #E68C9B;
}
</style>
background-color css
<style>
a { background-color: #E68C9B; }
a { background-color: rgb(230,140,155); }
div.DivClassName
{
background-color: #E68C9B;
}
.BgClassName
{
background-color: #E68C9B;
}
</style>
border-color css
<style>
span { border-color: #E68C9B; }
span { border-color: rgb(230,140,155); }
td.TdClassName
{
border-color: #E68C9B;
}
.TagClassName
{
border-color: #E68C9B;
}
</style>