Shades of Wewak #E1969C
Tints of Wewak #E1969C
RGB
CMYK
RGB Variations
Color information
#E1969C (or 0xE1969C) is known color: Wewak. HEX triplet: E1, 96 and 9C. RGB value is (225,150,156). Sum of RGB (Red+Green+Blue) = 225+150+156=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1969C is #1E6963. Grayscale: #ADADAD. Windows color (decimal): -1993060 or 10262241. OLE color: 10262241.
HSL color Cylindrical-coordinate representation of color #E1969C: hue angle of 355.2º 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 #E1969C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 156 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.12 |
| HSL | 355.2º | 0.56% | 0.74% | - |
| HSV(B) | 355.2º | 0.33% | 0.88% | - |
| XYZ | 47.96 | 40.22 | 36.69 | - |
| YUV | 173.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 156 | 0 | 0.33 | 0.31 | 0.12 | 355.2 | 0.56 | 0.74 |
| Hex | E1 | 96 | 9C | 0 | 21 | 1F | C | 163 | 38 | 4A |
| Octal | 341 | 226 | 234 | 0 | 41 | 37 | 14 | 543 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10011100 | 0 | 100001 | 11111 | 1100 | 101100011 | 111000 | 1001010 |
Color Harmonies of #E1969C
Complementary color
Monochromatic Colors of #E1969C
Black with #E1969C
Text Example
Text Example
White with #E1969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1969C; }
p { color: rgb(225,150,156); }
H1.HeaderClassName
{
color: #E1969C;
}
.AnyTagClassName
{
color: #E1969C;
}
</style>
background-color css
<style>
a { background-color: #E1969C; }
a { background-color: rgb(225,150,156); }
div.DivClassName
{
background-color: #E1969C;
}
.BgClassName
{
background-color: #E1969C;
}
</style>
border-color css
<style>
span { border-color: #E1969C; }
span { border-color: rgb(225,150,156); }
td.TdClassName
{
border-color: #E1969C;
}
.TagClassName
{
border-color: #E1969C;
}
</style>