Shades of Kobi #E68FAF
Tints of Kobi #E68FAF
RGB
CMYK
RGB Variations
Color information
#E68FAF (or 0xE68FAF) is known color: Kobi. HEX triplet: E6, 8F and AF. RGB value is (230,143,175). Sum of RGB (Red+Green+Blue) = 230+143+175=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FAF is #197050. Grayscale: #ACACAC. Windows color (decimal): -1667153 or 11505638. OLE color: 11505638.
HSL color Cylindrical-coordinate representation of color #E68FAF: hue angle of 337.93º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FAF is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 175 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.10 |
| HSL | 337.93º | 0.64% | 0.73% | - |
| HSV(B) | 337.93º | 0.38% | 0.9% | - |
| XYZ | 50.19 | 39.56 | 45.55 | - |
| YUV | 172.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 175 | 0 | 0.38 | 0.24 | 0.10 | 337.93 | 0.64 | 0.73 |
| Hex | E6 | 8F | AF | 0 | 26 | 18 | A | 152 | 40 | 49 |
| Octal | 346 | 217 | 257 | 0 | 46 | 30 | 12 | 522 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10101111 | 0 | 100110 | 11000 | 1010 | 101010010 | 1000000 | 1001001 |
Color Harmonies of #E68FAF
Complementary color
Monochromatic Colors of #E68FAF
Black with #E68FAF
Text Example
Text Example
White with #E68FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FAF; }
p { color: rgb(230,143,175); }
H1.HeaderClassName
{
color: #E68FAF;
}
.AnyTagClassName
{
color: #E68FAF;
}
</style>
background-color css
<style>
a { background-color: #E68FAF; }
a { background-color: rgb(230,143,175); }
div.DivClassName
{
background-color: #E68FAF;
}
.BgClassName
{
background-color: #E68FAF;
}
</style>
border-color css
<style>
span { border-color: #E68FAF; }
span { border-color: rgb(230,143,175); }
td.TdClassName
{
border-color: #E68FAF;
}
.TagClassName
{
border-color: #E68FAF;
}
</style>