Shades of Kobi #E17DA7
Tints of Kobi #E17DA7
RGB
CMYK
RGB Variations
Color information
#E17DA7 (or 0xE17DA7) is known color: Kobi. HEX triplet: E1, 7D and A7. RGB value is (225,125,167). Sum of RGB (Red+Green+Blue) = 225+125+167=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DA7 is #1E8258. Grayscale: #9F9F9F. Windows color (decimal): -1999449 or 10976737. OLE color: 10976737.
HSL color Cylindrical-coordinate representation of color #E17DA7: hue angle of 334.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17DA7 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 167 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.12 |
| HSL | 334.8º | 0.63% | 0.69% | - |
| HSV(B) | 334.8º | 0.44% | 0.88% | - |
| XYZ | 45.36 | 33.46 | 40.63 | - |
| YUV | 159.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 167 | 0 | 0.44 | 0.26 | 0.12 | 334.8 | 0.63 | 0.69 |
| Hex | E1 | 7D | A7 | 0 | 2C | 1A | C | 14F | 3E | 45 |
| Octal | 341 | 175 | 247 | 0 | 54 | 32 | 14 | 517 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10100111 | 0 | 101100 | 11010 | 1100 | 101001111 | 111110 | 1000101 |
Color Harmonies of #E17DA7
Complementary color
Monochromatic Colors of #E17DA7
Black with #E17DA7
Text Example
Text Example
White with #E17DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DA7; }
p { color: rgb(225,125,167); }
H1.HeaderClassName
{
color: #E17DA7;
}
.AnyTagClassName
{
color: #E17DA7;
}
</style>
background-color css
<style>
a { background-color: #E17DA7; }
a { background-color: rgb(225,125,167); }
div.DivClassName
{
background-color: #E17DA7;
}
.BgClassName
{
background-color: #E17DA7;
}
</style>
border-color css
<style>
span { border-color: #E17DA7; }
span { border-color: rgb(225,125,167); }
td.TdClassName
{
border-color: #E17DA7;
}
.TagClassName
{
border-color: #E17DA7;
}
</style>