Shades of Kobi #E68AAC
Tints of Kobi #E68AAC
RGB
CMYK
RGB Variations
Color information
#E68AAC (or 0xE68AAC) is known color: Kobi. HEX triplet: E6, 8A and AC. RGB value is (230,138,172). Sum of RGB (Red+Green+Blue) = 230+138+172=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AAC is #197553. Grayscale: #A9A9A9. Windows color (decimal): -1668436 or 11307750. OLE color: 11307750.
HSL color Cylindrical-coordinate representation of color #E68AAC: hue angle of 337.83º 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 #E68AAC is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 172 | - |
| CMYK | 0 | 0.4 | 0.25 | 0.10 |
| HSL | 337.83º | 0.65% | 0.72% | - |
| HSV(B) | 337.83º | 0.4% | 0.9% | - |
| XYZ | 49.17 | 37.98 | 43.77 | - |
| YUV | 169.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 172 | 0 | 0.4 | 0.25 | 0.10 | 337.83 | 0.65 | 0.72 |
| Hex | E6 | 8A | AC | 0 | 28 | 19 | A | 152 | 41 | 48 |
| Octal | 346 | 212 | 254 | 0 | 50 | 31 | 12 | 522 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10101100 | 0 | 101000 | 11001 | 1010 | 101010010 | 1000001 | 1001000 |
Color Harmonies of #E68AAC
Complementary color
Monochromatic Colors of #E68AAC
Black with #E68AAC
Text Example
Text Example
White with #E68AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AAC; }
p { color: rgb(230,138,172); }
H1.HeaderClassName
{
color: #E68AAC;
}
.AnyTagClassName
{
color: #E68AAC;
}
</style>
background-color css
<style>
a { background-color: #E68AAC; }
a { background-color: rgb(230,138,172); }
div.DivClassName
{
background-color: #E68AAC;
}
.BgClassName
{
background-color: #E68AAC;
}
</style>
border-color css
<style>
span { border-color: #E68AAC; }
span { border-color: rgb(230,138,172); }
td.TdClassName
{
border-color: #E68AAC;
}
.TagClassName
{
border-color: #E68AAC;
}
</style>