Shades of Kobi #E484AF
Tints of Kobi #E484AF
RGB
CMYK
RGB Variations
Color information
#E484AF (or 0xE484AF) is known color: Kobi. HEX triplet: E4, 84 and AF. RGB value is (228,132,175). Sum of RGB (Red+Green+Blue) = 228+132+175=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E484AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E484AF is #1B7B50. Grayscale: #A5A5A5. Windows color (decimal): -1801041 or 11502820. OLE color: 11502820.
HSL color Cylindrical-coordinate representation of color #E484AF: hue angle of 333.12º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E484AF is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 175 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.11 |
| HSL | 333.13º | 0.64% | 0.71% | - |
| HSV(B) | 333.13º | 0.42% | 0.89% | - |
| XYZ | 47.98 | 36.09 | 44.99 | - |
| YUV | 165.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 175 | 0 | 0.42 | 0.23 | 0.11 | 333.13 | 0.64 | 0.71 |
| Hex | E4 | 84 | AF | 0 | 2A | 17 | B | 14D | 40 | 47 |
| Octal | 344 | 204 | 257 | 0 | 52 | 27 | 13 | 515 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10101111 | 0 | 101010 | 10111 | 1011 | 101001101 | 1000000 | 1000111 |
Color Harmonies of #E484AF
Complementary color
Monochromatic Colors of #E484AF
Black with #E484AF
Text Example
Text Example
White with #E484AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484AF; }
p { color: rgb(228,132,175); }
H1.HeaderClassName
{
color: #E484AF;
}
.AnyTagClassName
{
color: #E484AF;
}
</style>
background-color css
<style>
a { background-color: #E484AF; }
a { background-color: rgb(228,132,175); }
div.DivClassName
{
background-color: #E484AF;
}
.BgClassName
{
background-color: #E484AF;
}
</style>
border-color css
<style>
span { border-color: #E484AF; }
span { border-color: rgb(228,132,175); }
td.TdClassName
{
border-color: #E484AF;
}
.TagClassName
{
border-color: #E484AF;
}
</style>