Shades of Kobi #E68DB3
Tints of Kobi #E68DB3
RGB
CMYK
RGB Variations
Color information
#E68DB3 (or 0xE68DB3) is known color: Kobi. HEX triplet: E6, 8D and B3. RGB value is (230,141,179). Sum of RGB (Red+Green+Blue) = 230+141+179=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DB3 is #19724C. Grayscale: #ABABAB. Windows color (decimal): -1667661 or 11767270. OLE color: 11767270.
HSL color Cylindrical-coordinate representation of color #E68DB3: hue angle of 334.38º 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 #E68DB3 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 179 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.10 |
| HSL | 334.38º | 0.64% | 0.73% | - |
| HSV(B) | 334.38º | 0.39% | 0.9% | - |
| XYZ | 50.29 | 39.13 | 47.55 | - |
| YUV | 171.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 179 | 0 | 0.39 | 0.22 | 0.10 | 334.38 | 0.64 | 0.73 |
| Hex | E6 | 8D | B3 | 0 | 27 | 16 | A | 14E | 40 | 49 |
| Octal | 346 | 215 | 263 | 0 | 47 | 26 | 12 | 516 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10110011 | 0 | 100111 | 10110 | 1010 | 101001110 | 1000000 | 1001001 |
Color Harmonies of #E68DB3
Complementary color
Monochromatic Colors of #E68DB3
Black with #E68DB3
Text Example
Text Example
White with #E68DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DB3; }
p { color: rgb(230,141,179); }
H1.HeaderClassName
{
color: #E68DB3;
}
.AnyTagClassName
{
color: #E68DB3;
}
</style>
background-color css
<style>
a { background-color: #E68DB3; }
a { background-color: rgb(230,141,179); }
div.DivClassName
{
background-color: #E68DB3;
}
.BgClassName
{
background-color: #E68DB3;
}
</style>
border-color css
<style>
span { border-color: #E68DB3; }
span { border-color: rgb(230,141,179); }
td.TdClassName
{
border-color: #E68DB3;
}
.TagClassName
{
border-color: #E68DB3;
}
</style>