Shades of Wewak #E1969A
Tints of Wewak #E1969A
RGB
CMYK
RGB Variations
Color information
#E1969A (or 0xE1969A) is known color: Wewak. HEX triplet: E1, 96 and 9A. RGB value is (225,150,154). Sum of RGB (Red+Green+Blue) = 225+150+154=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1969A is #1E6965. Grayscale: #ACACAC. Windows color (decimal): -1993062 or 10131169. OLE color: 10131169.
HSL color Cylindrical-coordinate representation of color #E1969A: hue angle of 356.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1969A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 154 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.12 |
| HSL | 356.8º | 0.56% | 0.74% | - |
| HSV(B) | 356.8º | 0.33% | 0.88% | - |
| XYZ | 47.79 | 40.15 | 35.8 | - |
| YUV | 172.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 154 | 0 | 0.33 | 0.32 | 0.12 | 356.8 | 0.56 | 0.74 |
| Hex | E1 | 96 | 9A | 0 | 21 | 20 | C | 165 | 38 | 4A |
| Octal | 341 | 226 | 232 | 0 | 41 | 40 | 14 | 545 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10011010 | 0 | 100001 | 100000 | 1100 | 101100101 | 111000 | 1001010 |
Color Harmonies of #E1969A
Complementary color
Monochromatic Colors of #E1969A
Black with #E1969A
Text Example
Text Example
White with #E1969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1969A; }
p { color: rgb(225,150,154); }
H1.HeaderClassName
{
color: #E1969A;
}
.AnyTagClassName
{
color: #E1969A;
}
</style>
background-color css
<style>
a { background-color: #E1969A; }
a { background-color: rgb(225,150,154); }
div.DivClassName
{
background-color: #E1969A;
}
.BgClassName
{
background-color: #E1969A;
}
</style>
border-color css
<style>
span { border-color: #E1969A; }
span { border-color: rgb(225,150,154); }
td.TdClassName
{
border-color: #E1969A;
}
.TagClassName
{
border-color: #E1969A;
}
</style>