Shades of Kobi #E383AB
Tints of Kobi #E383AB
RGB
CMYK
RGB Variations
Color information
#E383AB (or 0xE383AB) is known color: Kobi. HEX triplet: E3, 83 and AB. RGB value is (227,131,171). Sum of RGB (Red+Green+Blue) = 227+131+171=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E383AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E383AB is #1C7C54. Grayscale: #A4A4A4. Windows color (decimal): -1866837 or 11240419. OLE color: 11240419.
HSL color Cylindrical-coordinate representation of color #E383AB: hue angle of 335º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E383AB is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 171 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.11 |
| HSL | 335º | 0.63% | 0.7% | - |
| HSV(B) | 335º | 0.42% | 0.89% | - |
| XYZ | 47.15 | 35.5 | 42.9 | - |
| YUV | 164.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 171 | 0 | 0.42 | 0.25 | 0.11 | 335 | 0.63 | 0.7 |
| Hex | E3 | 83 | AB | 0 | 2A | 19 | B | 14F | 3F | 46 |
| Octal | 343 | 203 | 253 | 0 | 52 | 31 | 13 | 517 | 77 | 106 |
| Binary | 11100011 | 10000011 | 10101011 | 0 | 101010 | 11001 | 1011 | 101001111 | 111111 | 1000110 |
Color Harmonies of #E383AB
Complementary color
Monochromatic Colors of #E383AB
Black with #E383AB
Text Example
Text Example
White with #E383AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E383AB; }
p { color: rgb(227,131,171); }
H1.HeaderClassName
{
color: #E383AB;
}
.AnyTagClassName
{
color: #E383AB;
}
</style>
background-color css
<style>
a { background-color: #E383AB; }
a { background-color: rgb(227,131,171); }
div.DivClassName
{
background-color: #E383AB;
}
.BgClassName
{
background-color: #E383AB;
}
</style>
border-color css
<style>
span { border-color: #E383AB; }
span { border-color: rgb(227,131,171); }
td.TdClassName
{
border-color: #E383AB;
}
.TagClassName
{
border-color: #E383AB;
}
</style>