Shades of Kobi #E095A1
Tints of Kobi #E095A1
RGB
CMYK
RGB Variations
Color information
#E095A1 (or 0xE095A1) is known color: Kobi. HEX triplet: E0, 95 and A1. RGB value is (224,149,161). Sum of RGB (Red+Green+Blue) = 224+149+161=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E095A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095A1 is #1F6A5E. Grayscale: #ACACAC. Windows color (decimal): -2058847 or 10589664. OLE color: 10589664.
HSL color Cylindrical-coordinate representation of color #E095A1: hue angle of 350.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095A1 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 161 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.12 |
| HSL | 350.4º | 0.55% | 0.73% | - |
| HSV(B) | 350.4º | 0.33% | 0.88% | - |
| XYZ | 47.92 | 39.92 | 38.9 | - |
| YUV | 172.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 161 | 0 | 0.33 | 0.28 | 0.12 | 350.4 | 0.55 | 0.73 |
| Hex | E0 | 95 | A1 | 0 | 21 | 1C | C | 15E | 37 | 49 |
| Octal | 340 | 225 | 241 | 0 | 41 | 34 | 14 | 536 | 67 | 111 |
| Binary | 11100000 | 10010101 | 10100001 | 0 | 100001 | 11100 | 1100 | 101011110 | 110111 | 1001001 |
Color Harmonies of #E095A1
Complementary color
Monochromatic Colors of #E095A1
Black with #E095A1
Text Example
Text Example
White with #E095A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095A1; }
p { color: rgb(224,149,161); }
H1.HeaderClassName
{
color: #E095A1;
}
.AnyTagClassName
{
color: #E095A1;
}
</style>
background-color css
<style>
a { background-color: #E095A1; }
a { background-color: rgb(224,149,161); }
div.DivClassName
{
background-color: #E095A1;
}
.BgClassName
{
background-color: #E095A1;
}
</style>
border-color css
<style>
span { border-color: #E095A1; }
span { border-color: rgb(224,149,161); }
td.TdClassName
{
border-color: #E095A1;
}
.TagClassName
{
border-color: #E095A1;
}
</style>