Shades of Wewak #E6969B
Tints of Wewak #E6969B
RGB
CMYK
RGB Variations
Color information
#E6969B (or 0xE6969B) is known color: Wewak. HEX triplet: E6, 96 and 9B. RGB value is (230,150,155). Sum of RGB (Red+Green+Blue) = 230+150+155=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6969B is #196964. Grayscale: #AEAEAE. Windows color (decimal): -1665381 or 10196710. OLE color: 10196710.
HSL color Cylindrical-coordinate representation of color #E6969B: hue angle of 356.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6969B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 155 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.10 |
| HSL | 356.25º | 0.62% | 0.75% | - |
| HSV(B) | 356.25º | 0.35% | 0.9% | - |
| XYZ | 49.46 | 41 | 36.32 | - |
| YUV | 174.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 155 | 0 | 0.35 | 0.33 | 0.10 | 356.25 | 0.62 | 0.75 |
| Hex | E6 | 96 | 9B | 0 | 23 | 21 | A | 164 | 3E | 4B |
| Octal | 346 | 226 | 233 | 0 | 43 | 41 | 12 | 544 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10011011 | 0 | 100011 | 100001 | 1010 | 101100100 | 111110 | 1001011 |
Color Harmonies of #E6969B
Complementary color
Monochromatic Colors of #E6969B
Black with #E6969B
Text Example
Text Example
White with #E6969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6969B; }
p { color: rgb(230,150,155); }
H1.HeaderClassName
{
color: #E6969B;
}
.AnyTagClassName
{
color: #E6969B;
}
</style>
background-color css
<style>
a { background-color: #E6969B; }
a { background-color: rgb(230,150,155); }
div.DivClassName
{
background-color: #E6969B;
}
.BgClassName
{
background-color: #E6969B;
}
</style>
border-color css
<style>
span { border-color: #E6969B; }
span { border-color: rgb(230,150,155); }
td.TdClassName
{
border-color: #E6969B;
}
.TagClassName
{
border-color: #E6969B;
}
</style>