Shades of Kobi #E299AE
Tints of Kobi #E299AE
RGB
CMYK
RGB Variations
Color information
#E299AE (or 0xE299AE) is known color: Kobi. HEX triplet: E2, 99 and AE. RGB value is (226,153,174). Sum of RGB (Red+Green+Blue) = 226+153+174=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E299AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E299AE is #1D6651. Grayscale: #B1B1B1. Windows color (decimal): -1926738 or 11442658. OLE color: 11442658.
HSL color Cylindrical-coordinate representation of color #E299AE: hue angle of 342.74º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299AE is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 174 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.11 |
| HSL | 342.74º | 0.56% | 0.74% | - |
| HSV(B) | 342.74º | 0.32% | 0.89% | - |
| XYZ | 50.4 | 42.01 | 45.5 | - |
| YUV | 177.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 174 | 0 | 0.32 | 0.23 | 0.11 | 342.74 | 0.56 | 0.74 |
| Hex | E2 | 99 | AE | 0 | 20 | 17 | B | 157 | 38 | 4A |
| Octal | 342 | 231 | 256 | 0 | 40 | 27 | 13 | 527 | 70 | 112 |
| Binary | 11100010 | 10011001 | 10101110 | 0 | 100000 | 10111 | 1011 | 101010111 | 111000 | 1001010 |
Color Harmonies of #E299AE
Complementary color
Monochromatic Colors of #E299AE
Black with #E299AE
Text Example
Text Example
White with #E299AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299AE; }
p { color: rgb(226,153,174); }
H1.HeaderClassName
{
color: #E299AE;
}
.AnyTagClassName
{
color: #E299AE;
}
</style>
background-color css
<style>
a { background-color: #E299AE; }
a { background-color: rgb(226,153,174); }
div.DivClassName
{
background-color: #E299AE;
}
.BgClassName
{
background-color: #E299AE;
}
</style>
border-color css
<style>
span { border-color: #E299AE; }
span { border-color: rgb(226,153,174); }
td.TdClassName
{
border-color: #E299AE;
}
.TagClassName
{
border-color: #E299AE;
}
</style>