Shades of Kobi #E68AB1
Tints of Kobi #E68AB1
RGB
CMYK
RGB Variations
Color information
#E68AB1 (or 0xE68AB1) is known color: Kobi. HEX triplet: E6, 8A and B1. RGB value is (230,138,177). Sum of RGB (Red+Green+Blue) = 230+138+177=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AB1 is #19754E. Grayscale: #A9A9A9. Windows color (decimal): -1668431 or 11635430. OLE color: 11635430.
HSL color Cylindrical-coordinate representation of color #E68AB1: hue angle of 334.57º 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 #E68AB1 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 177 | - |
| CMYK | 0 | 0.4 | 0.23 | 0.10 |
| HSL | 334.57º | 0.65% | 0.72% | - |
| HSV(B) | 334.57º | 0.4% | 0.9% | - |
| XYZ | 49.66 | 38.17 | 46.35 | - |
| YUV | 169.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 177 | 0 | 0.4 | 0.23 | 0.10 | 334.57 | 0.65 | 0.72 |
| Hex | E6 | 8A | B1 | 0 | 28 | 17 | A | 14F | 41 | 48 |
| Octal | 346 | 212 | 261 | 0 | 50 | 27 | 12 | 517 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10110001 | 0 | 101000 | 10111 | 1010 | 101001111 | 1000001 | 1001000 |
Color Harmonies of #E68AB1
Complementary color
Monochromatic Colors of #E68AB1
Black with #E68AB1
Text Example
Text Example
White with #E68AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AB1; }
p { color: rgb(230,138,177); }
H1.HeaderClassName
{
color: #E68AB1;
}
.AnyTagClassName
{
color: #E68AB1;
}
</style>
background-color css
<style>
a { background-color: #E68AB1; }
a { background-color: rgb(230,138,177); }
div.DivClassName
{
background-color: #E68AB1;
}
.BgClassName
{
background-color: #E68AB1;
}
</style>
border-color css
<style>
span { border-color: #E68AB1; }
span { border-color: rgb(230,138,177); }
td.TdClassName
{
border-color: #E68AB1;
}
.TagClassName
{
border-color: #E68AB1;
}
</style>