Shades of Kobi #E090A1
Tints of Kobi #E090A1
RGB
CMYK
RGB Variations
Color information
#E090A1 (or 0xE090A1) is known color: Kobi. HEX triplet: E0, 90 and A1. RGB value is (224,144,161). Sum of RGB (Red+Green+Blue) = 224+144+161=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E090A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090A1 is #1F6F5E. Grayscale: #A9A9A9. Windows color (decimal): -2060127 or 10588384. OLE color: 10588384.
HSL color Cylindrical-coordinate representation of color #E090A1: hue angle of 347.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090A1 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 161 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.12 |
| HSL | 347.25º | 0.56% | 0.72% | - |
| HSV(B) | 347.25º | 0.36% | 0.88% | - |
| XYZ | 47.15 | 38.37 | 38.64 | - |
| YUV | 169.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 161 | 0 | 0.36 | 0.28 | 0.12 | 347.25 | 0.56 | 0.72 |
| Hex | E0 | 90 | A1 | 0 | 24 | 1C | C | 15B | 38 | 48 |
| Octal | 340 | 220 | 241 | 0 | 44 | 34 | 14 | 533 | 70 | 110 |
| Binary | 11100000 | 10010000 | 10100001 | 0 | 100100 | 11100 | 1100 | 101011011 | 111000 | 1001000 |
Color Harmonies of #E090A1
Complementary color
Monochromatic Colors of #E090A1
Black with #E090A1
Text Example
Text Example
White with #E090A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090A1; }
p { color: rgb(224,144,161); }
H1.HeaderClassName
{
color: #E090A1;
}
.AnyTagClassName
{
color: #E090A1;
}
</style>
background-color css
<style>
a { background-color: #E090A1; }
a { background-color: rgb(224,144,161); }
div.DivClassName
{
background-color: #E090A1;
}
.BgClassName
{
background-color: #E090A1;
}
</style>
border-color css
<style>
span { border-color: #E090A1; }
span { border-color: rgb(224,144,161); }
td.TdClassName
{
border-color: #E090A1;
}
.TagClassName
{
border-color: #E090A1;
}
</style>