Shades of Kobi #E68CAF
Tints of Kobi #E68CAF
RGB
CMYK
RGB Variations
Color information
#E68CAF (or 0xE68CAF) is known color: Kobi. HEX triplet: E6, 8C and AF. RGB value is (230,140,175). Sum of RGB (Red+Green+Blue) = 230+140+175=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68CAF is #197350. Grayscale: #AAAAAA. Windows color (decimal): -1667921 or 11504870. OLE color: 11504870.
HSL color Cylindrical-coordinate representation of color #E68CAF: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CAF is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 175 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.10 |
| HSL | 336.67º | 0.64% | 0.73% | - |
| HSV(B) | 336.67º | 0.39% | 0.9% | - |
| XYZ | 49.75 | 38.67 | 45.4 | - |
| YUV | 170.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 175 | 0 | 0.39 | 0.24 | 0.10 | 336.67 | 0.64 | 0.73 |
| Hex | E6 | 8C | AF | 0 | 27 | 18 | A | 151 | 40 | 49 |
| Octal | 346 | 214 | 257 | 0 | 47 | 30 | 12 | 521 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10101111 | 0 | 100111 | 11000 | 1010 | 101010001 | 1000000 | 1001001 |
Color Harmonies of #E68CAF
Complementary color
Monochromatic Colors of #E68CAF
Black with #E68CAF
Text Example
Text Example
White with #E68CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CAF; }
p { color: rgb(230,140,175); }
H1.HeaderClassName
{
color: #E68CAF;
}
.AnyTagClassName
{
color: #E68CAF;
}
</style>
background-color css
<style>
a { background-color: #E68CAF; }
a { background-color: rgb(230,140,175); }
div.DivClassName
{
background-color: #E68CAF;
}
.BgClassName
{
background-color: #E68CAF;
}
</style>
border-color css
<style>
span { border-color: #E68CAF; }
span { border-color: rgb(230,140,175); }
td.TdClassName
{
border-color: #E68CAF;
}
.TagClassName
{
border-color: #E68CAF;
}
</style>