Shades of Kobi #E388A8
Tints of Kobi #E388A8
RGB
CMYK
RGB Variations
Color information
#E388A8 (or 0xE388A8) is known color: Kobi. HEX triplet: E3, 88 and A8. RGB value is (227,136,168). Sum of RGB (Red+Green+Blue) = 227+136+168=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E388A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E388A8 is #1C7757. Grayscale: #A6A6A6. Windows color (decimal): -1865560 or 11045091. OLE color: 11045091.
HSL color Cylindrical-coordinate representation of color #E388A8: hue angle of 338.9º 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 #E388A8 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 168 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.11 |
| HSL | 338.9º | 0.62% | 0.71% | - |
| HSV(B) | 338.9º | 0.4% | 0.89% | - |
| XYZ | 47.55 | 36.77 | 41.64 | - |
| YUV | 166.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 168 | 0 | 0.40 | 0.26 | 0.11 | 338.9 | 0.62 | 0.71 |
| Hex | E3 | 88 | A8 | 0 | 28 | 1A | B | 153 | 3E | 47 |
| Octal | 343 | 210 | 250 | 0 | 50 | 32 | 13 | 523 | 76 | 107 |
| Binary | 11100011 | 10001000 | 10101000 | 0 | 101000 | 11010 | 1011 | 101010011 | 111110 | 1000111 |
Color Harmonies of #E388A8
Complementary color
Monochromatic Colors of #E388A8
Black with #E388A8
Text Example
Text Example
White with #E388A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E388A8; }
p { color: rgb(227,136,168); }
H1.HeaderClassName
{
color: #E388A8;
}
.AnyTagClassName
{
color: #E388A8;
}
</style>
background-color css
<style>
a { background-color: #E388A8; }
a { background-color: rgb(227,136,168); }
div.DivClassName
{
background-color: #E388A8;
}
.BgClassName
{
background-color: #E388A8;
}
</style>
border-color css
<style>
span { border-color: #E388A8; }
span { border-color: rgb(227,136,168); }
td.TdClassName
{
border-color: #E388A8;
}
.TagClassName
{
border-color: #E388A8;
}
</style>