Shades of Kobi #E195A5
Tints of Kobi #E195A5
RGB
CMYK
RGB Variations
Color information
#E195A5 (or 0xE195A5) is known color: Kobi. HEX triplet: E1, 95 and A5. RGB value is (225,149,165). Sum of RGB (Red+Green+Blue) = 225+149+165=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E195A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195A5 is #1E6A5A. Grayscale: #ADADAD. Windows color (decimal): -1993307 or 10851809. OLE color: 10851809.
HSL color Cylindrical-coordinate representation of color #E195A5: hue angle of 347.37º 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 #E195A5 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 165 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.12 |
| HSL | 347.37º | 0.56% | 0.73% | - |
| HSV(B) | 347.37º | 0.34% | 0.88% | - |
| XYZ | 48.59 | 40.22 | 40.8 | - |
| YUV | 173.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 165 | 0 | 0.34 | 0.27 | 0.12 | 347.37 | 0.56 | 0.73 |
| Hex | E1 | 95 | A5 | 0 | 22 | 1B | C | 15B | 38 | 49 |
| Octal | 341 | 225 | 245 | 0 | 42 | 33 | 14 | 533 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10100101 | 0 | 100010 | 11011 | 1100 | 101011011 | 111000 | 1001001 |
Color Harmonies of #E195A5
Complementary color
Monochromatic Colors of #E195A5
Black with #E195A5
Text Example
Text Example
White with #E195A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195A5; }
p { color: rgb(225,149,165); }
H1.HeaderClassName
{
color: #E195A5;
}
.AnyTagClassName
{
color: #E195A5;
}
</style>
background-color css
<style>
a { background-color: #E195A5; }
a { background-color: rgb(225,149,165); }
div.DivClassName
{
background-color: #E195A5;
}
.BgClassName
{
background-color: #E195A5;
}
</style>
border-color css
<style>
span { border-color: #E195A5; }
span { border-color: rgb(225,149,165); }
td.TdClassName
{
border-color: #E195A5;
}
.TagClassName
{
border-color: #E195A5;
}
</style>