Shades of Kobi #E28EAA
Tints of Kobi #E28EAA
RGB
CMYK
RGB Variations
Color information
#E28EAA (or 0xE28EAA) is known color: Kobi. HEX triplet: E2, 8E and AA. RGB value is (226,142,170). Sum of RGB (Red+Green+Blue) = 226+142+170=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E28EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28EAA is #1D7155. Grayscale: #AAAAAA. Windows color (decimal): -1929558 or 11177698. OLE color: 11177698.
HSL color Cylindrical-coordinate representation of color #E28EAA: hue angle of 340º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E28EAA is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 170 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.11 |
| HSL | 340º | 0.59% | 0.72% | - |
| HSV(B) | 340º | 0.37% | 0.89% | - |
| XYZ | 48.29 | 38.42 | 42.9 | - |
| YUV | 170.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 170 | 0 | 0.37 | 0.25 | 0.11 | 340 | 0.59 | 0.72 |
| Hex | E2 | 8E | AA | 0 | 25 | 19 | B | 154 | 3B | 48 |
| Octal | 342 | 216 | 252 | 0 | 45 | 31 | 13 | 524 | 73 | 110 |
| Binary | 11100010 | 10001110 | 10101010 | 0 | 100101 | 11001 | 1011 | 101010100 | 111011 | 1001000 |
Color Harmonies of #E28EAA
Complementary color
Monochromatic Colors of #E28EAA
Black with #E28EAA
Text Example
Text Example
White with #E28EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EAA; }
p { color: rgb(226,142,170); }
H1.HeaderClassName
{
color: #E28EAA;
}
.AnyTagClassName
{
color: #E28EAA;
}
</style>
background-color css
<style>
a { background-color: #E28EAA; }
a { background-color: rgb(226,142,170); }
div.DivClassName
{
background-color: #E28EAA;
}
.BgClassName
{
background-color: #E28EAA;
}
</style>
border-color css
<style>
span { border-color: #E28EAA; }
span { border-color: rgb(226,142,170); }
td.TdClassName
{
border-color: #E28EAA;
}
.TagClassName
{
border-color: #E28EAA;
}
</style>