Shades of Kobi #E595AB
Tints of Kobi #E595AB
RGB
CMYK
RGB Variations
Color information
#E595AB (or 0xE595AB) is known color: Kobi. HEX triplet: E5, 95 and AB. RGB value is (229,149,171). Sum of RGB (Red+Green+Blue) = 229+149+171=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E595AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E595AB is #1A6A54. Grayscale: #AFAFAF. Windows color (decimal): -1731157 or 11245029. OLE color: 11245029.
HSL color Cylindrical-coordinate representation of color #E595AB: hue angle of 343.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E595AB is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 171 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.10 |
| HSL | 343.5º | 0.61% | 0.74% | - |
| HSV(B) | 343.5º | 0.35% | 0.9% | - |
| XYZ | 50.41 | 41.09 | 43.8 | - |
| YUV | 175.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 171 | 0 | 0.35 | 0.25 | 0.10 | 343.5 | 0.61 | 0.74 |
| Hex | E5 | 95 | AB | 0 | 23 | 19 | A | 158 | 3D | 4A |
| Octal | 345 | 225 | 253 | 0 | 43 | 31 | 12 | 530 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10101011 | 0 | 100011 | 11001 | 1010 | 101011000 | 111101 | 1001010 |
Color Harmonies of #E595AB
Complementary color
Monochromatic Colors of #E595AB
Black with #E595AB
Text Example
Text Example
White with #E595AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595AB; }
p { color: rgb(229,149,171); }
H1.HeaderClassName
{
color: #E595AB;
}
.AnyTagClassName
{
color: #E595AB;
}
</style>
background-color css
<style>
a { background-color: #E595AB; }
a { background-color: rgb(229,149,171); }
div.DivClassName
{
background-color: #E595AB;
}
.BgClassName
{
background-color: #E595AB;
}
</style>
border-color css
<style>
span { border-color: #E595AB; }
span { border-color: rgb(229,149,171); }
td.TdClassName
{
border-color: #E595AB;
}
.TagClassName
{
border-color: #E595AB;
}
</style>