Shades of Kobi #E67FAC
Tints of Kobi #E67FAC
RGB
CMYK
RGB Variations
Color information
#E67FAC (or 0xE67FAC) is known color: Kobi. HEX triplet: E6, 7F and AC. RGB value is (230,127,172). Sum of RGB (Red+Green+Blue) = 230+127+172=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67FAC is #198053. Grayscale: #A2A2A2. Windows color (decimal): -1671252 or 11304934. OLE color: 11304934.
HSL color Cylindrical-coordinate representation of color #E67FAC: hue angle of 333.79º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FAC is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 172 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.10 |
| HSL | 333.79º | 0.67% | 0.7% | - |
| HSV(B) | 333.79º | 0.45% | 0.9% | - |
| XYZ | 47.67 | 34.98 | 43.27 | - |
| YUV | 162.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 172 | 0 | 0.45 | 0.25 | 0.10 | 333.79 | 0.67 | 0.7 |
| Hex | E6 | 7F | AC | 0 | 2D | 19 | A | 14E | 43 | 46 |
| Octal | 346 | 177 | 254 | 0 | 55 | 31 | 12 | 516 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10101100 | 0 | 101101 | 11001 | 1010 | 101001110 | 1000011 | 1000110 |
Color Harmonies of #E67FAC
Complementary color
Monochromatic Colors of #E67FAC
Black with #E67FAC
Text Example
Text Example
White with #E67FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FAC; }
p { color: rgb(230,127,172); }
H1.HeaderClassName
{
color: #E67FAC;
}
.AnyTagClassName
{
color: #E67FAC;
}
</style>
background-color css
<style>
a { background-color: #E67FAC; }
a { background-color: rgb(230,127,172); }
div.DivClassName
{
background-color: #E67FAC;
}
.BgClassName
{
background-color: #E67FAC;
}
</style>
border-color css
<style>
span { border-color: #E67FAC; }
span { border-color: rgb(230,127,172); }
td.TdClassName
{
border-color: #E67FAC;
}
.TagClassName
{
border-color: #E67FAC;
}
</style>