Shades of Kobi #E384A3
Tints of Kobi #E384A3
RGB
CMYK
RGB Variations
Color information
#E384A3 (or 0xE384A3) is known color: Kobi. HEX triplet: E3, 84 and A3. RGB value is (227,132,163). Sum of RGB (Red+Green+Blue) = 227+132+163=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E384A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384A3 is #1C7B5C. Grayscale: #A3A3A3. Windows color (decimal): -1866589 or 10716387. OLE color: 10716387.
HSL color Cylindrical-coordinate representation of color #E384A3: hue angle of 340.42º 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 #E384A3 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 163 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.11 |
| HSL | 340.42º | 0.63% | 0.7% | - |
| HSV(B) | 340.42º | 0.42% | 0.89% | - |
| XYZ | 46.54 | 35.48 | 39.05 | - |
| YUV | 163.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 163 | 0 | 0.42 | 0.28 | 0.11 | 340.42 | 0.63 | 0.7 |
| Hex | E3 | 84 | A3 | 0 | 2A | 1C | B | 154 | 3F | 46 |
| Octal | 343 | 204 | 243 | 0 | 52 | 34 | 13 | 524 | 77 | 106 |
| Binary | 11100011 | 10000100 | 10100011 | 0 | 101010 | 11100 | 1011 | 101010100 | 111111 | 1000110 |
Color Harmonies of #E384A3
Complementary color
Monochromatic Colors of #E384A3
Black with #E384A3
Text Example
Text Example
White with #E384A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384A3; }
p { color: rgb(227,132,163); }
H1.HeaderClassName
{
color: #E384A3;
}
.AnyTagClassName
{
color: #E384A3;
}
</style>
background-color css
<style>
a { background-color: #E384A3; }
a { background-color: rgb(227,132,163); }
div.DivClassName
{
background-color: #E384A3;
}
.BgClassName
{
background-color: #E384A3;
}
</style>
border-color css
<style>
span { border-color: #E384A3; }
span { border-color: rgb(227,132,163); }
td.TdClassName
{
border-color: #E384A3;
}
.TagClassName
{
border-color: #E384A3;
}
</style>