Shades of Kobi #E388AF
Tints of Kobi #E388AF
RGB
CMYK
RGB Variations
Color information
#E388AF (or 0xE388AF) is known color: Kobi. HEX triplet: E3, 88 and AF. RGB value is (227,136,175). Sum of RGB (Red+Green+Blue) = 227+136+175=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E388AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E388AF is #1C7750. Grayscale: #A7A7A7. Windows color (decimal): -1865553 or 11503843. OLE color: 11503843.
HSL color Cylindrical-coordinate representation of color #E388AF: hue angle of 334.29º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E388AF is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 175 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.11 |
| HSL | 334.29º | 0.62% | 0.71% | - |
| HSV(B) | 334.29º | 0.4% | 0.89% | - |
| XYZ | 48.22 | 37.03 | 45.16 | - |
| YUV | 167.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 175 | 0 | 0.40 | 0.23 | 0.11 | 334.29 | 0.62 | 0.71 |
| Hex | E3 | 88 | AF | 0 | 28 | 17 | B | 14E | 3E | 47 |
| Octal | 343 | 210 | 257 | 0 | 50 | 27 | 13 | 516 | 76 | 107 |
| Binary | 11100011 | 10001000 | 10101111 | 0 | 101000 | 10111 | 1011 | 101001110 | 111110 | 1000111 |
Color Harmonies of #E388AF
Complementary color
Monochromatic Colors of #E388AF
Black with #E388AF
Text Example
Text Example
White with #E388AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E388AF; }
p { color: rgb(227,136,175); }
H1.HeaderClassName
{
color: #E388AF;
}
.AnyTagClassName
{
color: #E388AF;
}
</style>
background-color css
<style>
a { background-color: #E388AF; }
a { background-color: rgb(227,136,175); }
div.DivClassName
{
background-color: #E388AF;
}
.BgClassName
{
background-color: #E388AF;
}
</style>
border-color css
<style>
span { border-color: #E388AF; }
span { border-color: rgb(227,136,175); }
td.TdClassName
{
border-color: #E388AF;
}
.TagClassName
{
border-color: #E388AF;
}
</style>