Shades of Kobi #E18AA2
Tints of Kobi #E18AA2
RGB
CMYK
RGB Variations
Color information
#E18AA2 (or 0xE18AA2) is known color: Kobi. HEX triplet: E1, 8A and A2. RGB value is (225,138,162). Sum of RGB (Red+Green+Blue) = 225+138+162=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AA2 is #1E755D. Grayscale: #A6A6A6. Windows color (decimal): -1996126 or 10652385. OLE color: 10652385.
HSL color Cylindrical-coordinate representation of color #E18AA2: hue angle of 343.45º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18AA2 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 162 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.12 |
| HSL | 343.45º | 0.59% | 0.71% | - |
| HSV(B) | 343.45º | 0.39% | 0.88% | - |
| XYZ | 46.66 | 36.79 | 38.82 | - |
| YUV | 166.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 162 | 0 | 0.39 | 0.28 | 0.12 | 343.45 | 0.59 | 0.71 |
| Hex | E1 | 8A | A2 | 0 | 27 | 1C | C | 157 | 3B | 47 |
| Octal | 341 | 212 | 242 | 0 | 47 | 34 | 14 | 527 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10100010 | 0 | 100111 | 11100 | 1100 | 101010111 | 111011 | 1000111 |
Color Harmonies of #E18AA2
Complementary color
Monochromatic Colors of #E18AA2
Black with #E18AA2
Text Example
Text Example
White with #E18AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AA2; }
p { color: rgb(225,138,162); }
H1.HeaderClassName
{
color: #E18AA2;
}
.AnyTagClassName
{
color: #E18AA2;
}
</style>
background-color css
<style>
a { background-color: #E18AA2; }
a { background-color: rgb(225,138,162); }
div.DivClassName
{
background-color: #E18AA2;
}
.BgClassName
{
background-color: #E18AA2;
}
</style>
border-color css
<style>
span { border-color: #E18AA2; }
span { border-color: rgb(225,138,162); }
td.TdClassName
{
border-color: #E18AA2;
}
.TagClassName
{
border-color: #E18AA2;
}
</style>