Shades of Kobi #E399B0
Tints of Kobi #E399B0
RGB
CMYK
RGB Variations
Color information
#E399B0 (or 0xE399B0) is known color: Kobi. HEX triplet: E3, 99 and B0. RGB value is (227,153,176). Sum of RGB (Red+Green+Blue) = 227+153+176=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E399B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E399B0 is #1C664F. Grayscale: #B1B1B1. Windows color (decimal): -1861200 or 11573731. OLE color: 11573731.
HSL color Cylindrical-coordinate representation of color #E399B0: hue angle of 341.35º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E399B0 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 176 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.11 |
| HSL | 341.35º | 0.57% | 0.75% | - |
| HSV(B) | 341.35º | 0.33% | 0.89% | - |
| XYZ | 50.91 | 42.25 | 46.55 | - |
| YUV | 177.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 176 | 0 | 0.33 | 0.22 | 0.11 | 341.35 | 0.57 | 0.75 |
| Hex | E3 | 99 | B0 | 0 | 21 | 16 | B | 155 | 39 | 4B |
| Octal | 343 | 231 | 260 | 0 | 41 | 26 | 13 | 525 | 71 | 113 |
| Binary | 11100011 | 10011001 | 10110000 | 0 | 100001 | 10110 | 1011 | 101010101 | 111001 | 1001011 |
Color Harmonies of #E399B0
Complementary color
Monochromatic Colors of #E399B0
Black with #E399B0
Text Example
Text Example
White with #E399B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E399B0; }
p { color: rgb(227,153,176); }
H1.HeaderClassName
{
color: #E399B0;
}
.AnyTagClassName
{
color: #E399B0;
}
</style>
background-color css
<style>
a { background-color: #E399B0; }
a { background-color: rgb(227,153,176); }
div.DivClassName
{
background-color: #E399B0;
}
.BgClassName
{
background-color: #E399B0;
}
</style>
border-color css
<style>
span { border-color: #E399B0; }
span { border-color: rgb(227,153,176); }
td.TdClassName
{
border-color: #E399B0;
}
.TagClassName
{
border-color: #E399B0;
}
</style>