Shades of Wewak #E6969C
Tints of Wewak #E6969C
RGB
CMYK
RGB Variations
Color information
#E6969C (or 0xE6969C) is known color: Wewak. HEX triplet: E6, 96 and 9C. RGB value is (230,150,156). Sum of RGB (Red+Green+Blue) = 230+150+156=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6969C is #196963. Grayscale: #AEAEAE. Windows color (decimal): -1665380 or 10262246. OLE color: 10262246.
HSL color Cylindrical-coordinate representation of color #E6969C: hue angle of 355.5º 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 #E6969C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 156 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.10 |
| HSL | 355.5º | 0.62% | 0.75% | - |
| HSV(B) | 355.5º | 0.35% | 0.9% | - |
| XYZ | 49.54 | 41.04 | 36.76 | - |
| YUV | 174.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 156 | 0 | 0.35 | 0.32 | 0.10 | 355.5 | 0.62 | 0.75 |
| Hex | E6 | 96 | 9C | 0 | 23 | 20 | A | 164 | 3E | 4B |
| Octal | 346 | 226 | 234 | 0 | 43 | 40 | 12 | 544 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10011100 | 0 | 100011 | 100000 | 1010 | 101100100 | 111110 | 1001011 |
Color Harmonies of #E6969C
Complementary color
Monochromatic Colors of #E6969C
Black with #E6969C
Text Example
Text Example
White with #E6969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6969C; }
p { color: rgb(230,150,156); }
H1.HeaderClassName
{
color: #E6969C;
}
.AnyTagClassName
{
color: #E6969C;
}
</style>
background-color css
<style>
a { background-color: #E6969C; }
a { background-color: rgb(230,150,156); }
div.DivClassName
{
background-color: #E6969C;
}
.BgClassName
{
background-color: #E6969C;
}
</style>
border-color css
<style>
span { border-color: #E6969C; }
span { border-color: rgb(230,150,156); }
td.TdClassName
{
border-color: #E6969C;
}
.TagClassName
{
border-color: #E6969C;
}
</style>