Shades of Kobi #E19AAA
Tints of Kobi #E19AAA
RGB
CMYK
RGB Variations
Color information
#E19AAA (or 0xE19AAA) is known color: Kobi. HEX triplet: E1, 9A and AA. RGB value is (225,154,170). Sum of RGB (Red+Green+Blue) = 225+154+170=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AAA is #1E6555. Grayscale: #B1B1B1. Windows color (decimal): -1992022 or 11180769. OLE color: 11180769.
HSL color Cylindrical-coordinate representation of color #E19AAA: hue angle of 346.48º 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 #E19AAA is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 170 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.12 |
| HSL | 346.48º | 0.54% | 0.74% | - |
| HSV(B) | 346.48º | 0.32% | 0.88% | - |
| XYZ | 49.86 | 42.02 | 43.51 | - |
| YUV | 177.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 170 | 0 | 0.32 | 0.24 | 0.12 | 346.48 | 0.54 | 0.74 |
| Hex | E1 | 9A | AA | 0 | 20 | 18 | C | 15A | 36 | 4A |
| Octal | 341 | 232 | 252 | 0 | 40 | 30 | 14 | 532 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10101010 | 0 | 100000 | 11000 | 1100 | 101011010 | 110110 | 1001010 |
Color Harmonies of #E19AAA
Complementary color
Monochromatic Colors of #E19AAA
Black with #E19AAA
Text Example
Text Example
White with #E19AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AAA; }
p { color: rgb(225,154,170); }
H1.HeaderClassName
{
color: #E19AAA;
}
.AnyTagClassName
{
color: #E19AAA;
}
</style>
background-color css
<style>
a { background-color: #E19AAA; }
a { background-color: rgb(225,154,170); }
div.DivClassName
{
background-color: #E19AAA;
}
.BgClassName
{
background-color: #E19AAA;
}
</style>
border-color css
<style>
span { border-color: #E19AAA; }
span { border-color: rgb(225,154,170); }
td.TdClassName
{
border-color: #E19AAA;
}
.TagClassName
{
border-color: #E19AAA;
}
</style>