Shades of Kobi #E68AA7
Tints of Kobi #E68AA7
RGB
CMYK
RGB Variations
Color information
#E68AA7 (or 0xE68AA7) is known color: Kobi. HEX triplet: E6, 8A and A7. RGB value is (230,138,167). Sum of RGB (Red+Green+Blue) = 230+138+167=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AA7 is #197558. Grayscale: #A8A8A8. Windows color (decimal): -1668441 or 10980070. OLE color: 10980070.
HSL color Cylindrical-coordinate representation of color #E68AA7: hue angle of 341.09º 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 #E68AA7 is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 167 | - |
| CMYK | 0 | 0.4 | 0.27 | 0.10 |
| HSL | 341.09º | 0.65% | 0.72% | - |
| HSV(B) | 341.09º | 0.4% | 0.9% | - |
| XYZ | 48.7 | 37.79 | 41.29 | - |
| YUV | 168.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 167 | 0 | 0.4 | 0.27 | 0.10 | 341.09 | 0.65 | 0.72 |
| Hex | E6 | 8A | A7 | 0 | 28 | 1B | A | 155 | 41 | 48 |
| Octal | 346 | 212 | 247 | 0 | 50 | 33 | 12 | 525 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10100111 | 0 | 101000 | 11011 | 1010 | 101010101 | 1000001 | 1001000 |
Color Harmonies of #E68AA7
Complementary color
Monochromatic Colors of #E68AA7
Black with #E68AA7
Text Example
Text Example
White with #E68AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AA7; }
p { color: rgb(230,138,167); }
H1.HeaderClassName
{
color: #E68AA7;
}
.AnyTagClassName
{
color: #E68AA7;
}
</style>
background-color css
<style>
a { background-color: #E68AA7; }
a { background-color: rgb(230,138,167); }
div.DivClassName
{
background-color: #E68AA7;
}
.BgClassName
{
background-color: #E68AA7;
}
</style>
border-color css
<style>
span { border-color: #E68AA7; }
span { border-color: rgb(230,138,167); }
td.TdClassName
{
border-color: #E68AA7;
}
.TagClassName
{
border-color: #E68AA7;
}
</style>