Shades of Kobi #E48AB3
Tints of Kobi #E48AB3
RGB
CMYK
RGB Variations
Color information
#E48AB3 (or 0xE48AB3) is known color: Kobi. HEX triplet: E4, 8A and B3. RGB value is (228,138,179). Sum of RGB (Red+Green+Blue) = 228+138+179=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48AB3 is #1B754C. Grayscale: #A9A9A9. Windows color (decimal): -1799501 or 11766500. OLE color: 11766500.
HSL color Cylindrical-coordinate representation of color #E48AB3: hue angle of 332.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 #E48AB3 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 179 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.11 |
| HSL | 332.67º | 0.63% | 0.72% | - |
| HSV(B) | 332.67º | 0.39% | 0.89% | - |
| XYZ | 49.22 | 37.93 | 47.37 | - |
| YUV | 169.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 179 | 0 | 0.39 | 0.21 | 0.11 | 332.67 | 0.63 | 0.72 |
| Hex | E4 | 8A | B3 | 0 | 27 | 15 | B | 14D | 3E | 48 |
| Octal | 344 | 212 | 263 | 0 | 47 | 25 | 13 | 515 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10110011 | 0 | 100111 | 10101 | 1011 | 101001101 | 111110 | 1001000 |
Color Harmonies of #E48AB3
Complementary color
Monochromatic Colors of #E48AB3
Black with #E48AB3
Text Example
Text Example
White with #E48AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AB3; }
p { color: rgb(228,138,179); }
H1.HeaderClassName
{
color: #E48AB3;
}
.AnyTagClassName
{
color: #E48AB3;
}
</style>
background-color css
<style>
a { background-color: #E48AB3; }
a { background-color: rgb(228,138,179); }
div.DivClassName
{
background-color: #E48AB3;
}
.BgClassName
{
background-color: #E48AB3;
}
</style>
border-color css
<style>
span { border-color: #E48AB3; }
span { border-color: rgb(228,138,179); }
td.TdClassName
{
border-color: #E48AB3;
}
.TagClassName
{
border-color: #E48AB3;
}
</style>