Shades of Kobi #E699AC
Tints of Kobi #E699AC
RGB
CMYK
RGB Variations
Color information
#E699AC (or 0xE699AC) is known color: Kobi. HEX triplet: E6, 99 and AC. RGB value is (230,153,172). Sum of RGB (Red+Green+Blue) = 230+153+172=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E699AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E699AC is #196653. Grayscale: #B2B2B2. Windows color (decimal): -1664596 or 11311590. OLE color: 11311590.
HSL color Cylindrical-coordinate representation of color #E699AC: hue angle of 345.19º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699AC is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 172 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.10 |
| HSL | 345.19º | 0.61% | 0.75% | - |
| HSV(B) | 345.19º | 0.33% | 0.9% | - |
| XYZ | 51.47 | 42.58 | 44.54 | - |
| YUV | 178.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 172 | 0 | 0.33 | 0.25 | 0.10 | 345.19 | 0.61 | 0.75 |
| Hex | E6 | 99 | AC | 0 | 21 | 19 | A | 159 | 3D | 4B |
| Octal | 346 | 231 | 254 | 0 | 41 | 31 | 12 | 531 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10101100 | 0 | 100001 | 11001 | 1010 | 101011001 | 111101 | 1001011 |
Color Harmonies of #E699AC
Complementary color
Monochromatic Colors of #E699AC
Black with #E699AC
Text Example
Text Example
White with #E699AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699AC; }
p { color: rgb(230,153,172); }
H1.HeaderClassName
{
color: #E699AC;
}
.AnyTagClassName
{
color: #E699AC;
}
</style>
background-color css
<style>
a { background-color: #E699AC; }
a { background-color: rgb(230,153,172); }
div.DivClassName
{
background-color: #E699AC;
}
.BgClassName
{
background-color: #E699AC;
}
</style>
border-color css
<style>
span { border-color: #E699AC; }
span { border-color: rgb(230,153,172); }
td.TdClassName
{
border-color: #E699AC;
}
.TagClassName
{
border-color: #E699AC;
}
</style>