Shades of Kobi #E499AF
Tints of Kobi #E499AF
RGB
CMYK
RGB Variations
Color information
#E499AF (or 0xE499AF) is known color: Kobi. HEX triplet: E4, 99 and AF. RGB value is (228,153,175). Sum of RGB (Red+Green+Blue) = 228+153+175=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E499AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E499AF is #1B6650. Grayscale: #B1B1B1. Windows color (decimal): -1795665 or 11508196. OLE color: 11508196.
HSL color Cylindrical-coordinate representation of color #E499AF: hue angle of 342.4º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E499AF is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 175 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.11 |
| HSL | 342.4º | 0.58% | 0.75% | - |
| HSV(B) | 342.4º | 0.33% | 0.89% | - |
| XYZ | 51.12 | 42.37 | 46.04 | - |
| YUV | 177.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 175 | 0 | 0.33 | 0.23 | 0.11 | 342.4 | 0.58 | 0.75 |
| Hex | E4 | 99 | AF | 0 | 21 | 17 | B | 156 | 3A | 4B |
| Octal | 344 | 231 | 257 | 0 | 41 | 27 | 13 | 526 | 72 | 113 |
| Binary | 11100100 | 10011001 | 10101111 | 0 | 100001 | 10111 | 1011 | 101010110 | 111010 | 1001011 |
Color Harmonies of #E499AF
Complementary color
Monochromatic Colors of #E499AF
Black with #E499AF
Text Example
Text Example
White with #E499AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499AF; }
p { color: rgb(228,153,175); }
H1.HeaderClassName
{
color: #E499AF;
}
.AnyTagClassName
{
color: #E499AF;
}
</style>
background-color css
<style>
a { background-color: #E499AF; }
a { background-color: rgb(228,153,175); }
div.DivClassName
{
background-color: #E499AF;
}
.BgClassName
{
background-color: #E499AF;
}
</style>
border-color css
<style>
span { border-color: #E499AF; }
span { border-color: rgb(228,153,175); }
td.TdClassName
{
border-color: #E499AF;
}
.TagClassName
{
border-color: #E499AF;
}
</style>