Shades of Wewak #EA969C
Tints of Wewak #EA969C
RGB
CMYK
RGB Variations
Color information
#EA969C (or 0xEA969C) is known color: Wewak. HEX triplet: EA, 96 and 9C. RGB value is (234,150,156). Sum of RGB (Red+Green+Blue) = 234+150+156=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA969C is #156963. Grayscale: #AFAFAF. Windows color (decimal): -1403236 or 10262250. OLE color: 10262250.
HSL color Cylindrical-coordinate representation of color #EA969C: hue angle of 355.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA969C is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 156 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.08 |
| HSL | 355.71º | 0.67% | 0.75% | - |
| HSV(B) | 355.71º | 0.36% | 0.92% | - |
| XYZ | 50.84 | 41.71 | 36.82 | - |
| YUV | 175.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 156 | 0 | 0.36 | 0.33 | 0.08 | 355.71 | 0.67 | 0.75 |
| Hex | EA | 96 | 9C | 0 | 24 | 21 | 8 | 164 | 43 | 4B |
| Octal | 352 | 226 | 234 | 0 | 44 | 41 | 10 | 544 | 103 | 113 |
| Binary | 11101010 | 10010110 | 10011100 | 0 | 100100 | 100001 | 1000 | 101100100 | 1000011 | 1001011 |
Color Harmonies of #EA969C
Complementary color
Monochromatic Colors of #EA969C
Black with #EA969C
Text Example
Text Example
White with #EA969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA969C; }
p { color: rgb(234,150,156); }
H1.HeaderClassName
{
color: #EA969C;
}
.AnyTagClassName
{
color: #EA969C;
}
</style>
background-color css
<style>
a { background-color: #EA969C; }
a { background-color: rgb(234,150,156); }
div.DivClassName
{
background-color: #EA969C;
}
.BgClassName
{
background-color: #EA969C;
}
</style>
border-color css
<style>
span { border-color: #EA969C; }
span { border-color: rgb(234,150,156); }
td.TdClassName
{
border-color: #EA969C;
}
.TagClassName
{
border-color: #EA969C;
}
</style>