Shades of Kobi #E385B3
Tints of Kobi #E385B3
RGB
CMYK
RGB Variations
Color information
#E385B3 (or 0xE385B3) is known color: Kobi. HEX triplet: E3, 85 and B3. RGB value is (227,133,179). Sum of RGB (Red+Green+Blue) = 227+133+179=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E385B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385B3 is #1C7A4C. Grayscale: #A6A6A6. Windows color (decimal): -1866317 or 11765219. OLE color: 11765219.
HSL color Cylindrical-coordinate representation of color #E385B3: hue angle of 330.64º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385B3 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 179 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.11 |
| HSL | 330.64º | 0.63% | 0.71% | - |
| HSV(B) | 330.64º | 0.41% | 0.89% | - |
| XYZ | 48.2 | 36.36 | 47.13 | - |
| YUV | 166.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 179 | 0 | 0.41 | 0.21 | 0.11 | 330.64 | 0.63 | 0.71 |
| Hex | E3 | 85 | B3 | 0 | 29 | 15 | B | 14B | 3F | 47 |
| Octal | 343 | 205 | 263 | 0 | 51 | 25 | 13 | 513 | 77 | 107 |
| Binary | 11100011 | 10000101 | 10110011 | 0 | 101001 | 10101 | 1011 | 101001011 | 111111 | 1000111 |
Color Harmonies of #E385B3
Complementary color
Monochromatic Colors of #E385B3
Black with #E385B3
Text Example
Text Example
White with #E385B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385B3; }
p { color: rgb(227,133,179); }
H1.HeaderClassName
{
color: #E385B3;
}
.AnyTagClassName
{
color: #E385B3;
}
</style>
background-color css
<style>
a { background-color: #E385B3; }
a { background-color: rgb(227,133,179); }
div.DivClassName
{
background-color: #E385B3;
}
.BgClassName
{
background-color: #E385B3;
}
</style>
border-color css
<style>
span { border-color: #E385B3; }
span { border-color: rgb(227,133,179); }
td.TdClassName
{
border-color: #E385B3;
}
.TagClassName
{
border-color: #E385B3;
}
</style>