Shades of Kobi #E57FAC
Tints of Kobi #E57FAC
RGB
CMYK
RGB Variations
Color information
#E57FAC (or 0xE57FAC) is known color: Kobi. HEX triplet: E5, 7F and AC. RGB value is (229,127,172). Sum of RGB (Red+Green+Blue) = 229+127+172=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57FAC is #1A8053. Grayscale: #A2A2A2. Windows color (decimal): -1736788 or 11304933. OLE color: 11304933.
HSL color Cylindrical-coordinate representation of color #E57FAC: hue angle of 333.53º degrees, saturation: 0.66, 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 #E57FAC is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 172 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.10 |
| HSL | 333.53º | 0.66% | 0.7% | - |
| HSV(B) | 333.53º | 0.45% | 0.9% | - |
| XYZ | 47.35 | 34.82 | 43.25 | - |
| YUV | 162.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 172 | 0 | 0.45 | 0.25 | 0.10 | 333.53 | 0.66 | 0.7 |
| Hex | E5 | 7F | AC | 0 | 2D | 19 | A | 14E | 42 | 46 |
| Octal | 345 | 177 | 254 | 0 | 55 | 31 | 12 | 516 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10101100 | 0 | 101101 | 11001 | 1010 | 101001110 | 1000010 | 1000110 |
Color Harmonies of #E57FAC
Complementary color
Monochromatic Colors of #E57FAC
Black with #E57FAC
Text Example
Text Example
White with #E57FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FAC; }
p { color: rgb(229,127,172); }
H1.HeaderClassName
{
color: #E57FAC;
}
.AnyTagClassName
{
color: #E57FAC;
}
</style>
background-color css
<style>
a { background-color: #E57FAC; }
a { background-color: rgb(229,127,172); }
div.DivClassName
{
background-color: #E57FAC;
}
.BgClassName
{
background-color: #E57FAC;
}
</style>
border-color css
<style>
span { border-color: #E57FAC; }
span { border-color: rgb(229,127,172); }
td.TdClassName
{
border-color: #E57FAC;
}
.TagClassName
{
border-color: #E57FAC;
}
</style>