Shades of Kobi #E091A1
Tints of Kobi #E091A1
RGB
CMYK
RGB Variations
Color information
#E091A1 (or 0xE091A1) is known color: Kobi. HEX triplet: E0, 91 and A1. RGB value is (224,145,161). Sum of RGB (Red+Green+Blue) = 224+145+161=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E091A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E091A1 is #1F6E5E. Grayscale: #AAAAAA. Windows color (decimal): -2059871 or 10588640. OLE color: 10588640.
HSL color Cylindrical-coordinate representation of color #E091A1: hue angle of 347.85º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091A1 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 161 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.12 |
| HSL | 347.85º | 0.56% | 0.72% | - |
| HSV(B) | 347.85º | 0.35% | 0.88% | - |
| XYZ | 47.3 | 38.67 | 38.69 | - |
| YUV | 170.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 161 | 0 | 0.35 | 0.28 | 0.12 | 347.85 | 0.56 | 0.72 |
| Hex | E0 | 91 | A1 | 0 | 23 | 1C | C | 15C | 38 | 48 |
| Octal | 340 | 221 | 241 | 0 | 43 | 34 | 14 | 534 | 70 | 110 |
| Binary | 11100000 | 10010001 | 10100001 | 0 | 100011 | 11100 | 1100 | 101011100 | 111000 | 1001000 |
Color Harmonies of #E091A1
Complementary color
Monochromatic Colors of #E091A1
Black with #E091A1
Text Example
Text Example
White with #E091A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091A1; }
p { color: rgb(224,145,161); }
H1.HeaderClassName
{
color: #E091A1;
}
.AnyTagClassName
{
color: #E091A1;
}
</style>
background-color css
<style>
a { background-color: #E091A1; }
a { background-color: rgb(224,145,161); }
div.DivClassName
{
background-color: #E091A1;
}
.BgClassName
{
background-color: #E091A1;
}
</style>
border-color css
<style>
span { border-color: #E091A1; }
span { border-color: rgb(224,145,161); }
td.TdClassName
{
border-color: #E091A1;
}
.TagClassName
{
border-color: #E091A1;
}
</style>