Shades of Kobi #E384A6
Tints of Kobi #E384A6
RGB
CMYK
RGB Variations
Color information
#E384A6 (or 0xE384A6) is known color: Kobi. HEX triplet: E3, 84 and A6. RGB value is (227,132,166). Sum of RGB (Red+Green+Blue) = 227+132+166=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E384A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384A6 is #1C7B59. Grayscale: #A4A4A4. Windows color (decimal): -1866586 or 10912995. OLE color: 10912995.
HSL color Cylindrical-coordinate representation of color #E384A6: hue angle of 338.53º 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 #E384A6 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 166 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.11 |
| HSL | 338.53º | 0.63% | 0.7% | - |
| HSV(B) | 338.53º | 0.42% | 0.89% | - |
| XYZ | 46.81 | 35.59 | 40.48 | - |
| YUV | 164.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 166 | 0 | 0.42 | 0.27 | 0.11 | 338.53 | 0.63 | 0.7 |
| Hex | E3 | 84 | A6 | 0 | 2A | 1B | B | 153 | 3F | 46 |
| Octal | 343 | 204 | 246 | 0 | 52 | 33 | 13 | 523 | 77 | 106 |
| Binary | 11100011 | 10000100 | 10100110 | 0 | 101010 | 11011 | 1011 | 101010011 | 111111 | 1000110 |
Color Harmonies of #E384A6
Complementary color
Monochromatic Colors of #E384A6
Black with #E384A6
Text Example
Text Example
White with #E384A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384A6; }
p { color: rgb(227,132,166); }
H1.HeaderClassName
{
color: #E384A6;
}
.AnyTagClassName
{
color: #E384A6;
}
</style>
background-color css
<style>
a { background-color: #E384A6; }
a { background-color: rgb(227,132,166); }
div.DivClassName
{
background-color: #E384A6;
}
.BgClassName
{
background-color: #E384A6;
}
</style>
border-color css
<style>
span { border-color: #E384A6; }
span { border-color: rgb(227,132,166); }
td.TdClassName
{
border-color: #E384A6;
}
.TagClassName
{
border-color: #E384A6;
}
</style>