Shades of Kobi #E67DAC
Tints of Kobi #E67DAC
RGB
CMYK
RGB Variations
Color information
#E67DAC (or 0xE67DAC) is known color: Kobi. HEX triplet: E6, 7D and AC. RGB value is (230,125,172). Sum of RGB (Red+Green+Blue) = 230+125+172=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67DAC is #198253. Grayscale: #A1A1A1. Windows color (decimal): -1671764 or 11304422. OLE color: 11304422.
HSL color Cylindrical-coordinate representation of color #E67DAC: hue angle of 333.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DAC is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 172 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.10 |
| HSL | 333.14º | 0.68% | 0.7% | - |
| HSV(B) | 333.14º | 0.46% | 0.9% | - |
| XYZ | 47.41 | 34.47 | 43.18 | - |
| YUV | 161.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 172 | 0 | 0.46 | 0.25 | 0.10 | 333.14 | 0.68 | 0.7 |
| Hex | E6 | 7D | AC | 0 | 2E | 19 | A | 14D | 44 | 46 |
| Octal | 346 | 175 | 254 | 0 | 56 | 31 | 12 | 515 | 104 | 106 |
| Binary | 11100110 | 1111101 | 10101100 | 0 | 101110 | 11001 | 1010 | 101001101 | 1000100 | 1000110 |
Color Harmonies of #E67DAC
Complementary color
Monochromatic Colors of #E67DAC
Black with #E67DAC
Text Example
Text Example
White with #E67DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DAC; }
p { color: rgb(230,125,172); }
H1.HeaderClassName
{
color: #E67DAC;
}
.AnyTagClassName
{
color: #E67DAC;
}
</style>
background-color css
<style>
a { background-color: #E67DAC; }
a { background-color: rgb(230,125,172); }
div.DivClassName
{
background-color: #E67DAC;
}
.BgClassName
{
background-color: #E67DAC;
}
</style>
border-color css
<style>
span { border-color: #E67DAC; }
span { border-color: rgb(230,125,172); }
td.TdClassName
{
border-color: #E67DAC;
}
.TagClassName
{
border-color: #E67DAC;
}
</style>