Shades of Kobi #E68BA5
Tints of Kobi #E68BA5
RGB
CMYK
RGB Variations
Color information
#E68BA5 (or 0xE68BA5) is known color: Kobi. HEX triplet: E6, 8B and A5. RGB value is (230,139,165). Sum of RGB (Red+Green+Blue) = 230+139+165=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BA5 is #19745A. Grayscale: #A9A9A9. Windows color (decimal): -1668187 or 10849254. OLE color: 10849254.
HSL color Cylindrical-coordinate representation of color #E68BA5: hue angle of 342.86º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68BA5 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 165 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.10 |
| HSL | 342.86º | 0.65% | 0.72% | - |
| HSV(B) | 342.86º | 0.4% | 0.9% | - |
| XYZ | 48.66 | 38 | 40.37 | - |
| YUV | 169.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 165 | 0 | 0.40 | 0.28 | 0.10 | 342.86 | 0.65 | 0.72 |
| Hex | E6 | 8B | A5 | 0 | 28 | 1C | A | 157 | 41 | 48 |
| Octal | 346 | 213 | 245 | 0 | 50 | 34 | 12 | 527 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10100101 | 0 | 101000 | 11100 | 1010 | 101010111 | 1000001 | 1001000 |
Color Harmonies of #E68BA5
Complementary color
Monochromatic Colors of #E68BA5
Black with #E68BA5
Text Example
Text Example
White with #E68BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BA5; }
p { color: rgb(230,139,165); }
H1.HeaderClassName
{
color: #E68BA5;
}
.AnyTagClassName
{
color: #E68BA5;
}
</style>
background-color css
<style>
a { background-color: #E68BA5; }
a { background-color: rgb(230,139,165); }
div.DivClassName
{
background-color: #E68BA5;
}
.BgClassName
{
background-color: #E68BA5;
}
</style>
border-color css
<style>
span { border-color: #E68BA5; }
span { border-color: rgb(230,139,165); }
td.TdClassName
{
border-color: #E68BA5;
}
.TagClassName
{
border-color: #E68BA5;
}
</style>