Shades of Kobi #E595B3
Tints of Kobi #E595B3
RGB
CMYK
RGB Variations
Color information
#E595B3 (or 0xE595B3) is known color: Kobi. HEX triplet: E5, 95 and B3. RGB value is (229,149,179). Sum of RGB (Red+Green+Blue) = 229+149+179=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E595B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595B3 is #1A6A4C. Grayscale: #B0B0B0. Windows color (decimal): -1731149 or 11769317. OLE color: 11769317.
HSL color Cylindrical-coordinate representation of color #E595B3: hue angle of 337.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 #E595B3 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 179 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.10 |
| HSL | 337.5º | 0.61% | 0.74% | - |
| HSV(B) | 337.5º | 0.35% | 0.9% | - |
| XYZ | 51.2 | 41.41 | 47.94 | - |
| YUV | 176.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 179 | 0 | 0.35 | 0.22 | 0.10 | 337.5 | 0.61 | 0.74 |
| Hex | E5 | 95 | B3 | 0 | 23 | 16 | A | 152 | 3D | 4A |
| Octal | 345 | 225 | 263 | 0 | 43 | 26 | 12 | 522 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10110011 | 0 | 100011 | 10110 | 1010 | 101010010 | 111101 | 1001010 |
Color Harmonies of #E595B3
Complementary color
Monochromatic Colors of #E595B3
Black with #E595B3
Text Example
Text Example
White with #E595B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595B3; }
p { color: rgb(229,149,179); }
H1.HeaderClassName
{
color: #E595B3;
}
.AnyTagClassName
{
color: #E595B3;
}
</style>
background-color css
<style>
a { background-color: #E595B3; }
a { background-color: rgb(229,149,179); }
div.DivClassName
{
background-color: #E595B3;
}
.BgClassName
{
background-color: #E595B3;
}
</style>
border-color css
<style>
span { border-color: #E595B3; }
span { border-color: rgb(229,149,179); }
td.TdClassName
{
border-color: #E595B3;
}
.TagClassName
{
border-color: #E595B3;
}
</style>