Shades of Kobi #E181A6
Tints of Kobi #E181A6
RGB
CMYK
RGB Variations
Color information
#E181A6 (or 0xE181A6) is known color: Kobi. HEX triplet: E1, 81 and A6. RGB value is (225,129,166). Sum of RGB (Red+Green+Blue) = 225+129+166=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E181A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181A6 is #1E7E59. Grayscale: #A1A1A1. Windows color (decimal): -1998426 or 10912225. OLE color: 10912225.
HSL color Cylindrical-coordinate representation of color #E181A6: hue angle of 336.88º 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 #E181A6 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 166 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.12 |
| HSL | 336.88º | 0.62% | 0.69% | - |
| HSV(B) | 336.88º | 0.43% | 0.88% | - |
| XYZ | 45.78 | 34.46 | 40.31 | - |
| YUV | 161.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 166 | 0 | 0.43 | 0.26 | 0.12 | 336.88 | 0.62 | 0.69 |
| Hex | E1 | 81 | A6 | 0 | 2B | 1A | C | 151 | 3E | 45 |
| Octal | 341 | 201 | 246 | 0 | 53 | 32 | 14 | 521 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10100110 | 0 | 101011 | 11010 | 1100 | 101010001 | 111110 | 1000101 |
Color Harmonies of #E181A6
Complementary color
Monochromatic Colors of #E181A6
Black with #E181A6
Text Example
Text Example
White with #E181A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181A6; }
p { color: rgb(225,129,166); }
H1.HeaderClassName
{
color: #E181A6;
}
.AnyTagClassName
{
color: #E181A6;
}
</style>
background-color css
<style>
a { background-color: #E181A6; }
a { background-color: rgb(225,129,166); }
div.DivClassName
{
background-color: #E181A6;
}
.BgClassName
{
background-color: #E181A6;
}
</style>
border-color css
<style>
span { border-color: #E181A6; }
span { border-color: rgb(225,129,166); }
td.TdClassName
{
border-color: #E181A6;
}
.TagClassName
{
border-color: #E181A6;
}
</style>