Shades of Kobi #E580AF
Tints of Kobi #E580AF
RGB
CMYK
RGB Variations
Color information
#E580AF (or 0xE580AF) is known color: Kobi. HEX triplet: E5, 80 and AF. RGB value is (229,128,175). Sum of RGB (Red+Green+Blue) = 229+128+175=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E580AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E580AF is #1A7F50. Grayscale: #A3A3A3. Windows color (decimal): -1736529 or 11501797. OLE color: 11501797.
HSL color Cylindrical-coordinate representation of color #E580AF: hue angle of 332.08º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580AF is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 175 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.10 |
| HSL | 332.08º | 0.66% | 0.7% | - |
| HSV(B) | 332.08º | 0.44% | 0.9% | - |
| XYZ | 47.77 | 35.19 | 44.83 | - |
| YUV | 163.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 175 | 0 | 0.44 | 0.24 | 0.10 | 332.08 | 0.66 | 0.7 |
| Hex | E5 | 80 | AF | 0 | 2C | 18 | A | 14C | 42 | 46 |
| Octal | 345 | 200 | 257 | 0 | 54 | 30 | 12 | 514 | 102 | 106 |
| Binary | 11100101 | 10000000 | 10101111 | 0 | 101100 | 11000 | 1010 | 101001100 | 1000010 | 1000110 |
Color Harmonies of #E580AF
Complementary color
Monochromatic Colors of #E580AF
Black with #E580AF
Text Example
Text Example
White with #E580AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E580AF; }
p { color: rgb(229,128,175); }
H1.HeaderClassName
{
color: #E580AF;
}
.AnyTagClassName
{
color: #E580AF;
}
</style>
background-color css
<style>
a { background-color: #E580AF; }
a { background-color: rgb(229,128,175); }
div.DivClassName
{
background-color: #E580AF;
}
.BgClassName
{
background-color: #E580AF;
}
</style>
border-color css
<style>
span { border-color: #E580AF; }
span { border-color: rgb(229,128,175); }
td.TdClassName
{
border-color: #E580AF;
}
.TagClassName
{
border-color: #E580AF;
}
</style>