Shades of Kobi #E491A4
Tints of Kobi #E491A4
RGB
CMYK
RGB Variations
Color information
#E491A4 (or 0xE491A4) is known color: Kobi. HEX triplet: E4, 91 and A4. RGB value is (228,145,164). Sum of RGB (Red+Green+Blue) = 228+145+164=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E491A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E491A4 is #1B6E5B. Grayscale: #ABABAB. Windows color (decimal): -1797724 or 10785252. OLE color: 10785252.
HSL color Cylindrical-coordinate representation of color #E491A4: hue angle of 346.27º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E491A4 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 164 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.11 |
| HSL | 346.27º | 0.61% | 0.73% | - |
| HSV(B) | 346.27º | 0.36% | 0.89% | - |
| XYZ | 48.82 | 39.43 | 40.16 | - |
| YUV | 171.98 | 123.5 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 164 | 0 | 0.36 | 0.28 | 0.11 | 346.27 | 0.61 | 0.73 |
| Hex | E4 | 91 | A4 | 0 | 24 | 1C | B | 15A | 3D | 49 |
| Octal | 344 | 221 | 244 | 0 | 44 | 34 | 13 | 532 | 75 | 111 |
| Binary | 11100100 | 10010001 | 10100100 | 0 | 100100 | 11100 | 1011 | 101011010 | 111101 | 1001001 |
Color Harmonies of #E491A4
Complementary color
Monochromatic Colors of #E491A4
Black with #E491A4
Text Example
Text Example
White with #E491A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491A4; }
p { color: rgb(228,145,164); }
H1.HeaderClassName
{
color: #E491A4;
}
.AnyTagClassName
{
color: #E491A4;
}
</style>
background-color css
<style>
a { background-color: #E491A4; }
a { background-color: rgb(228,145,164); }
div.DivClassName
{
background-color: #E491A4;
}
.BgClassName
{
background-color: #E491A4;
}
</style>
border-color css
<style>
span { border-color: #E491A4; }
span { border-color: rgb(228,145,164); }
td.TdClassName
{
border-color: #E491A4;
}
.TagClassName
{
border-color: #E491A4;
}
</style>