Shades of Kobi #E393AF
Tints of Kobi #E393AF
RGB
CMYK
RGB Variations
Color information
#E393AF (or 0xE393AF) is known color: Kobi. HEX triplet: E3, 93 and AF. RGB value is (227,147,175). Sum of RGB (Red+Green+Blue) = 227+147+175=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E393AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E393AF is #1C6C50. Grayscale: #AEAEAE. Windows color (decimal): -1862737 or 11506659. OLE color: 11506659.
HSL color Cylindrical-coordinate representation of color #E393AF: hue angle of 339º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E393AF is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 175 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.11 |
| HSL | 339º | 0.59% | 0.73% | - |
| HSV(B) | 339º | 0.35% | 0.89% | - |
| XYZ | 49.85 | 40.29 | 45.71 | - |
| YUV | 174.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 175 | 0 | 0.35 | 0.23 | 0.11 | 339 | 0.59 | 0.73 |
| Hex | E3 | 93 | AF | 0 | 23 | 17 | B | 153 | 3B | 49 |
| Octal | 343 | 223 | 257 | 0 | 43 | 27 | 13 | 523 | 73 | 111 |
| Binary | 11100011 | 10010011 | 10101111 | 0 | 100011 | 10111 | 1011 | 101010011 | 111011 | 1001001 |
Color Harmonies of #E393AF
Complementary color
Monochromatic Colors of #E393AF
Black with #E393AF
Text Example
Text Example
White with #E393AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E393AF; }
p { color: rgb(227,147,175); }
H1.HeaderClassName
{
color: #E393AF;
}
.AnyTagClassName
{
color: #E393AF;
}
</style>
background-color css
<style>
a { background-color: #E393AF; }
a { background-color: rgb(227,147,175); }
div.DivClassName
{
background-color: #E393AF;
}
.BgClassName
{
background-color: #E393AF;
}
</style>
border-color css
<style>
span { border-color: #E393AF; }
span { border-color: rgb(227,147,175); }
td.TdClassName
{
border-color: #E393AF;
}
.TagClassName
{
border-color: #E393AF;
}
</style>