Shades of Kobi #E59AB3
Tints of Kobi #E59AB3
RGB
CMYK
RGB Variations
Color information
#E59AB3 (or 0xE59AB3) is known color: Kobi. HEX triplet: E5, 9A and B3. RGB value is (229,154,179). Sum of RGB (Red+Green+Blue) = 229+154+179=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59AB3 is #1A654C. Grayscale: #B3B3B3. Windows color (decimal): -1729869 or 11770597. OLE color: 11770597.
HSL color Cylindrical-coordinate representation of color #E59AB3: hue angle of 340º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59AB3 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 179 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.10 |
| HSL | 340º | 0.59% | 0.75% | - |
| HSV(B) | 340º | 0.33% | 0.9% | - |
| XYZ | 52.01 | 43.02 | 48.21 | - |
| YUV | 179.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 179 | 0 | 0.33 | 0.22 | 0.10 | 340 | 0.59 | 0.75 |
| Hex | E5 | 9A | B3 | 0 | 21 | 16 | A | 154 | 3B | 4B |
| Octal | 345 | 232 | 263 | 0 | 41 | 26 | 12 | 524 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10110011 | 0 | 100001 | 10110 | 1010 | 101010100 | 111011 | 1001011 |
Color Harmonies of #E59AB3
Complementary color
Monochromatic Colors of #E59AB3
Black with #E59AB3
Text Example
Text Example
White with #E59AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AB3; }
p { color: rgb(229,154,179); }
H1.HeaderClassName
{
color: #E59AB3;
}
.AnyTagClassName
{
color: #E59AB3;
}
</style>
background-color css
<style>
a { background-color: #E59AB3; }
a { background-color: rgb(229,154,179); }
div.DivClassName
{
background-color: #E59AB3;
}
.BgClassName
{
background-color: #E59AB3;
}
</style>
border-color css
<style>
span { border-color: #E59AB3; }
span { border-color: rgb(229,154,179); }
td.TdClassName
{
border-color: #E59AB3;
}
.TagClassName
{
border-color: #E59AB3;
}
</style>