Shades of Kobi #E67FA7
Tints of Kobi #E67FA7
RGB
CMYK
RGB Variations
Color information
#E67FA7 (or 0xE67FA7) is known color: Kobi. HEX triplet: E6, 7F and A7. RGB value is (230,127,167). Sum of RGB (Red+Green+Blue) = 230+127+167=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67FA7 is #198058. Grayscale: #A2A2A2. Windows color (decimal): -1671257 or 10977254. OLE color: 10977254.
HSL color Cylindrical-coordinate representation of color #E67FA7: hue angle of 336.7º 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 #E67FA7 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 167 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.10 |
| HSL | 336.7º | 0.67% | 0.7% | - |
| HSV(B) | 336.7º | 0.45% | 0.9% | - |
| XYZ | 47.2 | 34.79 | 40.79 | - |
| YUV | 162.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 167 | 0 | 0.45 | 0.27 | 0.10 | 336.7 | 0.67 | 0.7 |
| Hex | E6 | 7F | A7 | 0 | 2D | 1B | A | 151 | 43 | 46 |
| Octal | 346 | 177 | 247 | 0 | 55 | 33 | 12 | 521 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10100111 | 0 | 101101 | 11011 | 1010 | 101010001 | 1000011 | 1000110 |
Color Harmonies of #E67FA7
Complementary color
Monochromatic Colors of #E67FA7
Black with #E67FA7
Text Example
Text Example
White with #E67FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FA7; }
p { color: rgb(230,127,167); }
H1.HeaderClassName
{
color: #E67FA7;
}
.AnyTagClassName
{
color: #E67FA7;
}
</style>
background-color css
<style>
a { background-color: #E67FA7; }
a { background-color: rgb(230,127,167); }
div.DivClassName
{
background-color: #E67FA7;
}
.BgClassName
{
background-color: #E67FA7;
}
</style>
border-color css
<style>
span { border-color: #E67FA7; }
span { border-color: rgb(230,127,167); }
td.TdClassName
{
border-color: #E67FA7;
}
.TagClassName
{
border-color: #E67FA7;
}
</style>