Shades of Kobi #E180A5
Tints of Kobi #E180A5
RGB
CMYK
RGB Variations
Color information
#E180A5 (or 0xE180A5) is known color: Kobi. HEX triplet: E1, 80 and A5. RGB value is (225,128,165). Sum of RGB (Red+Green+Blue) = 225+128+165=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E180A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180A5 is #1E7F5A. Grayscale: #A1A1A1. Windows color (decimal): -1998683 or 10846433. OLE color: 10846433.
HSL color Cylindrical-coordinate representation of color #E180A5: hue angle of 337.11º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180A5 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 165 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.12 |
| HSL | 337.11º | 0.62% | 0.69% | - |
| HSV(B) | 337.11º | 0.43% | 0.88% | - |
| XYZ | 45.56 | 34.16 | 39.79 | - |
| YUV | 161.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 165 | 0 | 0.43 | 0.27 | 0.12 | 337.11 | 0.62 | 0.69 |
| Hex | E1 | 80 | A5 | 0 | 2B | 1B | C | 151 | 3E | 45 |
| Octal | 341 | 200 | 245 | 0 | 53 | 33 | 14 | 521 | 76 | 105 |
| Binary | 11100001 | 10000000 | 10100101 | 0 | 101011 | 11011 | 1100 | 101010001 | 111110 | 1000101 |
Color Harmonies of #E180A5
Complementary color
Monochromatic Colors of #E180A5
Black with #E180A5
Text Example
Text Example
White with #E180A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180A5; }
p { color: rgb(225,128,165); }
H1.HeaderClassName
{
color: #E180A5;
}
.AnyTagClassName
{
color: #E180A5;
}
</style>
background-color css
<style>
a { background-color: #E180A5; }
a { background-color: rgb(225,128,165); }
div.DivClassName
{
background-color: #E180A5;
}
.BgClassName
{
background-color: #E180A5;
}
</style>
border-color css
<style>
span { border-color: #E180A5; }
span { border-color: rgb(225,128,165); }
td.TdClassName
{
border-color: #E180A5;
}
.TagClassName
{
border-color: #E180A5;
}
</style>