Shades of Kobi #E48FA3
Tints of Kobi #E48FA3
RGB
CMYK
RGB Variations
Color information
#E48FA3 (or 0xE48FA3) is known color: Kobi. HEX triplet: E4, 8F and A3. RGB value is (228,143,163). Sum of RGB (Red+Green+Blue) = 228+143+163=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48FA3 is #1B705C. Grayscale: #AAAAAA. Windows color (decimal): -1798237 or 10719204. OLE color: 10719204.
HSL color Cylindrical-coordinate representation of color #E48FA3: hue angle of 345.88º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E48FA3 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 163 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.11 |
| HSL | 345.88º | 0.61% | 0.73% | - |
| HSV(B) | 345.88º | 0.37% | 0.89% | - |
| XYZ | 48.43 | 38.78 | 39.58 | - |
| YUV | 170.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 163 | 0 | 0.37 | 0.29 | 0.11 | 345.88 | 0.61 | 0.73 |
| Hex | E4 | 8F | A3 | 0 | 25 | 1D | B | 15A | 3D | 49 |
| Octal | 344 | 217 | 243 | 0 | 45 | 35 | 13 | 532 | 75 | 111 |
| Binary | 11100100 | 10001111 | 10100011 | 0 | 100101 | 11101 | 1011 | 101011010 | 111101 | 1001001 |
Color Harmonies of #E48FA3
Complementary color
Monochromatic Colors of #E48FA3
Black with #E48FA3
Text Example
Text Example
White with #E48FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FA3; }
p { color: rgb(228,143,163); }
H1.HeaderClassName
{
color: #E48FA3;
}
.AnyTagClassName
{
color: #E48FA3;
}
</style>
background-color css
<style>
a { background-color: #E48FA3; }
a { background-color: rgb(228,143,163); }
div.DivClassName
{
background-color: #E48FA3;
}
.BgClassName
{
background-color: #E48FA3;
}
</style>
border-color css
<style>
span { border-color: #E48FA3; }
span { border-color: rgb(228,143,163); }
td.TdClassName
{
border-color: #E48FA3;
}
.TagClassName
{
border-color: #E48FA3;
}
</style>