Shades of Kobi #E091AD
Tints of Kobi #E091AD
RGB
CMYK
RGB Variations
Color information
#E091AD (or 0xE091AD) is known color: Kobi. HEX triplet: E0, 91 and AD. RGB value is (224,145,173). Sum of RGB (Red+Green+Blue) = 224+145+173=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E091AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E091AD is #1F6E52. Grayscale: #ABABAB. Windows color (decimal): -2059859 or 11375072. OLE color: 11375072.
HSL color Cylindrical-coordinate representation of color #E091AD: hue angle of 338.73º 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 #E091AD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 173 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.12 |
| HSL | 338.73º | 0.56% | 0.72% | - |
| HSV(B) | 338.73º | 0.35% | 0.88% | - |
| XYZ | 48.41 | 39.12 | 44.53 | - |
| YUV | 171.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 173 | 0 | 0.35 | 0.23 | 0.12 | 338.73 | 0.56 | 0.72 |
| Hex | E0 | 91 | AD | 0 | 23 | 17 | C | 153 | 38 | 48 |
| Octal | 340 | 221 | 255 | 0 | 43 | 27 | 14 | 523 | 70 | 110 |
| Binary | 11100000 | 10010001 | 10101101 | 0 | 100011 | 10111 | 1100 | 101010011 | 111000 | 1001000 |
Color Harmonies of #E091AD
Complementary color
Monochromatic Colors of #E091AD
Black with #E091AD
Text Example
Text Example
White with #E091AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091AD; }
p { color: rgb(224,145,173); }
H1.HeaderClassName
{
color: #E091AD;
}
.AnyTagClassName
{
color: #E091AD;
}
</style>
background-color css
<style>
a { background-color: #E091AD; }
a { background-color: rgb(224,145,173); }
div.DivClassName
{
background-color: #E091AD;
}
.BgClassName
{
background-color: #E091AD;
}
</style>
border-color css
<style>
span { border-color: #E091AD; }
span { border-color: rgb(224,145,173); }
td.TdClassName
{
border-color: #E091AD;
}
.TagClassName
{
border-color: #E091AD;
}
</style>