Shades of Kobi #E19AA4
Tints of Kobi #E19AA4
RGB
CMYK
RGB Variations
Color information
#E19AA4 (or 0xE19AA4) is known color: Kobi. HEX triplet: E1, 9A and A4. RGB value is (225,154,164). Sum of RGB (Red+Green+Blue) = 225+154+164=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AA4 is #1E655B. Grayscale: #B0B0B0. Windows color (decimal): -1992028 or 10787553. OLE color: 10787553.
HSL color Cylindrical-coordinate representation of color #E19AA4: hue angle of 351.55º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AA4 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 164 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.12 |
| HSL | 351.55º | 0.54% | 0.74% | - |
| HSV(B) | 351.55º | 0.32% | 0.88% | - |
| XYZ | 49.31 | 41.8 | 40.59 | - |
| YUV | 176.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 164 | 0 | 0.32 | 0.27 | 0.12 | 351.55 | 0.54 | 0.74 |
| Hex | E1 | 9A | A4 | 0 | 20 | 1B | C | 160 | 36 | 4A |
| Octal | 341 | 232 | 244 | 0 | 40 | 33 | 14 | 540 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10100100 | 0 | 100000 | 11011 | 1100 | 101100000 | 110110 | 1001010 |
Color Harmonies of #E19AA4
Complementary color
Monochromatic Colors of #E19AA4
Black with #E19AA4
Text Example
Text Example
White with #E19AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AA4; }
p { color: rgb(225,154,164); }
H1.HeaderClassName
{
color: #E19AA4;
}
.AnyTagClassName
{
color: #E19AA4;
}
</style>
background-color css
<style>
a { background-color: #E19AA4; }
a { background-color: rgb(225,154,164); }
div.DivClassName
{
background-color: #E19AA4;
}
.BgClassName
{
background-color: #E19AA4;
}
</style>
border-color css
<style>
span { border-color: #E19AA4; }
span { border-color: rgb(225,154,164); }
td.TdClassName
{
border-color: #E19AA4;
}
.TagClassName
{
border-color: #E19AA4;
}
</style>