Shades of Kobi #E195B0
Tints of Kobi #E195B0
RGB
CMYK
RGB Variations
Color information
#E195B0 (or 0xE195B0) is known color: Kobi. HEX triplet: E1, 95 and B0. RGB value is (225,149,176). Sum of RGB (Red+Green+Blue) = 225+149+176=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E195B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195B0 is #1E6A4F. Grayscale: #AEAEAE. Windows color (decimal): -1993296 or 11572705. OLE color: 11572705.
HSL color Cylindrical-coordinate representation of color #E195B0: hue angle of 338.68º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195B0 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 176 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.12 |
| HSL | 338.68º | 0.56% | 0.73% | - |
| HSV(B) | 338.68º | 0.34% | 0.88% | - |
| XYZ | 49.64 | 40.64 | 46.3 | - |
| YUV | 174.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 176 | 0 | 0.34 | 0.22 | 0.12 | 338.68 | 0.56 | 0.73 |
| Hex | E1 | 95 | B0 | 0 | 22 | 16 | C | 153 | 38 | 49 |
| Octal | 341 | 225 | 260 | 0 | 42 | 26 | 14 | 523 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10110000 | 0 | 100010 | 10110 | 1100 | 101010011 | 111000 | 1001001 |
Color Harmonies of #E195B0
Complementary color
Monochromatic Colors of #E195B0
Black with #E195B0
Text Example
Text Example
White with #E195B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195B0; }
p { color: rgb(225,149,176); }
H1.HeaderClassName
{
color: #E195B0;
}
.AnyTagClassName
{
color: #E195B0;
}
</style>
background-color css
<style>
a { background-color: #E195B0; }
a { background-color: rgb(225,149,176); }
div.DivClassName
{
background-color: #E195B0;
}
.BgClassName
{
background-color: #E195B0;
}
</style>
border-color css
<style>
span { border-color: #E195B0; }
span { border-color: rgb(225,149,176); }
td.TdClassName
{
border-color: #E195B0;
}
.TagClassName
{
border-color: #E195B0;
}
</style>