Shades of Kobi #E195A8
Tints of Kobi #E195A8
RGB
CMYK
RGB Variations
Color information
#E195A8 (or 0xE195A8) is known color: Kobi. HEX triplet: E1, 95 and A8. RGB value is (225,149,168). Sum of RGB (Red+Green+Blue) = 225+149+168=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E195A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195A8 is #1E6A57. Grayscale: #ADADAD. Windows color (decimal): -1993304 or 11048417. OLE color: 11048417.
HSL color Cylindrical-coordinate representation of color #E195A8: hue angle of 345º 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 #E195A8 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 168 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.12 |
| HSL | 345º | 0.56% | 0.73% | - |
| HSV(B) | 345º | 0.34% | 0.88% | - |
| XYZ | 48.87 | 40.33 | 42.25 | - |
| YUV | 173.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 168 | 0 | 0.34 | 0.25 | 0.12 | 345 | 0.56 | 0.73 |
| Hex | E1 | 95 | A8 | 0 | 22 | 19 | C | 159 | 38 | 49 |
| Octal | 341 | 225 | 250 | 0 | 42 | 31 | 14 | 531 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10101000 | 0 | 100010 | 11001 | 1100 | 101011001 | 111000 | 1001001 |
Color Harmonies of #E195A8
Complementary color
Monochromatic Colors of #E195A8
Black with #E195A8
Text Example
Text Example
White with #E195A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195A8; }
p { color: rgb(225,149,168); }
H1.HeaderClassName
{
color: #E195A8;
}
.AnyTagClassName
{
color: #E195A8;
}
</style>
background-color css
<style>
a { background-color: #E195A8; }
a { background-color: rgb(225,149,168); }
div.DivClassName
{
background-color: #E195A8;
}
.BgClassName
{
background-color: #E195A8;
}
</style>
border-color css
<style>
span { border-color: #E195A8; }
span { border-color: rgb(225,149,168); }
td.TdClassName
{
border-color: #E195A8;
}
.TagClassName
{
border-color: #E195A8;
}
</style>