Shades of Kobi #E48AB2
Tints of Kobi #E48AB2
RGB
CMYK
RGB Variations
Color information
#E48AB2 (or 0xE48AB2) is known color: Kobi. HEX triplet: E4, 8A and B2. RGB value is (228,138,178). Sum of RGB (Red+Green+Blue) = 228+138+178=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AB2 is #1B754D. Grayscale: #A9A9A9. Windows color (decimal): -1799502 or 11700964. OLE color: 11700964.
HSL color Cylindrical-coordinate representation of color #E48AB2: hue angle of 333.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48AB2 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 178 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.11 |
| HSL | 333.33º | 0.63% | 0.72% | - |
| HSV(B) | 333.33º | 0.39% | 0.89% | - |
| XYZ | 49.12 | 37.89 | 46.84 | - |
| YUV | 169.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 178 | 0 | 0.39 | 0.22 | 0.11 | 333.33 | 0.63 | 0.72 |
| Hex | E4 | 8A | B2 | 0 | 27 | 16 | B | 14D | 3E | 48 |
| Octal | 344 | 212 | 262 | 0 | 47 | 26 | 13 | 515 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10110010 | 0 | 100111 | 10110 | 1011 | 101001101 | 111110 | 1001000 |
Color Harmonies of #E48AB2
Complementary color
Monochromatic Colors of #E48AB2
Black with #E48AB2
Text Example
Text Example
White with #E48AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AB2; }
p { color: rgb(228,138,178); }
H1.HeaderClassName
{
color: #E48AB2;
}
.AnyTagClassName
{
color: #E48AB2;
}
</style>
background-color css
<style>
a { background-color: #E48AB2; }
a { background-color: rgb(228,138,178); }
div.DivClassName
{
background-color: #E48AB2;
}
.BgClassName
{
background-color: #E48AB2;
}
</style>
border-color css
<style>
span { border-color: #E48AB2; }
span { border-color: rgb(228,138,178); }
td.TdClassName
{
border-color: #E48AB2;
}
.TagClassName
{
border-color: #E48AB2;
}
</style>