Shades of Kobi #E195A4
Tints of Kobi #E195A4
RGB
CMYK
RGB Variations
Color information
#E195A4 (or 0xE195A4) is known color: Kobi. HEX triplet: E1, 95 and A4. RGB value is (225,149,164). Sum of RGB (Red+Green+Blue) = 225+149+164=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E195A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195A4 is #1E6A5B. Grayscale: #ADADAD. Windows color (decimal): -1993308 or 10786273. OLE color: 10786273.
HSL color Cylindrical-coordinate representation of color #E195A4: hue angle of 348.16º 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 #E195A4 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 164 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.12 |
| HSL | 348.16º | 0.56% | 0.73% | - |
| HSV(B) | 348.16º | 0.34% | 0.88% | - |
| XYZ | 48.5 | 40.18 | 40.32 | - |
| YUV | 173.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 164 | 0 | 0.34 | 0.27 | 0.12 | 348.16 | 0.56 | 0.73 |
| Hex | E1 | 95 | A4 | 0 | 22 | 1B | C | 15C | 38 | 49 |
| Octal | 341 | 225 | 244 | 0 | 42 | 33 | 14 | 534 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10100100 | 0 | 100010 | 11011 | 1100 | 101011100 | 111000 | 1001001 |
Color Harmonies of #E195A4
Complementary color
Monochromatic Colors of #E195A4
Black with #E195A4
Text Example
Text Example
White with #E195A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195A4; }
p { color: rgb(225,149,164); }
H1.HeaderClassName
{
color: #E195A4;
}
.AnyTagClassName
{
color: #E195A4;
}
</style>
background-color css
<style>
a { background-color: #E195A4; }
a { background-color: rgb(225,149,164); }
div.DivClassName
{
background-color: #E195A4;
}
.BgClassName
{
background-color: #E195A4;
}
</style>
border-color css
<style>
span { border-color: #E195A4; }
span { border-color: rgb(225,149,164); }
td.TdClassName
{
border-color: #E195A4;
}
.TagClassName
{
border-color: #E195A4;
}
</style>