Shades of Kobi #E494A8
Tints of Kobi #E494A8
RGB
CMYK
RGB Variations
Color information
#E494A8 (or 0xE494A8) is known color: Kobi. HEX triplet: E4, 94 and A8. RGB value is (228,148,168). Sum of RGB (Red+Green+Blue) = 228+148+168=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E494A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E494A8 is #1B6B57. Grayscale: #AEAEAE. Windows color (decimal): -1796952 or 11048164. OLE color: 11048164.
HSL color Cylindrical-coordinate representation of color #E494A8: hue angle of 345º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E494A8 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 168 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.11 |
| HSL | 345º | 0.6% | 0.74% | - |
| HSV(B) | 345º | 0.35% | 0.89% | - |
| XYZ | 49.65 | 40.5 | 42.25 | - |
| YUV | 174.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 168 | 0 | 0.35 | 0.26 | 0.11 | 345 | 0.6 | 0.74 |
| Hex | E4 | 94 | A8 | 0 | 23 | 1A | B | 159 | 3C | 4A |
| Octal | 344 | 224 | 250 | 0 | 43 | 32 | 13 | 531 | 74 | 112 |
| Binary | 11100100 | 10010100 | 10101000 | 0 | 100011 | 11010 | 1011 | 101011001 | 111100 | 1001010 |
Color Harmonies of #E494A8
Complementary color
Monochromatic Colors of #E494A8
Black with #E494A8
Text Example
Text Example
White with #E494A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494A8; }
p { color: rgb(228,148,168); }
H1.HeaderClassName
{
color: #E494A8;
}
.AnyTagClassName
{
color: #E494A8;
}
</style>
background-color css
<style>
a { background-color: #E494A8; }
a { background-color: rgb(228,148,168); }
div.DivClassName
{
background-color: #E494A8;
}
.BgClassName
{
background-color: #E494A8;
}
</style>
border-color css
<style>
span { border-color: #E494A8; }
span { border-color: rgb(228,148,168); }
td.TdClassName
{
border-color: #E494A8;
}
.TagClassName
{
border-color: #E494A8;
}
</style>