Shades of Kobi #E096AF
Tints of Kobi #E096AF
RGB
CMYK
RGB Variations
Color information
#E096AF (or 0xE096AF) is known color: Kobi. HEX triplet: E0, 96 and AF. RGB value is (224,150,175). Sum of RGB (Red+Green+Blue) = 224+150+175=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E096AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E096AF is #1F6950. Grayscale: #AEAEAE. Windows color (decimal): -2058577 or 11507424. OLE color: 11507424.
HSL color Cylindrical-coordinate representation of color #E096AF: hue angle of 339.73º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E096AF is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 175 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.12 |
| HSL | 339.73º | 0.54% | 0.73% | - |
| HSV(B) | 339.73º | 0.33% | 0.88% | - |
| XYZ | 49.38 | 40.76 | 45.82 | - |
| YUV | 174.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 175 | 0 | 0.33 | 0.22 | 0.12 | 339.73 | 0.54 | 0.73 |
| Hex | E0 | 96 | AF | 0 | 21 | 16 | C | 154 | 36 | 49 |
| Octal | 340 | 226 | 257 | 0 | 41 | 26 | 14 | 524 | 66 | 111 |
| Binary | 11100000 | 10010110 | 10101111 | 0 | 100001 | 10110 | 1100 | 101010100 | 110110 | 1001001 |
Color Harmonies of #E096AF
Complementary color
Monochromatic Colors of #E096AF
Black with #E096AF
Text Example
Text Example
White with #E096AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E096AF; }
p { color: rgb(224,150,175); }
H1.HeaderClassName
{
color: #E096AF;
}
.AnyTagClassName
{
color: #E096AF;
}
</style>
background-color css
<style>
a { background-color: #E096AF; }
a { background-color: rgb(224,150,175); }
div.DivClassName
{
background-color: #E096AF;
}
.BgClassName
{
background-color: #E096AF;
}
</style>
border-color css
<style>
span { border-color: #E096AF; }
span { border-color: rgb(224,150,175); }
td.TdClassName
{
border-color: #E096AF;
}
.TagClassName
{
border-color: #E096AF;
}
</style>