Shades of Kobi #E48AB0
Tints of Kobi #E48AB0
RGB
CMYK
RGB Variations
Color information
#E48AB0 (or 0xE48AB0) is known color: Kobi. HEX triplet: E4, 8A and B0. RGB value is (228,138,176). Sum of RGB (Red+Green+Blue) = 228+138+176=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AB0 is #1B754F. Grayscale: #A9A9A9. Windows color (decimal): -1799504 or 11569892. OLE color: 11569892.
HSL color Cylindrical-coordinate representation of color #E48AB0: hue angle of 334.67º 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 #E48AB0 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 176 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.11 |
| HSL | 334.67º | 0.63% | 0.72% | - |
| HSV(B) | 334.67º | 0.39% | 0.89% | - |
| XYZ | 48.92 | 37.81 | 45.79 | - |
| YUV | 169.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 176 | 0 | 0.39 | 0.23 | 0.11 | 334.67 | 0.63 | 0.72 |
| Hex | E4 | 8A | B0 | 0 | 27 | 17 | B | 14F | 3E | 48 |
| Octal | 344 | 212 | 260 | 0 | 47 | 27 | 13 | 517 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10110000 | 0 | 100111 | 10111 | 1011 | 101001111 | 111110 | 1001000 |
Color Harmonies of #E48AB0
Complementary color
Monochromatic Colors of #E48AB0
Black with #E48AB0
Text Example
Text Example
White with #E48AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AB0; }
p { color: rgb(228,138,176); }
H1.HeaderClassName
{
color: #E48AB0;
}
.AnyTagClassName
{
color: #E48AB0;
}
</style>
background-color css
<style>
a { background-color: #E48AB0; }
a { background-color: rgb(228,138,176); }
div.DivClassName
{
background-color: #E48AB0;
}
.BgClassName
{
background-color: #E48AB0;
}
</style>
border-color css
<style>
span { border-color: #E48AB0; }
span { border-color: rgb(228,138,176); }
td.TdClassName
{
border-color: #E48AB0;
}
.TagClassName
{
border-color: #E48AB0;
}
</style>