Shades of Kobi #E29AA4
Tints of Kobi #E29AA4
RGB
CMYK
RGB Variations
Color information
#E29AA4 (or 0xE29AA4) is known color: Kobi. HEX triplet: E2, 9A and A4. RGB value is (226,154,164). Sum of RGB (Red+Green+Blue) = 226+154+164=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E29AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29AA4 is #1D655B. Grayscale: #B0B0B0. Windows color (decimal): -1926492 or 10787554. OLE color: 10787554.
HSL color Cylindrical-coordinate representation of color #E29AA4: hue angle of 351.67º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29AA4 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 164 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.11 |
| HSL | 351.67º | 0.55% | 0.75% | - |
| HSV(B) | 351.67º | 0.32% | 0.89% | - |
| XYZ | 49.62 | 41.96 | 40.61 | - |
| YUV | 176.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 164 | 0 | 0.32 | 0.27 | 0.11 | 351.67 | 0.55 | 0.75 |
| Hex | E2 | 9A | A4 | 0 | 20 | 1B | B | 160 | 37 | 4B |
| Octal | 342 | 232 | 244 | 0 | 40 | 33 | 13 | 540 | 67 | 113 |
| Binary | 11100010 | 10011010 | 10100100 | 0 | 100000 | 11011 | 1011 | 101100000 | 110111 | 1001011 |
Color Harmonies of #E29AA4
Complementary color
Monochromatic Colors of #E29AA4
Black with #E29AA4
Text Example
Text Example
White with #E29AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29AA4; }
p { color: rgb(226,154,164); }
H1.HeaderClassName
{
color: #E29AA4;
}
.AnyTagClassName
{
color: #E29AA4;
}
</style>
background-color css
<style>
a { background-color: #E29AA4; }
a { background-color: rgb(226,154,164); }
div.DivClassName
{
background-color: #E29AA4;
}
.BgClassName
{
background-color: #E29AA4;
}
</style>
border-color css
<style>
span { border-color: #E29AA4; }
span { border-color: rgb(226,154,164); }
td.TdClassName
{
border-color: #E29AA4;
}
.TagClassName
{
border-color: #E29AA4;
}
</style>