Shades of Kobi #E599AC
Tints of Kobi #E599AC
RGB
CMYK
RGB Variations
Color information
#E599AC (or 0xE599AC) is known color: Kobi. HEX triplet: E5, 99 and AC. RGB value is (229,153,172). Sum of RGB (Red+Green+Blue) = 229+153+172=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E599AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E599AC is #1A6653. Grayscale: #B1B1B1. Windows color (decimal): -1730132 or 11311589. OLE color: 11311589.
HSL color Cylindrical-coordinate representation of color #E599AC: hue angle of 345º 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 #E599AC is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 172 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.10 |
| HSL | 345º | 0.59% | 0.75% | - |
| HSV(B) | 345º | 0.33% | 0.9% | - |
| XYZ | 51.15 | 42.42 | 44.52 | - |
| YUV | 177.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 172 | 0 | 0.33 | 0.25 | 0.10 | 345 | 0.59 | 0.75 |
| Hex | E5 | 99 | AC | 0 | 21 | 19 | A | 159 | 3B | 4B |
| Octal | 345 | 231 | 254 | 0 | 41 | 31 | 12 | 531 | 73 | 113 |
| Binary | 11100101 | 10011001 | 10101100 | 0 | 100001 | 11001 | 1010 | 101011001 | 111011 | 1001011 |
Color Harmonies of #E599AC
Complementary color
Monochromatic Colors of #E599AC
Black with #E599AC
Text Example
Text Example
White with #E599AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E599AC; }
p { color: rgb(229,153,172); }
H1.HeaderClassName
{
color: #E599AC;
}
.AnyTagClassName
{
color: #E599AC;
}
</style>
background-color css
<style>
a { background-color: #E599AC; }
a { background-color: rgb(229,153,172); }
div.DivClassName
{
background-color: #E599AC;
}
.BgClassName
{
background-color: #E599AC;
}
</style>
border-color css
<style>
span { border-color: #E599AC; }
span { border-color: rgb(229,153,172); }
td.TdClassName
{
border-color: #E599AC;
}
.TagClassName
{
border-color: #E599AC;
}
</style>