Shades of Kobi #E88AAA
Tints of Kobi #E88AAA
RGB
CMYK
RGB Variations
Color information
#E88AAA (or 0xE88AAA) is known color: Kobi. HEX triplet: E8, 8A and AA. RGB value is (232,138,170). Sum of RGB (Red+Green+Blue) = 232+138+170=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E88AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88AAA is #177555. Grayscale: #A9A9A9. Windows color (decimal): -1537366 or 11176680. OLE color: 11176680.
HSL color Cylindrical-coordinate representation of color #E88AAA: hue angle of 339.57º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88AAA is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 170 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.09 |
| HSL | 339.57º | 0.67% | 0.73% | - |
| HSV(B) | 339.57º | 0.41% | 0.91% | - |
| XYZ | 49.62 | 38.24 | 42.79 | - |
| YUV | 169.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 170 | 0 | 0.41 | 0.27 | 0.09 | 339.57 | 0.67 | 0.73 |
| Hex | E8 | 8A | AA | 0 | 29 | 1B | 9 | 154 | 43 | 49 |
| Octal | 350 | 212 | 252 | 0 | 51 | 33 | 11 | 524 | 103 | 111 |
| Binary | 11101000 | 10001010 | 10101010 | 0 | 101001 | 11011 | 1001 | 101010100 | 1000011 | 1001001 |
Color Harmonies of #E88AAA
Complementary color
Monochromatic Colors of #E88AAA
Black with #E88AAA
Text Example
Text Example
White with #E88AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88AAA; }
p { color: rgb(232,138,170); }
H1.HeaderClassName
{
color: #E88AAA;
}
.AnyTagClassName
{
color: #E88AAA;
}
</style>
background-color css
<style>
a { background-color: #E88AAA; }
a { background-color: rgb(232,138,170); }
div.DivClassName
{
background-color: #E88AAA;
}
.BgClassName
{
background-color: #E88AAA;
}
</style>
border-color css
<style>
span { border-color: #E88AAA; }
span { border-color: rgb(232,138,170); }
td.TdClassName
{
border-color: #E88AAA;
}
.TagClassName
{
border-color: #E88AAA;
}
</style>