Shades of Kobi #E68EA5
Tints of Kobi #E68EA5
RGB
CMYK
RGB Variations
Color information
#E68EA5 (or 0xE68EA5) is known color: Kobi. HEX triplet: E6, 8E and A5. RGB value is (230,142,165). Sum of RGB (Red+Green+Blue) = 230+142+165=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68EA5 is #19715A. Grayscale: #AAAAAA. Windows color (decimal): -1667419 or 10850022. OLE color: 10850022.
HSL color Cylindrical-coordinate representation of color #E68EA5: hue angle of 344.32º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68EA5 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 165 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.10 |
| HSL | 344.32º | 0.64% | 0.73% | - |
| HSV(B) | 344.32º | 0.38% | 0.9% | - |
| XYZ | 49.1 | 38.89 | 40.52 | - |
| YUV | 170.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 165 | 0 | 0.38 | 0.28 | 0.10 | 344.32 | 0.64 | 0.73 |
| Hex | E6 | 8E | A5 | 0 | 26 | 1C | A | 158 | 40 | 49 |
| Octal | 346 | 216 | 245 | 0 | 46 | 34 | 12 | 530 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10100101 | 0 | 100110 | 11100 | 1010 | 101011000 | 1000000 | 1001001 |
Color Harmonies of #E68EA5
Complementary color
Monochromatic Colors of #E68EA5
Black with #E68EA5
Text Example
Text Example
White with #E68EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EA5; }
p { color: rgb(230,142,165); }
H1.HeaderClassName
{
color: #E68EA5;
}
.AnyTagClassName
{
color: #E68EA5;
}
</style>
background-color css
<style>
a { background-color: #E68EA5; }
a { background-color: rgb(230,142,165); }
div.DivClassName
{
background-color: #E68EA5;
}
.BgClassName
{
background-color: #E68EA5;
}
</style>
border-color css
<style>
span { border-color: #E68EA5; }
span { border-color: rgb(230,142,165); }
td.TdClassName
{
border-color: #E68EA5;
}
.TagClassName
{
border-color: #E68EA5;
}
</style>