Shades of Kobi #E380A6
Tints of Kobi #E380A6
RGB
CMYK
RGB Variations
Color information
#E380A6 (or 0xE380A6) is known color: Kobi. HEX triplet: E3, 80 and A6. RGB value is (227,128,166). Sum of RGB (Red+Green+Blue) = 227+128+166=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E380A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380A6 is #1C7F59. Grayscale: #A1A1A1. Windows color (decimal): -1867610 or 10911971. OLE color: 10911971.
HSL color Cylindrical-coordinate representation of color #E380A6: hue angle of 336.97º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380A6 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 166 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.11 |
| HSL | 336.97º | 0.64% | 0.7% | - |
| HSV(B) | 336.97º | 0.44% | 0.89% | - |
| XYZ | 46.28 | 34.52 | 40.3 | - |
| YUV | 161.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 166 | 0 | 0.44 | 0.27 | 0.11 | 336.97 | 0.64 | 0.7 |
| Hex | E3 | 80 | A6 | 0 | 2C | 1B | B | 151 | 40 | 46 |
| Octal | 343 | 200 | 246 | 0 | 54 | 33 | 13 | 521 | 100 | 106 |
| Binary | 11100011 | 10000000 | 10100110 | 0 | 101100 | 11011 | 1011 | 101010001 | 1000000 | 1000110 |
Color Harmonies of #E380A6
Complementary color
Monochromatic Colors of #E380A6
Black with #E380A6
Text Example
Text Example
White with #E380A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380A6; }
p { color: rgb(227,128,166); }
H1.HeaderClassName
{
color: #E380A6;
}
.AnyTagClassName
{
color: #E380A6;
}
</style>
background-color css
<style>
a { background-color: #E380A6; }
a { background-color: rgb(227,128,166); }
div.DivClassName
{
background-color: #E380A6;
}
.BgClassName
{
background-color: #E380A6;
}
</style>
border-color css
<style>
span { border-color: #E380A6; }
span { border-color: rgb(227,128,166); }
td.TdClassName
{
border-color: #E380A6;
}
.TagClassName
{
border-color: #E380A6;
}
</style>