Shades of Kobi #E594A6
Tints of Kobi #E594A6
RGB
CMYK
RGB Variations
Color information
#E594A6 (or 0xE594A6) is known color: Kobi. HEX triplet: E5, 94 and A6. RGB value is (229,148,166). Sum of RGB (Red+Green+Blue) = 229+148+166=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E594A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594A6 is #1A6B59. Grayscale: #AEAEAE. Windows color (decimal): -1731418 or 10917093. OLE color: 10917093.
HSL color Cylindrical-coordinate representation of color #E594A6: hue angle of 346.67º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594A6 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 166 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.10 |
| HSL | 346.67º | 0.61% | 0.74% | - |
| HSV(B) | 346.67º | 0.35% | 0.9% | - |
| XYZ | 49.79 | 40.59 | 41.29 | - |
| YUV | 174.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 166 | 0 | 0.35 | 0.28 | 0.10 | 346.67 | 0.61 | 0.74 |
| Hex | E5 | 94 | A6 | 0 | 23 | 1C | A | 15B | 3D | 4A |
| Octal | 345 | 224 | 246 | 0 | 43 | 34 | 12 | 533 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10100110 | 0 | 100011 | 11100 | 1010 | 101011011 | 111101 | 1001010 |
Color Harmonies of #E594A6
Complementary color
Monochromatic Colors of #E594A6
Black with #E594A6
Text Example
Text Example
White with #E594A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594A6; }
p { color: rgb(229,148,166); }
H1.HeaderClassName
{
color: #E594A6;
}
.AnyTagClassName
{
color: #E594A6;
}
</style>
background-color css
<style>
a { background-color: #E594A6; }
a { background-color: rgb(229,148,166); }
div.DivClassName
{
background-color: #E594A6;
}
.BgClassName
{
background-color: #E594A6;
}
</style>
border-color css
<style>
span { border-color: #E594A6; }
span { border-color: rgb(229,148,166); }
td.TdClassName
{
border-color: #E594A6;
}
.TagClassName
{
border-color: #E594A6;
}
</style>