Shades of Kobi #E18AAA
Tints of Kobi #E18AAA
RGB
CMYK
RGB Variations
Color information
#E18AAA (or 0xE18AAA) is known color: Kobi. HEX triplet: E1, 8A and AA. RGB value is (225,138,170). Sum of RGB (Red+Green+Blue) = 225+138+170=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18AAA is #1E7555. Grayscale: #A7A7A7. Windows color (decimal): -1996118 or 11176673. OLE color: 11176673.
HSL color Cylindrical-coordinate representation of color #E18AAA: hue angle of 337.93º 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 #E18AAA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 170 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.12 |
| HSL | 337.93º | 0.59% | 0.71% | - |
| HSV(B) | 337.93º | 0.39% | 0.88% | - |
| XYZ | 47.4 | 37.09 | 42.69 | - |
| YUV | 167.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 170 | 0 | 0.39 | 0.24 | 0.12 | 337.93 | 0.59 | 0.71 |
| Hex | E1 | 8A | AA | 0 | 27 | 18 | C | 152 | 3B | 47 |
| Octal | 341 | 212 | 252 | 0 | 47 | 30 | 14 | 522 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10101010 | 0 | 100111 | 11000 | 1100 | 101010010 | 111011 | 1000111 |
Color Harmonies of #E18AAA
Complementary color
Monochromatic Colors of #E18AAA
Black with #E18AAA
Text Example
Text Example
White with #E18AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AAA; }
p { color: rgb(225,138,170); }
H1.HeaderClassName
{
color: #E18AAA;
}
.AnyTagClassName
{
color: #E18AAA;
}
</style>
background-color css
<style>
a { background-color: #E18AAA; }
a { background-color: rgb(225,138,170); }
div.DivClassName
{
background-color: #E18AAA;
}
.BgClassName
{
background-color: #E18AAA;
}
</style>
border-color css
<style>
span { border-color: #E18AAA; }
span { border-color: rgb(225,138,170); }
td.TdClassName
{
border-color: #E18AAA;
}
.TagClassName
{
border-color: #E18AAA;
}
</style>