Shades of Kobi #E18AA5
Tints of Kobi #E18AA5
RGB
CMYK
RGB Variations
Color information
#E18AA5 (or 0xE18AA5) is known color: Kobi. HEX triplet: E1, 8A and A5. RGB value is (225,138,165). Sum of RGB (Red+Green+Blue) = 225+138+165=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AA5 is #1E755A. Grayscale: #A7A7A7. Windows color (decimal): -1996123 or 10848993. OLE color: 10848993.
HSL color Cylindrical-coordinate representation of color #E18AA5: hue angle of 341.38º 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 #E18AA5 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 165 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.12 |
| HSL | 341.38º | 0.59% | 0.71% | - |
| HSV(B) | 341.38º | 0.39% | 0.88% | - |
| XYZ | 46.93 | 36.9 | 40.25 | - |
| YUV | 167.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 165 | 0 | 0.39 | 0.27 | 0.12 | 341.38 | 0.59 | 0.71 |
| Hex | E1 | 8A | A5 | 0 | 27 | 1B | C | 155 | 3B | 47 |
| Octal | 341 | 212 | 245 | 0 | 47 | 33 | 14 | 525 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10100101 | 0 | 100111 | 11011 | 1100 | 101010101 | 111011 | 1000111 |
Color Harmonies of #E18AA5
Complementary color
Monochromatic Colors of #E18AA5
Black with #E18AA5
Text Example
Text Example
White with #E18AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AA5; }
p { color: rgb(225,138,165); }
H1.HeaderClassName
{
color: #E18AA5;
}
.AnyTagClassName
{
color: #E18AA5;
}
</style>
background-color css
<style>
a { background-color: #E18AA5; }
a { background-color: rgb(225,138,165); }
div.DivClassName
{
background-color: #E18AA5;
}
.BgClassName
{
background-color: #E18AA5;
}
</style>
border-color css
<style>
span { border-color: #E18AA5; }
span { border-color: rgb(225,138,165); }
td.TdClassName
{
border-color: #E18AA5;
}
.TagClassName
{
border-color: #E18AA5;
}
</style>