Shades of Kobi #E48DB3
Tints of Kobi #E48DB3
RGB
CMYK
RGB Variations
Color information
#E48DB3 (or 0xE48DB3) is known color: Kobi. HEX triplet: E4, 8D and B3. RGB value is (228,141,179). Sum of RGB (Red+Green+Blue) = 228+141+179=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DB3 is #1B724C. Grayscale: #ABABAB. Windows color (decimal): -1798733 or 11767268. OLE color: 11767268.
HSL color Cylindrical-coordinate representation of color #E48DB3: hue angle of 333.79º 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 #E48DB3 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 179 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.11 |
| HSL | 333.79º | 0.62% | 0.72% | - |
| HSV(B) | 333.79º | 0.38% | 0.89% | - |
| XYZ | 49.66 | 38.8 | 47.52 | - |
| YUV | 171.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 179 | 0 | 0.38 | 0.21 | 0.11 | 333.79 | 0.62 | 0.72 |
| Hex | E4 | 8D | B3 | 0 | 26 | 15 | B | 14E | 3E | 48 |
| Octal | 344 | 215 | 263 | 0 | 46 | 25 | 13 | 516 | 76 | 110 |
| Binary | 11100100 | 10001101 | 10110011 | 0 | 100110 | 10101 | 1011 | 101001110 | 111110 | 1001000 |
Color Harmonies of #E48DB3
Complementary color
Monochromatic Colors of #E48DB3
Black with #E48DB3
Text Example
Text Example
White with #E48DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DB3; }
p { color: rgb(228,141,179); }
H1.HeaderClassName
{
color: #E48DB3;
}
.AnyTagClassName
{
color: #E48DB3;
}
</style>
background-color css
<style>
a { background-color: #E48DB3; }
a { background-color: rgb(228,141,179); }
div.DivClassName
{
background-color: #E48DB3;
}
.BgClassName
{
background-color: #E48DB3;
}
</style>
border-color css
<style>
span { border-color: #E48DB3; }
span { border-color: rgb(228,141,179); }
td.TdClassName
{
border-color: #E48DB3;
}
.TagClassName
{
border-color: #E48DB3;
}
</style>