Shades of Kobi #E185A4
Tints of Kobi #E185A4
RGB
CMYK
RGB Variations
Color information
#E185A4 (or 0xE185A4) is known color: Kobi. HEX triplet: E1, 85 and A4. RGB value is (225,133,164). Sum of RGB (Red+Green+Blue) = 225+133+164=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E185A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185A4 is #1E7A5B. Grayscale: #A4A4A4. Windows color (decimal): -1997404 or 10782177. OLE color: 10782177.
HSL color Cylindrical-coordinate representation of color #E185A4: hue angle of 339.78º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185A4 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 164 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.12 |
| HSL | 339.78º | 0.61% | 0.7% | - |
| HSV(B) | 339.78º | 0.41% | 0.88% | - |
| XYZ | 46.14 | 35.46 | 39.54 | - |
| YUV | 164.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 164 | 0 | 0.41 | 0.27 | 0.12 | 339.78 | 0.61 | 0.7 |
| Hex | E1 | 85 | A4 | 0 | 29 | 1B | C | 154 | 3D | 46 |
| Octal | 341 | 205 | 244 | 0 | 51 | 33 | 14 | 524 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10100100 | 0 | 101001 | 11011 | 1100 | 101010100 | 111101 | 1000110 |
Color Harmonies of #E185A4
Complementary color
Monochromatic Colors of #E185A4
Black with #E185A4
Text Example
Text Example
White with #E185A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185A4; }
p { color: rgb(225,133,164); }
H1.HeaderClassName
{
color: #E185A4;
}
.AnyTagClassName
{
color: #E185A4;
}
</style>
background-color css
<style>
a { background-color: #E185A4; }
a { background-color: rgb(225,133,164); }
div.DivClassName
{
background-color: #E185A4;
}
.BgClassName
{
background-color: #E185A4;
}
</style>
border-color css
<style>
span { border-color: #E185A4; }
span { border-color: rgb(225,133,164); }
td.TdClassName
{
border-color: #E185A4;
}
.TagClassName
{
border-color: #E185A4;
}
</style>