Shades of Kobi #E497A4
Tints of Kobi #E497A4
RGB
CMYK
RGB Variations
Color information
#E497A4 (or 0xE497A4) is known color: Kobi. HEX triplet: E4, 97 and A4. RGB value is (228,151,164). Sum of RGB (Red+Green+Blue) = 228+151+164=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E497A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E497A4 is #1B685B. Grayscale: #AFAFAF. Windows color (decimal): -1796188 or 10786788. OLE color: 10786788.
HSL color Cylindrical-coordinate representation of color #E497A4: hue angle of 349.87º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E497A4 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 164 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.11 |
| HSL | 349.87º | 0.59% | 0.74% | - |
| HSV(B) | 349.87º | 0.34% | 0.89% | - |
| XYZ | 49.76 | 41.31 | 40.47 | - |
| YUV | 175.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 164 | 0 | 0.34 | 0.28 | 0.11 | 349.87 | 0.59 | 0.74 |
| Hex | E4 | 97 | A4 | 0 | 22 | 1C | B | 15E | 3B | 4A |
| Octal | 344 | 227 | 244 | 0 | 42 | 34 | 13 | 536 | 73 | 112 |
| Binary | 11100100 | 10010111 | 10100100 | 0 | 100010 | 11100 | 1011 | 101011110 | 111011 | 1001010 |
Color Harmonies of #E497A4
Complementary color
Monochromatic Colors of #E497A4
Black with #E497A4
Text Example
Text Example
White with #E497A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497A4; }
p { color: rgb(228,151,164); }
H1.HeaderClassName
{
color: #E497A4;
}
.AnyTagClassName
{
color: #E497A4;
}
</style>
background-color css
<style>
a { background-color: #E497A4; }
a { background-color: rgb(228,151,164); }
div.DivClassName
{
background-color: #E497A4;
}
.BgClassName
{
background-color: #E497A4;
}
</style>
border-color css
<style>
span { border-color: #E497A4; }
span { border-color: rgb(228,151,164); }
td.TdClassName
{
border-color: #E497A4;
}
.TagClassName
{
border-color: #E497A4;
}
</style>