Shades of Kobi #E49CAE
Tints of Kobi #E49CAE
RGB
CMYK
RGB Variations
Color information
#E49CAE (or 0xE49CAE) is known color: Kobi. HEX triplet: E4, 9C and AE. RGB value is (228,156,174). Sum of RGB (Red+Green+Blue) = 228+156+174=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49CAE is #1B6351. Grayscale: #B3B3B3. Windows color (decimal): -1794898 or 11443428. OLE color: 11443428.
HSL color Cylindrical-coordinate representation of color #E49CAE: hue angle of 345º degrees, saturation: 0.57, 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 #E49CAE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 174 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.11 |
| HSL | 345º | 0.57% | 0.75% | - |
| HSV(B) | 345º | 0.32% | 0.89% | - |
| XYZ | 51.52 | 43.33 | 45.69 | - |
| YUV | 179.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 174 | 0 | 0.32 | 0.24 | 0.11 | 345 | 0.57 | 0.75 |
| Hex | E4 | 9C | AE | 0 | 20 | 18 | B | 159 | 39 | 4B |
| Octal | 344 | 234 | 256 | 0 | 40 | 30 | 13 | 531 | 71 | 113 |
| Binary | 11100100 | 10011100 | 10101110 | 0 | 100000 | 11000 | 1011 | 101011001 | 111001 | 1001011 |
Color Harmonies of #E49CAE
Complementary color
Monochromatic Colors of #E49CAE
Black with #E49CAE
Text Example
Text Example
White with #E49CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49CAE; }
p { color: rgb(228,156,174); }
H1.HeaderClassName
{
color: #E49CAE;
}
.AnyTagClassName
{
color: #E49CAE;
}
</style>
background-color css
<style>
a { background-color: #E49CAE; }
a { background-color: rgb(228,156,174); }
div.DivClassName
{
background-color: #E49CAE;
}
.BgClassName
{
background-color: #E49CAE;
}
</style>
border-color css
<style>
span { border-color: #E49CAE; }
span { border-color: rgb(228,156,174); }
td.TdClassName
{
border-color: #E49CAE;
}
.TagClassName
{
border-color: #E49CAE;
}
</style>