Shades of Kobi #E095A2
Tints of Kobi #E095A2
RGB
CMYK
RGB Variations
Color information
#E095A2 (or 0xE095A2) is known color: Kobi. HEX triplet: E0, 95 and A2. RGB value is (224,149,162). Sum of RGB (Red+Green+Blue) = 224+149+162=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E095A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095A2 is #1F6A5D. Grayscale: #ACACAC. Windows color (decimal): -2058846 or 10655200. OLE color: 10655200.
HSL color Cylindrical-coordinate representation of color #E095A2: hue angle of 349.6º 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 #E095A2 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 162 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.12 |
| HSL | 349.6º | 0.55% | 0.73% | - |
| HSV(B) | 349.6º | 0.33% | 0.88% | - |
| XYZ | 48.01 | 39.95 | 39.36 | - |
| YUV | 172.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 162 | 0 | 0.33 | 0.28 | 0.12 | 349.6 | 0.55 | 0.73 |
| Hex | E0 | 95 | A2 | 0 | 21 | 1C | C | 15E | 37 | 49 |
| Octal | 340 | 225 | 242 | 0 | 41 | 34 | 14 | 536 | 67 | 111 |
| Binary | 11100000 | 10010101 | 10100010 | 0 | 100001 | 11100 | 1100 | 101011110 | 110111 | 1001001 |
Color Harmonies of #E095A2
Complementary color
Monochromatic Colors of #E095A2
Black with #E095A2
Text Example
Text Example
White with #E095A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095A2; }
p { color: rgb(224,149,162); }
H1.HeaderClassName
{
color: #E095A2;
}
.AnyTagClassName
{
color: #E095A2;
}
</style>
background-color css
<style>
a { background-color: #E095A2; }
a { background-color: rgb(224,149,162); }
div.DivClassName
{
background-color: #E095A2;
}
.BgClassName
{
background-color: #E095A2;
}
</style>
border-color css
<style>
span { border-color: #E095A2; }
span { border-color: rgb(224,149,162); }
td.TdClassName
{
border-color: #E095A2;
}
.TagClassName
{
border-color: #E095A2;
}
</style>