Shades of Kobi #E190AC
Tints of Kobi #E190AC
RGB
CMYK
RGB Variations
Color information
#E190AC (or 0xE190AC) is known color: Kobi. HEX triplet: E1, 90 and AC. RGB value is (225,144,172). Sum of RGB (Red+Green+Blue) = 225+144+172=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E190AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190AC is #1E6F53. Grayscale: #ABABAB. Windows color (decimal): -1994580 or 11309281. OLE color: 11309281.
HSL color Cylindrical-coordinate representation of color #E190AC: hue angle of 339.26º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190AC is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 172 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.12 |
| HSL | 339.26º | 0.57% | 0.72% | - |
| HSV(B) | 339.26º | 0.36% | 0.88% | - |
| XYZ | 48.47 | 38.93 | 43.99 | - |
| YUV | 171.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 172 | 0 | 0.36 | 0.24 | 0.12 | 339.26 | 0.57 | 0.72 |
| Hex | E1 | 90 | AC | 0 | 24 | 18 | C | 153 | 39 | 48 |
| Octal | 341 | 220 | 254 | 0 | 44 | 30 | 14 | 523 | 71 | 110 |
| Binary | 11100001 | 10010000 | 10101100 | 0 | 100100 | 11000 | 1100 | 101010011 | 111001 | 1001000 |
Color Harmonies of #E190AC
Complementary color
Monochromatic Colors of #E190AC
Black with #E190AC
Text Example
Text Example
White with #E190AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190AC; }
p { color: rgb(225,144,172); }
H1.HeaderClassName
{
color: #E190AC;
}
.AnyTagClassName
{
color: #E190AC;
}
</style>
background-color css
<style>
a { background-color: #E190AC; }
a { background-color: rgb(225,144,172); }
div.DivClassName
{
background-color: #E190AC;
}
.BgClassName
{
background-color: #E190AC;
}
</style>
border-color css
<style>
span { border-color: #E190AC; }
span { border-color: rgb(225,144,172); }
td.TdClassName
{
border-color: #E190AC;
}
.TagClassName
{
border-color: #E190AC;
}
</style>