Shades of Kobi #E68AAA
Tints of Kobi #E68AAA
RGB
CMYK
RGB Variations
Color information
#E68AAA (or 0xE68AAA) is known color: Kobi. HEX triplet: E6, 8A and AA. RGB value is (230,138,170). Sum of RGB (Red+Green+Blue) = 230+138+170=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AAA is #197555. Grayscale: #A9A9A9. Windows color (decimal): -1668438 or 11176678. OLE color: 11176678.
HSL color Cylindrical-coordinate representation of color #E68AAA: hue angle of 339.13º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AAA is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 170 | - |
| CMYK | 0 | 0.4 | 0.26 | 0.10 |
| HSL | 339.13º | 0.65% | 0.72% | - |
| HSV(B) | 339.13º | 0.4% | 0.9% | - |
| XYZ | 48.98 | 37.9 | 42.76 | - |
| YUV | 169.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 170 | 0 | 0.4 | 0.26 | 0.10 | 339.13 | 0.65 | 0.72 |
| Hex | E6 | 8A | AA | 0 | 28 | 1A | A | 153 | 41 | 48 |
| Octal | 346 | 212 | 252 | 0 | 50 | 32 | 12 | 523 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10101010 | 0 | 101000 | 11010 | 1010 | 101010011 | 1000001 | 1001000 |
Color Harmonies of #E68AAA
Complementary color
Monochromatic Colors of #E68AAA
Black with #E68AAA
Text Example
Text Example
White with #E68AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AAA; }
p { color: rgb(230,138,170); }
H1.HeaderClassName
{
color: #E68AAA;
}
.AnyTagClassName
{
color: #E68AAA;
}
</style>
background-color css
<style>
a { background-color: #E68AAA; }
a { background-color: rgb(230,138,170); }
div.DivClassName
{
background-color: #E68AAA;
}
.BgClassName
{
background-color: #E68AAA;
}
</style>
border-color css
<style>
span { border-color: #E68AAA; }
span { border-color: rgb(230,138,170); }
td.TdClassName
{
border-color: #E68AAA;
}
.TagClassName
{
border-color: #E68AAA;
}
</style>