Shades of Kobi #E181A8
Tints of Kobi #E181A8
RGB
CMYK
RGB Variations
Color information
#E181A8 (or 0xE181A8) is known color: Kobi. HEX triplet: E1, 81 and A8. RGB value is (225,129,168). Sum of RGB (Red+Green+Blue) = 225+129+168=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E181A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181A8 is #1E7E57. Grayscale: #A2A2A2. Windows color (decimal): -1998424 or 11043297. OLE color: 11043297.
HSL color Cylindrical-coordinate representation of color #E181A8: hue angle of 335.62º 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 #E181A8 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 168 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.12 |
| HSL | 335.63º | 0.62% | 0.69% | - |
| HSV(B) | 335.63º | 0.43% | 0.88% | - |
| XYZ | 45.97 | 34.54 | 41.29 | - |
| YUV | 162.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 168 | 0 | 0.43 | 0.25 | 0.12 | 335.63 | 0.62 | 0.69 |
| Hex | E1 | 81 | A8 | 0 | 2B | 19 | C | 150 | 3E | 45 |
| Octal | 341 | 201 | 250 | 0 | 53 | 31 | 14 | 520 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10101000 | 0 | 101011 | 11001 | 1100 | 101010000 | 111110 | 1000101 |
Color Harmonies of #E181A8
Complementary color
Monochromatic Colors of #E181A8
Black with #E181A8
Text Example
Text Example
White with #E181A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181A8; }
p { color: rgb(225,129,168); }
H1.HeaderClassName
{
color: #E181A8;
}
.AnyTagClassName
{
color: #E181A8;
}
</style>
background-color css
<style>
a { background-color: #E181A8; }
a { background-color: rgb(225,129,168); }
div.DivClassName
{
background-color: #E181A8;
}
.BgClassName
{
background-color: #E181A8;
}
</style>
border-color css
<style>
span { border-color: #E181A8; }
span { border-color: rgb(225,129,168); }
td.TdClassName
{
border-color: #E181A8;
}
.TagClassName
{
border-color: #E181A8;
}
</style>