Shades of Kobi #E68AAB
Tints of Kobi #E68AAB
RGB
CMYK
RGB Variations
Color information
#E68AAB (or 0xE68AAB) is known color: Kobi. HEX triplet: E6, 8A and AB. RGB value is (230,138,171). Sum of RGB (Red+Green+Blue) = 230+138+171=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AAB is #197554. Grayscale: #A9A9A9. Windows color (decimal): -1668437 or 11242214. OLE color: 11242214.
HSL color Cylindrical-coordinate representation of color #E68AAB: hue angle of 338.48º 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 #E68AAB is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 171 | - |
| CMYK | 0 | 0.4 | 0.26 | 0.10 |
| HSL | 338.48º | 0.65% | 0.72% | - |
| HSV(B) | 338.48º | 0.4% | 0.9% | - |
| XYZ | 49.07 | 37.94 | 43.26 | - |
| YUV | 169.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 171 | 0 | 0.4 | 0.26 | 0.10 | 338.48 | 0.65 | 0.72 |
| Hex | E6 | 8A | AB | 0 | 28 | 1A | A | 152 | 41 | 48 |
| Octal | 346 | 212 | 253 | 0 | 50 | 32 | 12 | 522 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10101011 | 0 | 101000 | 11010 | 1010 | 101010010 | 1000001 | 1001000 |
Color Harmonies of #E68AAB
Complementary color
Monochromatic Colors of #E68AAB
Black with #E68AAB
Text Example
Text Example
White with #E68AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AAB; }
p { color: rgb(230,138,171); }
H1.HeaderClassName
{
color: #E68AAB;
}
.AnyTagClassName
{
color: #E68AAB;
}
</style>
background-color css
<style>
a { background-color: #E68AAB; }
a { background-color: rgb(230,138,171); }
div.DivClassName
{
background-color: #E68AAB;
}
.BgClassName
{
background-color: #E68AAB;
}
</style>
border-color css
<style>
span { border-color: #E68AAB; }
span { border-color: rgb(230,138,171); }
td.TdClassName
{
border-color: #E68AAB;
}
.TagClassName
{
border-color: #E68AAB;
}
</style>