Shades of Kobi #E094AF
Tints of Kobi #E094AF
RGB
CMYK
RGB Variations
Color information
#E094AF (or 0xE094AF) is known color: Kobi. HEX triplet: E0, 94 and AF. RGB value is (224,148,175). Sum of RGB (Red+Green+Blue) = 224+148+175=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E094AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E094AF is #1F6B50. Grayscale: #ADADAD. Windows color (decimal): -2059089 or 11506912. OLE color: 11506912.
HSL color Cylindrical-coordinate representation of color #E094AF: hue angle of 338.68º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094AF is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 175 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.12 |
| HSL | 338.68º | 0.55% | 0.73% | - |
| HSV(B) | 338.68º | 0.34% | 0.88% | - |
| XYZ | 49.07 | 40.12 | 45.72 | - |
| YUV | 173.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 175 | 0 | 0.34 | 0.22 | 0.12 | 338.68 | 0.55 | 0.73 |
| Hex | E0 | 94 | AF | 0 | 22 | 16 | C | 153 | 37 | 49 |
| Octal | 340 | 224 | 257 | 0 | 42 | 26 | 14 | 523 | 67 | 111 |
| Binary | 11100000 | 10010100 | 10101111 | 0 | 100010 | 10110 | 1100 | 101010011 | 110111 | 1001001 |
Color Harmonies of #E094AF
Complementary color
Monochromatic Colors of #E094AF
Black with #E094AF
Text Example
Text Example
White with #E094AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094AF; }
p { color: rgb(224,148,175); }
H1.HeaderClassName
{
color: #E094AF;
}
.AnyTagClassName
{
color: #E094AF;
}
</style>
background-color css
<style>
a { background-color: #E094AF; }
a { background-color: rgb(224,148,175); }
div.DivClassName
{
background-color: #E094AF;
}
.BgClassName
{
background-color: #E094AF;
}
</style>
border-color css
<style>
span { border-color: #E094AF; }
span { border-color: rgb(224,148,175); }
td.TdClassName
{
border-color: #E094AF;
}
.TagClassName
{
border-color: #E094AF;
}
</style>