Shades of Kobi #E68CB3
Tints of Kobi #E68CB3
RGB
CMYK
RGB Variations
Color information
#E68CB3 (or 0xE68CB3) is known color: Kobi. HEX triplet: E6, 8C and B3. RGB value is (230,140,179). Sum of RGB (Red+Green+Blue) = 230+140+179=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CB3 is #19734C. Grayscale: #ABABAB. Windows color (decimal): -1667917 or 11767014. OLE color: 11767014.
HSL color Cylindrical-coordinate representation of color #E68CB3: hue angle of 334º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CB3 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 179 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.10 |
| HSL | 334º | 0.64% | 0.73% | - |
| HSV(B) | 334º | 0.39% | 0.9% | - |
| XYZ | 50.15 | 38.83 | 47.5 | - |
| YUV | 171.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 179 | 0 | 0.39 | 0.22 | 0.10 | 334 | 0.64 | 0.73 |
| Hex | E6 | 8C | B3 | 0 | 27 | 16 | A | 14E | 40 | 49 |
| Octal | 346 | 214 | 263 | 0 | 47 | 26 | 12 | 516 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10110011 | 0 | 100111 | 10110 | 1010 | 101001110 | 1000000 | 1001001 |
Color Harmonies of #E68CB3
Complementary color
Monochromatic Colors of #E68CB3
Black with #E68CB3
Text Example
Text Example
White with #E68CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CB3; }
p { color: rgb(230,140,179); }
H1.HeaderClassName
{
color: #E68CB3;
}
.AnyTagClassName
{
color: #E68CB3;
}
</style>
background-color css
<style>
a { background-color: #E68CB3; }
a { background-color: rgb(230,140,179); }
div.DivClassName
{
background-color: #E68CB3;
}
.BgClassName
{
background-color: #E68CB3;
}
</style>
border-color css
<style>
span { border-color: #E68CB3; }
span { border-color: rgb(230,140,179); }
td.TdClassName
{
border-color: #E68CB3;
}
.TagClassName
{
border-color: #E68CB3;
}
</style>