Shades of Wewak #E1969B
Tints of Wewak #E1969B
RGB
CMYK
RGB Variations
Color information
#E1969B (or 0xE1969B) is known color: Wewak. HEX triplet: E1, 96 and 9B. RGB value is (225,150,155). Sum of RGB (Red+Green+Blue) = 225+150+155=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1969B is #1E6964. Grayscale: #ADADAD. Windows color (decimal): -1993061 or 10196705. OLE color: 10196705.
HSL color Cylindrical-coordinate representation of color #E1969B: hue angle of 356º 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 #E1969B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 155 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.12 |
| HSL | 356º | 0.56% | 0.74% | - |
| HSV(B) | 356º | 0.33% | 0.88% | - |
| XYZ | 47.87 | 40.19 | 36.24 | - |
| YUV | 173 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 155 | 0 | 0.33 | 0.31 | 0.12 | 356 | 0.56 | 0.74 |
| Hex | E1 | 96 | 9B | 0 | 21 | 1F | C | 164 | 38 | 4A |
| Octal | 341 | 226 | 233 | 0 | 41 | 37 | 14 | 544 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10011011 | 0 | 100001 | 11111 | 1100 | 101100100 | 111000 | 1001010 |
Color Harmonies of #E1969B
Complementary color
Monochromatic Colors of #E1969B
Black with #E1969B
Text Example
Text Example
White with #E1969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1969B; }
p { color: rgb(225,150,155); }
H1.HeaderClassName
{
color: #E1969B;
}
.AnyTagClassName
{
color: #E1969B;
}
</style>
background-color css
<style>
a { background-color: #E1969B; }
a { background-color: rgb(225,150,155); }
div.DivClassName
{
background-color: #E1969B;
}
.BgClassName
{
background-color: #E1969B;
}
</style>
border-color css
<style>
span { border-color: #E1969B; }
span { border-color: rgb(225,150,155); }
td.TdClassName
{
border-color: #E1969B;
}
.TagClassName
{
border-color: #E1969B;
}
</style>