Shades of Kobi #E293AD
Tints of Kobi #E293AD
RGB
CMYK
RGB Variations
Color information
#E293AD (or 0xE293AD) is known color: Kobi. HEX triplet: E2, 93 and AD. RGB value is (226,147,173). Sum of RGB (Red+Green+Blue) = 226+147+173=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E293AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E293AD is #1D6C52. Grayscale: #ADADAD. Windows color (decimal): -1928275 or 11375586. OLE color: 11375586.
HSL color Cylindrical-coordinate representation of color #E293AD: hue angle of 340.25º degrees, saturation: 0.58, 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 #E293AD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 173 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.11 |
| HSL | 340.25º | 0.58% | 0.73% | - |
| HSV(B) | 340.25º | 0.35% | 0.89% | - |
| XYZ | 49.34 | 40.05 | 44.67 | - |
| YUV | 173.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 173 | 0 | 0.35 | 0.23 | 0.11 | 340.25 | 0.58 | 0.73 |
| Hex | E2 | 93 | AD | 0 | 23 | 17 | B | 154 | 3A | 49 |
| Octal | 342 | 223 | 255 | 0 | 43 | 27 | 13 | 524 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10101101 | 0 | 100011 | 10111 | 1011 | 101010100 | 111010 | 1001001 |
Color Harmonies of #E293AD
Complementary color
Monochromatic Colors of #E293AD
Black with #E293AD
Text Example
Text Example
White with #E293AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293AD; }
p { color: rgb(226,147,173); }
H1.HeaderClassName
{
color: #E293AD;
}
.AnyTagClassName
{
color: #E293AD;
}
</style>
background-color css
<style>
a { background-color: #E293AD; }
a { background-color: rgb(226,147,173); }
div.DivClassName
{
background-color: #E293AD;
}
.BgClassName
{
background-color: #E293AD;
}
</style>
border-color css
<style>
span { border-color: #E293AD; }
span { border-color: rgb(226,147,173); }
td.TdClassName
{
border-color: #E293AD;
}
.TagClassName
{
border-color: #E293AD;
}
</style>