Shades of Kobi #E384AB
Tints of Kobi #E384AB
RGB
CMYK
RGB Variations
Color information
#E384AB (or 0xE384AB) is known color: Kobi. HEX triplet: E3, 84 and AB. RGB value is (227,132,171). Sum of RGB (Red+Green+Blue) = 227+132+171=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E384AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384AB is #1C7B54. Grayscale: #A4A4A4. Windows color (decimal): -1866581 or 11240675. OLE color: 11240675.
HSL color Cylindrical-coordinate representation of color #E384AB: hue angle of 335.37º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384AB is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 171 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.11 |
| HSL | 335.37º | 0.63% | 0.7% | - |
| HSV(B) | 335.37º | 0.42% | 0.89% | - |
| XYZ | 47.28 | 35.77 | 42.94 | - |
| YUV | 164.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 171 | 0 | 0.42 | 0.25 | 0.11 | 335.37 | 0.63 | 0.7 |
| Hex | E3 | 84 | AB | 0 | 2A | 19 | B | 14F | 3F | 46 |
| Octal | 343 | 204 | 253 | 0 | 52 | 31 | 13 | 517 | 77 | 106 |
| Binary | 11100011 | 10000100 | 10101011 | 0 | 101010 | 11001 | 1011 | 101001111 | 111111 | 1000110 |
Color Harmonies of #E384AB
Complementary color
Monochromatic Colors of #E384AB
Black with #E384AB
Text Example
Text Example
White with #E384AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384AB; }
p { color: rgb(227,132,171); }
H1.HeaderClassName
{
color: #E384AB;
}
.AnyTagClassName
{
color: #E384AB;
}
</style>
background-color css
<style>
a { background-color: #E384AB; }
a { background-color: rgb(227,132,171); }
div.DivClassName
{
background-color: #E384AB;
}
.BgClassName
{
background-color: #E384AB;
}
</style>
border-color css
<style>
span { border-color: #E384AB; }
span { border-color: rgb(227,132,171); }
td.TdClassName
{
border-color: #E384AB;
}
.TagClassName
{
border-color: #E384AB;
}
</style>