Shades of Kobi #E585AC
Tints of Kobi #E585AC
RGB
CMYK
RGB Variations
Color information
#E585AC (or 0xE585AC) is known color: Kobi. HEX triplet: E5, 85 and AC. RGB value is (229,133,172). Sum of RGB (Red+Green+Blue) = 229+133+172=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E585AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E585AC is #1A7A53. Grayscale: #A6A6A6. Windows color (decimal): -1735252 or 11306469. OLE color: 11306469.
HSL color Cylindrical-coordinate representation of color #E585AC: hue angle of 335.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585AC is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 172 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.10 |
| HSL | 335.63º | 0.65% | 0.71% | - |
| HSV(B) | 335.63º | 0.42% | 0.9% | - |
| XYZ | 48.15 | 36.41 | 43.52 | - |
| YUV | 166.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 172 | 0 | 0.42 | 0.25 | 0.10 | 335.63 | 0.65 | 0.71 |
| Hex | E5 | 85 | AC | 0 | 2A | 19 | A | 150 | 41 | 47 |
| Octal | 345 | 205 | 254 | 0 | 52 | 31 | 12 | 520 | 101 | 107 |
| Binary | 11100101 | 10000101 | 10101100 | 0 | 101010 | 11001 | 1010 | 101010000 | 1000001 | 1000111 |
Color Harmonies of #E585AC
Complementary color
Monochromatic Colors of #E585AC
Black with #E585AC
Text Example
Text Example
White with #E585AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585AC; }
p { color: rgb(229,133,172); }
H1.HeaderClassName
{
color: #E585AC;
}
.AnyTagClassName
{
color: #E585AC;
}
</style>
background-color css
<style>
a { background-color: #E585AC; }
a { background-color: rgb(229,133,172); }
div.DivClassName
{
background-color: #E585AC;
}
.BgClassName
{
background-color: #E585AC;
}
</style>
border-color css
<style>
span { border-color: #E585AC; }
span { border-color: rgb(229,133,172); }
td.TdClassName
{
border-color: #E585AC;
}
.TagClassName
{
border-color: #E585AC;
}
</style>