Shades of Kobi #E1A2B0
Tints of Kobi #E1A2B0
RGB
CMYK
RGB Variations
Color information
#E1A2B0 (or 0xE1A2B0) is known color: Kobi. HEX triplet: E1, A2 and B0. RGB value is (225,162,176). Sum of RGB (Red+Green+Blue) = 225+162+176=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A2B0 is #1E5D4F. Grayscale: #B6B6B6. Windows color (decimal): -1989968 or 11576033. OLE color: 11576033.
HSL color Cylindrical-coordinate representation of color #E1A2B0: hue angle of 346.67º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A2B0 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 176 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.12 |
| HSL | 346.67º | 0.51% | 0.76% | - |
| HSV(B) | 346.67º | 0.28% | 0.88% | - |
| XYZ | 51.81 | 44.98 | 47.03 | - |
| YUV | 182.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 176 | 0 | 0.28 | 0.22 | 0.12 | 346.67 | 0.51 | 0.76 |
| Hex | E1 | A2 | B0 | 0 | 1C | 16 | C | 15B | 33 | 4C |
| Octal | 341 | 242 | 260 | 0 | 34 | 26 | 14 | 533 | 63 | 114 |
| Binary | 11100001 | 10100010 | 10110000 | 0 | 11100 | 10110 | 1100 | 101011011 | 110011 | 1001100 |
Color Harmonies of #E1A2B0
Complementary color
Monochromatic Colors of #E1A2B0
Black with #E1A2B0
Text Example
Text Example
White with #E1A2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A2B0; }
p { color: rgb(225,162,176); }
H1.HeaderClassName
{
color: #E1A2B0;
}
.AnyTagClassName
{
color: #E1A2B0;
}
</style>
background-color css
<style>
a { background-color: #E1A2B0; }
a { background-color: rgb(225,162,176); }
div.DivClassName
{
background-color: #E1A2B0;
}
.BgClassName
{
background-color: #E1A2B0;
}
</style>
border-color css
<style>
span { border-color: #E1A2B0; }
span { border-color: rgb(225,162,176); }
td.TdClassName
{
border-color: #E1A2B0;
}
.TagClassName
{
border-color: #E1A2B0;
}
</style>