Shades of Kobi #E68AAF
Tints of Kobi #E68AAF
RGB
CMYK
RGB Variations
Color information
#E68AAF (or 0xE68AAF) is known color: Kobi. HEX triplet: E6, 8A and AF. RGB value is (230,138,175). Sum of RGB (Red+Green+Blue) = 230+138+175=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AAF is #197550. Grayscale: #A9A9A9. Windows color (decimal): -1668433 or 11504358. OLE color: 11504358.
HSL color Cylindrical-coordinate representation of color #E68AAF: hue angle of 335.87º 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 #E68AAF is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 175 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.10 |
| HSL | 335.87º | 0.65% | 0.72% | - |
| HSV(B) | 335.87º | 0.4% | 0.9% | - |
| XYZ | 49.46 | 38.1 | 45.3 | - |
| YUV | 169.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 175 | 0 | 0.4 | 0.24 | 0.10 | 335.87 | 0.65 | 0.72 |
| Hex | E6 | 8A | AF | 0 | 28 | 18 | A | 150 | 41 | 48 |
| Octal | 346 | 212 | 257 | 0 | 50 | 30 | 12 | 520 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10101111 | 0 | 101000 | 11000 | 1010 | 101010000 | 1000001 | 1001000 |
Color Harmonies of #E68AAF
Complementary color
Monochromatic Colors of #E68AAF
Black with #E68AAF
Text Example
Text Example
White with #E68AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AAF; }
p { color: rgb(230,138,175); }
H1.HeaderClassName
{
color: #E68AAF;
}
.AnyTagClassName
{
color: #E68AAF;
}
</style>
background-color css
<style>
a { background-color: #E68AAF; }
a { background-color: rgb(230,138,175); }
div.DivClassName
{
background-color: #E68AAF;
}
.BgClassName
{
background-color: #E68AAF;
}
</style>
border-color css
<style>
span { border-color: #E68AAF; }
span { border-color: rgb(230,138,175); }
td.TdClassName
{
border-color: #E68AAF;
}
.TagClassName
{
border-color: #E68AAF;
}
</style>