Shades of Wewak #E6969D
Tints of Wewak #E6969D
RGB
CMYK
RGB Variations
Color information
#E6969D (or 0xE6969D) is known color: Wewak. HEX triplet: E6, 96 and 9D. RGB value is (230,150,157). Sum of RGB (Red+Green+Blue) = 230+150+157=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6969D is #196962. Grayscale: #AEAEAE. Windows color (decimal): -1665379 or 10327782. OLE color: 10327782.
HSL color Cylindrical-coordinate representation of color #E6969D: hue angle of 354.75º 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 #E6969D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 157 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.10 |
| HSL | 354.75º | 0.62% | 0.75% | - |
| HSV(B) | 354.75º | 0.35% | 0.9% | - |
| XYZ | 49.63 | 41.07 | 37.21 | - |
| YUV | 174.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 157 | 0 | 0.35 | 0.32 | 0.10 | 354.75 | 0.62 | 0.75 |
| Hex | E6 | 96 | 9D | 0 | 23 | 20 | A | 163 | 3E | 4B |
| Octal | 346 | 226 | 235 | 0 | 43 | 40 | 12 | 543 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10011101 | 0 | 100011 | 100000 | 1010 | 101100011 | 111110 | 1001011 |
Color Harmonies of #E6969D
Complementary color
Monochromatic Colors of #E6969D
Black with #E6969D
Text Example
Text Example
White with #E6969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6969D; }
p { color: rgb(230,150,157); }
H1.HeaderClassName
{
color: #E6969D;
}
.AnyTagClassName
{
color: #E6969D;
}
</style>
background-color css
<style>
a { background-color: #E6969D; }
a { background-color: rgb(230,150,157); }
div.DivClassName
{
background-color: #E6969D;
}
.BgClassName
{
background-color: #E6969D;
}
</style>
border-color css
<style>
span { border-color: #E6969D; }
span { border-color: rgb(230,150,157); }
td.TdClassName
{
border-color: #E6969D;
}
.TagClassName
{
border-color: #E6969D;
}
</style>