Shades of Kobi #E19AAD
Tints of Kobi #E19AAD
RGB
CMYK
RGB Variations
Color information
#E19AAD (or 0xE19AAD) is known color: Kobi. HEX triplet: E1, 9A and AD. RGB value is (225,154,173). Sum of RGB (Red+Green+Blue) = 225+154+173=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AAD is #1E6552. Grayscale: #B1B1B1. Windows color (decimal): -1992019 or 11377377. OLE color: 11377377.
HSL color Cylindrical-coordinate representation of color #E19AAD: hue angle of 343.94º 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 #E19AAD is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 173 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.12 |
| HSL | 343.94º | 0.54% | 0.74% | - |
| HSV(B) | 343.94º | 0.32% | 0.88% | - |
| XYZ | 50.15 | 42.14 | 45.03 | - |
| YUV | 177.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 173 | 0 | 0.32 | 0.23 | 0.12 | 343.94 | 0.54 | 0.74 |
| Hex | E1 | 9A | AD | 0 | 20 | 17 | C | 158 | 36 | 4A |
| Octal | 341 | 232 | 255 | 0 | 40 | 27 | 14 | 530 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10101101 | 0 | 100000 | 10111 | 1100 | 101011000 | 110110 | 1001010 |
Color Harmonies of #E19AAD
Complementary color
Monochromatic Colors of #E19AAD
Black with #E19AAD
Text Example
Text Example
White with #E19AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AAD; }
p { color: rgb(225,154,173); }
H1.HeaderClassName
{
color: #E19AAD;
}
.AnyTagClassName
{
color: #E19AAD;
}
</style>
background-color css
<style>
a { background-color: #E19AAD; }
a { background-color: rgb(225,154,173); }
div.DivClassName
{
background-color: #E19AAD;
}
.BgClassName
{
background-color: #E19AAD;
}
</style>
border-color css
<style>
span { border-color: #E19AAD; }
span { border-color: rgb(225,154,173); }
td.TdClassName
{
border-color: #E19AAD;
}
.TagClassName
{
border-color: #E19AAD;
}
</style>