Shades of Watusi #EACBBB
Tints of Watusi #EACBBB
RGB
CMYK
RGB Variations
Color information
#EACBBB (or 0xEACBBB) is known color: Watusi. HEX triplet: EA, CB and BB. RGB value is (234,203,187). Sum of RGB (Red+Green+Blue) = 234+203+187=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBBB is #153444. Grayscale: #D2D2D2. Windows color (decimal): -1389637 or 12307434. OLE color: 12307434.
HSL color Cylindrical-coordinate representation of color #EACBBB: hue angle of 20.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACBBB is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 187 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.08 |
| HSL | 20.43º | 0.53% | 0.83% | - |
| HSV(B) | 20.43º | 0.2% | 0.92% | - |
| XYZ | 64.26 | 63.79 | 55.94 | - |
| YUV | 210.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 187 | 0 | 0.13 | 0.20 | 0.08 | 20.43 | 0.53 | 0.83 |
| Hex | EA | CB | BB | 0 | D | 14 | 8 | 14 | 35 | 53 |
| Octal | 352 | 313 | 273 | 0 | 15 | 24 | 10 | 24 | 65 | 123 |
| Binary | 11101010 | 11001011 | 10111011 | 0 | 1101 | 10100 | 1000 | 10100 | 110101 | 1010011 |
Color Harmonies of #EACBBB
Complementary color
Monochromatic Colors of #EACBBB
Black with #EACBBB
Text Example
Text Example
White with #EACBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBBB; }
p { color: rgb(234,203,187); }
H1.HeaderClassName
{
color: #EACBBB;
}
.AnyTagClassName
{
color: #EACBBB;
}
</style>
background-color css
<style>
a { background-color: #EACBBB; }
a { background-color: rgb(234,203,187); }
div.DivClassName
{
background-color: #EACBBB;
}
.BgClassName
{
background-color: #EACBBB;
}
</style>
border-color css
<style>
span { border-color: #EACBBB; }
span { border-color: rgb(234,203,187); }
td.TdClassName
{
border-color: #EACBBB;
}
.TagClassName
{
border-color: #EACBBB;
}
</style>