Shades of Kobi #E691AC
Tints of Kobi #E691AC
RGB
CMYK
RGB Variations
Color information
#E691AC (or 0xE691AC) is known color: Kobi. HEX triplet: E6, 91 and AC. RGB value is (230,145,172). Sum of RGB (Red+Green+Blue) = 230+145+172=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E691AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E691AC is #196E53. Grayscale: #ADADAD. Windows color (decimal): -1666644 or 11309542. OLE color: 11309542.
HSL color Cylindrical-coordinate representation of color #E691AC: hue angle of 340.94º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691AC is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 172 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.10 |
| HSL | 340.94º | 0.63% | 0.74% | - |
| HSV(B) | 340.94º | 0.37% | 0.9% | - |
| XYZ | 50.2 | 40.05 | 44.11 | - |
| YUV | 173.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 172 | 0 | 0.37 | 0.25 | 0.10 | 340.94 | 0.63 | 0.74 |
| Hex | E6 | 91 | AC | 0 | 25 | 19 | A | 155 | 3F | 4A |
| Octal | 346 | 221 | 254 | 0 | 45 | 31 | 12 | 525 | 77 | 112 |
| Binary | 11100110 | 10010001 | 10101100 | 0 | 100101 | 11001 | 1010 | 101010101 | 111111 | 1001010 |
Color Harmonies of #E691AC
Complementary color
Monochromatic Colors of #E691AC
Black with #E691AC
Text Example
Text Example
White with #E691AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691AC; }
p { color: rgb(230,145,172); }
H1.HeaderClassName
{
color: #E691AC;
}
.AnyTagClassName
{
color: #E691AC;
}
</style>
background-color css
<style>
a { background-color: #E691AC; }
a { background-color: rgb(230,145,172); }
div.DivClassName
{
background-color: #E691AC;
}
.BgClassName
{
background-color: #E691AC;
}
</style>
border-color css
<style>
span { border-color: #E691AC; }
span { border-color: rgb(230,145,172); }
td.TdClassName
{
border-color: #E691AC;
}
.TagClassName
{
border-color: #E691AC;
}
</style>