Shades of Kobi #E68EAA
Tints of Kobi #E68EAA
RGB
CMYK
RGB Variations
Color information
#E68EAA (or 0xE68EAA) is known color: Kobi. HEX triplet: E6, 8E and AA. RGB value is (230,142,170). Sum of RGB (Red+Green+Blue) = 230+142+170=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68EAA is #197155. Grayscale: #ABABAB. Windows color (decimal): -1667414 or 11177702. OLE color: 11177702.
HSL color Cylindrical-coordinate representation of color #E68EAA: hue angle of 340.91º 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 #E68EAA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 170 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.10 |
| HSL | 340.91º | 0.64% | 0.73% | - |
| HSV(B) | 340.91º | 0.38% | 0.9% | - |
| XYZ | 49.56 | 39.07 | 42.96 | - |
| YUV | 171.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 170 | 0 | 0.38 | 0.26 | 0.10 | 340.91 | 0.64 | 0.73 |
| Hex | E6 | 8E | AA | 0 | 26 | 1A | A | 155 | 40 | 49 |
| Octal | 346 | 216 | 252 | 0 | 46 | 32 | 12 | 525 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10101010 | 0 | 100110 | 11010 | 1010 | 101010101 | 1000000 | 1001001 |
Color Harmonies of #E68EAA
Complementary color
Monochromatic Colors of #E68EAA
Black with #E68EAA
Text Example
Text Example
White with #E68EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EAA; }
p { color: rgb(230,142,170); }
H1.HeaderClassName
{
color: #E68EAA;
}
.AnyTagClassName
{
color: #E68EAA;
}
</style>
background-color css
<style>
a { background-color: #E68EAA; }
a { background-color: rgb(230,142,170); }
div.DivClassName
{
background-color: #E68EAA;
}
.BgClassName
{
background-color: #E68EAA;
}
</style>
border-color css
<style>
span { border-color: #E68EAA; }
span { border-color: rgb(230,142,170); }
td.TdClassName
{
border-color: #E68EAA;
}
.TagClassName
{
border-color: #E68EAA;
}
</style>