Shades of Kobi #E293A4
Tints of Kobi #E293A4
RGB
CMYK
RGB Variations
Color information
#E293A4 (or 0xE293A4) is known color: Kobi. HEX triplet: E2, 93 and A4. RGB value is (226,147,164). Sum of RGB (Red+Green+Blue) = 226+147+164=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E293A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E293A4 is #1D6C5B. Grayscale: #ACACAC. Windows color (decimal): -1928284 or 10785762. OLE color: 10785762.
HSL color Cylindrical-coordinate representation of color #E293A4: hue angle of 347.09º 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 #E293A4 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 164 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.11 |
| HSL | 347.09º | 0.58% | 0.73% | - |
| HSV(B) | 347.09º | 0.35% | 0.89% | - |
| XYZ | 48.5 | 39.72 | 40.23 | - |
| YUV | 172.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 164 | 0 | 0.35 | 0.27 | 0.11 | 347.09 | 0.58 | 0.73 |
| Hex | E2 | 93 | A4 | 0 | 23 | 1B | B | 15B | 3A | 49 |
| Octal | 342 | 223 | 244 | 0 | 43 | 33 | 13 | 533 | 72 | 111 |
| Binary | 11100010 | 10010011 | 10100100 | 0 | 100011 | 11011 | 1011 | 101011011 | 111010 | 1001001 |
Color Harmonies of #E293A4
Complementary color
Monochromatic Colors of #E293A4
Black with #E293A4
Text Example
Text Example
White with #E293A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E293A4; }
p { color: rgb(226,147,164); }
H1.HeaderClassName
{
color: #E293A4;
}
.AnyTagClassName
{
color: #E293A4;
}
</style>
background-color css
<style>
a { background-color: #E293A4; }
a { background-color: rgb(226,147,164); }
div.DivClassName
{
background-color: #E293A4;
}
.BgClassName
{
background-color: #E293A4;
}
</style>
border-color css
<style>
span { border-color: #E293A4; }
span { border-color: rgb(226,147,164); }
td.TdClassName
{
border-color: #E293A4;
}
.TagClassName
{
border-color: #E293A4;
}
</style>