Shades of Kobi #E494B3
Tints of Kobi #E494B3
RGB
CMYK
RGB Variations
Color information
#E494B3 (or 0xE494B3) is known color: Kobi. HEX triplet: E4, 94 and B3. RGB value is (228,148,179). Sum of RGB (Red+Green+Blue) = 228+148+179=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E494B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494B3 is #1B6B4C. Grayscale: #AFAFAF. Windows color (decimal): -1796941 or 11769060. OLE color: 11769060.
HSL color Cylindrical-coordinate representation of color #E494B3: hue angle of 336.75º 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 #E494B3 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 179 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.11 |
| HSL | 336.75º | 0.6% | 0.74% | - |
| HSV(B) | 336.75º | 0.35% | 0.89% | - |
| XYZ | 50.72 | 40.93 | 47.87 | - |
| YUV | 175.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 179 | 0 | 0.35 | 0.21 | 0.11 | 336.75 | 0.6 | 0.74 |
| Hex | E4 | 94 | B3 | 0 | 23 | 15 | B | 151 | 3C | 4A |
| Octal | 344 | 224 | 263 | 0 | 43 | 25 | 13 | 521 | 74 | 112 |
| Binary | 11100100 | 10010100 | 10110011 | 0 | 100011 | 10101 | 1011 | 101010001 | 111100 | 1001010 |
Color Harmonies of #E494B3
Complementary color
Monochromatic Colors of #E494B3
Black with #E494B3
Text Example
Text Example
White with #E494B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494B3; }
p { color: rgb(228,148,179); }
H1.HeaderClassName
{
color: #E494B3;
}
.AnyTagClassName
{
color: #E494B3;
}
</style>
background-color css
<style>
a { background-color: #E494B3; }
a { background-color: rgb(228,148,179); }
div.DivClassName
{
background-color: #E494B3;
}
.BgClassName
{
background-color: #E494B3;
}
</style>
border-color css
<style>
span { border-color: #E494B3; }
span { border-color: rgb(228,148,179); }
td.TdClassName
{
border-color: #E494B3;
}
.TagClassName
{
border-color: #E494B3;
}
</style>