Shades of Kobi #E594AC
Tints of Kobi #E594AC
RGB
CMYK
RGB Variations
Color information
#E594AC (or 0xE594AC) is known color: Kobi. HEX triplet: E5, 94 and AC. RGB value is (229,148,172). Sum of RGB (Red+Green+Blue) = 229+148+172=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E594AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594AC is #1A6B53. Grayscale: #AEAEAE. Windows color (decimal): -1731412 or 11310309. OLE color: 11310309.
HSL color Cylindrical-coordinate representation of color #E594AC: hue angle of 342.22º 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 #E594AC is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 172 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.10 |
| HSL | 342.22º | 0.61% | 0.74% | - |
| HSV(B) | 342.22º | 0.35% | 0.9% | - |
| XYZ | 50.35 | 40.82 | 44.25 | - |
| YUV | 174.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 172 | 0 | 0.35 | 0.25 | 0.10 | 342.22 | 0.61 | 0.74 |
| Hex | E5 | 94 | AC | 0 | 23 | 19 | A | 156 | 3D | 4A |
| Octal | 345 | 224 | 254 | 0 | 43 | 31 | 12 | 526 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10101100 | 0 | 100011 | 11001 | 1010 | 101010110 | 111101 | 1001010 |
Color Harmonies of #E594AC
Complementary color
Monochromatic Colors of #E594AC
Black with #E594AC
Text Example
Text Example
White with #E594AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594AC; }
p { color: rgb(229,148,172); }
H1.HeaderClassName
{
color: #E594AC;
}
.AnyTagClassName
{
color: #E594AC;
}
</style>
background-color css
<style>
a { background-color: #E594AC; }
a { background-color: rgb(229,148,172); }
div.DivClassName
{
background-color: #E594AC;
}
.BgClassName
{
background-color: #E594AC;
}
</style>
border-color css
<style>
span { border-color: #E594AC; }
span { border-color: rgb(229,148,172); }
td.TdClassName
{
border-color: #E594AC;
}
.TagClassName
{
border-color: #E594AC;
}
</style>