Shades of Kobi #E48FAA
Tints of Kobi #E48FAA
RGB
CMYK
RGB Variations
Color information
#E48FAA (or 0xE48FAA) is known color: Kobi. HEX triplet: E4, 8F and AA. RGB value is (228,143,170). Sum of RGB (Red+Green+Blue) = 228+143+170=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48FAA is #1B7055. Grayscale: #ABABAB. Windows color (decimal): -1798230 or 11177956. OLE color: 11177956.
HSL color Cylindrical-coordinate representation of color #E48FAA: hue angle of 340.94º 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 #E48FAA is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 170 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.11 |
| HSL | 340.94º | 0.61% | 0.73% | - |
| HSV(B) | 340.94º | 0.37% | 0.89% | - |
| XYZ | 49.07 | 39.04 | 42.98 | - |
| YUV | 171.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 170 | 0 | 0.37 | 0.25 | 0.11 | 340.94 | 0.61 | 0.73 |
| Hex | E4 | 8F | AA | 0 | 25 | 19 | B | 155 | 3D | 49 |
| Octal | 344 | 217 | 252 | 0 | 45 | 31 | 13 | 525 | 75 | 111 |
| Binary | 11100100 | 10001111 | 10101010 | 0 | 100101 | 11001 | 1011 | 101010101 | 111101 | 1001001 |
Color Harmonies of #E48FAA
Complementary color
Monochromatic Colors of #E48FAA
Black with #E48FAA
Text Example
Text Example
White with #E48FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FAA; }
p { color: rgb(228,143,170); }
H1.HeaderClassName
{
color: #E48FAA;
}
.AnyTagClassName
{
color: #E48FAA;
}
</style>
background-color css
<style>
a { background-color: #E48FAA; }
a { background-color: rgb(228,143,170); }
div.DivClassName
{
background-color: #E48FAA;
}
.BgClassName
{
background-color: #E48FAA;
}
</style>
border-color css
<style>
span { border-color: #E48FAA; }
span { border-color: rgb(228,143,170); }
td.TdClassName
{
border-color: #E48FAA;
}
.TagClassName
{
border-color: #E48FAA;
}
</style>