Shades of Kobi #E48DAE
Tints of Kobi #E48DAE
RGB
CMYK
RGB Variations
Color information
#E48DAE (or 0xE48DAE) is known color: Kobi. HEX triplet: E4, 8D and AE. RGB value is (228,141,174). Sum of RGB (Red+Green+Blue) = 228+141+174=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48DAE is #1B7251. Grayscale: #AAAAAA. Windows color (decimal): -1798738 or 11439588. OLE color: 11439588.
HSL color Cylindrical-coordinate representation of color #E48DAE: hue angle of 337.24º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48DAE is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 174 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.11 |
| HSL | 337.24º | 0.62% | 0.72% | - |
| HSV(B) | 337.24º | 0.38% | 0.89% | - |
| XYZ | 49.16 | 38.6 | 44.9 | - |
| YUV | 170.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 174 | 0 | 0.38 | 0.24 | 0.11 | 337.24 | 0.62 | 0.72 |
| Hex | E4 | 8D | AE | 0 | 26 | 18 | B | 151 | 3E | 48 |
| Octal | 344 | 215 | 256 | 0 | 46 | 30 | 13 | 521 | 76 | 110 |
| Binary | 11100100 | 10001101 | 10101110 | 0 | 100110 | 11000 | 1011 | 101010001 | 111110 | 1001000 |
Color Harmonies of #E48DAE
Complementary color
Monochromatic Colors of #E48DAE
Black with #E48DAE
Text Example
Text Example
White with #E48DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DAE; }
p { color: rgb(228,141,174); }
H1.HeaderClassName
{
color: #E48DAE;
}
.AnyTagClassName
{
color: #E48DAE;
}
</style>
background-color css
<style>
a { background-color: #E48DAE; }
a { background-color: rgb(228,141,174); }
div.DivClassName
{
background-color: #E48DAE;
}
.BgClassName
{
background-color: #E48DAE;
}
</style>
border-color css
<style>
span { border-color: #E48DAE; }
span { border-color: rgb(228,141,174); }
td.TdClassName
{
border-color: #E48DAE;
}
.TagClassName
{
border-color: #E48DAE;
}
</style>