Shades of Kobi #E181AA
Tints of Kobi #E181AA
RGB
CMYK
RGB Variations
Color information
#E181AA (or 0xE181AA) is known color: Kobi. HEX triplet: E1, 81 and AA. RGB value is (225,129,170). Sum of RGB (Red+Green+Blue) = 225+129+170=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E181AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181AA is #1E7E55. Grayscale: #A2A2A2. Windows color (decimal): -1998422 or 11174369. OLE color: 11174369.
HSL color Cylindrical-coordinate representation of color #E181AA: hue angle of 334.38º 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 #E181AA is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 170 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.12 |
| HSL | 334.38º | 0.62% | 0.69% | - |
| HSV(B) | 334.38º | 0.43% | 0.88% | - |
| XYZ | 46.16 | 34.61 | 42.28 | - |
| YUV | 162.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 170 | 0 | 0.43 | 0.24 | 0.12 | 334.38 | 0.62 | 0.69 |
| Hex | E1 | 81 | AA | 0 | 2B | 18 | C | 14E | 3E | 45 |
| Octal | 341 | 201 | 252 | 0 | 53 | 30 | 14 | 516 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10101010 | 0 | 101011 | 11000 | 1100 | 101001110 | 111110 | 1000101 |
Color Harmonies of #E181AA
Complementary color
Monochromatic Colors of #E181AA
Black with #E181AA
Text Example
Text Example
White with #E181AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181AA; }
p { color: rgb(225,129,170); }
H1.HeaderClassName
{
color: #E181AA;
}
.AnyTagClassName
{
color: #E181AA;
}
</style>
background-color css
<style>
a { background-color: #E181AA; }
a { background-color: rgb(225,129,170); }
div.DivClassName
{
background-color: #E181AA;
}
.BgClassName
{
background-color: #E181AA;
}
</style>
border-color css
<style>
span { border-color: #E181AA; }
span { border-color: rgb(225,129,170); }
td.TdClassName
{
border-color: #E181AA;
}
.TagClassName
{
border-color: #E181AA;
}
</style>