Shades of Kobi #E19AB3
Tints of Kobi #E19AB3
RGB
CMYK
RGB Variations
Color information
#E19AB3 (or 0xE19AB3) is known color: Kobi. HEX triplet: E1, 9A and B3. RGB value is (225,154,179). Sum of RGB (Red+Green+Blue) = 225+154+179=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AB3 is #1E654C. Grayscale: #B2B2B2. Windows color (decimal): -1992013 or 11770593. OLE color: 11770593.
HSL color Cylindrical-coordinate representation of color #E19AB3: hue angle of 338.87º 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 #E19AB3 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 179 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.12 |
| HSL | 338.87º | 0.54% | 0.74% | - |
| HSV(B) | 338.87º | 0.32% | 0.88% | - |
| XYZ | 50.74 | 42.37 | 48.15 | - |
| YUV | 178.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 179 | 0 | 0.32 | 0.20 | 0.12 | 338.87 | 0.54 | 0.74 |
| Hex | E1 | 9A | B3 | 0 | 20 | 14 | C | 153 | 36 | 4A |
| Octal | 341 | 232 | 263 | 0 | 40 | 24 | 14 | 523 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10110011 | 0 | 100000 | 10100 | 1100 | 101010011 | 110110 | 1001010 |
Color Harmonies of #E19AB3
Complementary color
Monochromatic Colors of #E19AB3
Black with #E19AB3
Text Example
Text Example
White with #E19AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AB3; }
p { color: rgb(225,154,179); }
H1.HeaderClassName
{
color: #E19AB3;
}
.AnyTagClassName
{
color: #E19AB3;
}
</style>
background-color css
<style>
a { background-color: #E19AB3; }
a { background-color: rgb(225,154,179); }
div.DivClassName
{
background-color: #E19AB3;
}
.BgClassName
{
background-color: #E19AB3;
}
</style>
border-color css
<style>
span { border-color: #E19AB3; }
span { border-color: rgb(225,154,179); }
td.TdClassName
{
border-color: #E19AB3;
}
.TagClassName
{
border-color: #E19AB3;
}
</style>