Shades of Kobi #E68EB3
Tints of Kobi #E68EB3
RGB
CMYK
RGB Variations
Color information
#E68EB3 (or 0xE68EB3) is known color: Kobi. HEX triplet: E6, 8E and B3. RGB value is (230,142,179). Sum of RGB (Red+Green+Blue) = 230+142+179=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68EB3 is #19714C. Grayscale: #ACACAC. Windows color (decimal): -1667405 or 11767526. OLE color: 11767526.
HSL color Cylindrical-coordinate representation of color #E68EB3: hue angle of 334.77º 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 #E68EB3 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 179 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.10 |
| HSL | 334.77º | 0.64% | 0.73% | - |
| HSV(B) | 334.77º | 0.38% | 0.9% | - |
| XYZ | 50.44 | 39.42 | 47.6 | - |
| YUV | 172.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 179 | 0 | 0.38 | 0.22 | 0.10 | 334.77 | 0.64 | 0.73 |
| Hex | E6 | 8E | B3 | 0 | 26 | 16 | A | 14F | 40 | 49 |
| Octal | 346 | 216 | 263 | 0 | 46 | 26 | 12 | 517 | 100 | 111 |
| Binary | 11100110 | 10001110 | 10110011 | 0 | 100110 | 10110 | 1010 | 101001111 | 1000000 | 1001001 |
Color Harmonies of #E68EB3
Complementary color
Monochromatic Colors of #E68EB3
Black with #E68EB3
Text Example
Text Example
White with #E68EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68EB3; }
p { color: rgb(230,142,179); }
H1.HeaderClassName
{
color: #E68EB3;
}
.AnyTagClassName
{
color: #E68EB3;
}
</style>
background-color css
<style>
a { background-color: #E68EB3; }
a { background-color: rgb(230,142,179); }
div.DivClassName
{
background-color: #E68EB3;
}
.BgClassName
{
background-color: #E68EB3;
}
</style>
border-color css
<style>
span { border-color: #E68EB3; }
span { border-color: rgb(230,142,179); }
td.TdClassName
{
border-color: #E68EB3;
}
.TagClassName
{
border-color: #E68EB3;
}
</style>