Shades of Kobi #E384A5
Tints of Kobi #E384A5
RGB
CMYK
RGB Variations
Color information
#E384A5 (or 0xE384A5) is known color: Kobi. HEX triplet: E3, 84 and A5. RGB value is (227,132,165). Sum of RGB (Red+Green+Blue) = 227+132+165=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E384A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384A5 is #1C7B5A. Grayscale: #A4A4A4. Windows color (decimal): -1866587 or 10847459. OLE color: 10847459.
HSL color Cylindrical-coordinate representation of color #E384A5: hue angle of 339.16º 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 #E384A5 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 165 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.11 |
| HSL | 339.16º | 0.63% | 0.7% | - |
| HSV(B) | 339.16º | 0.42% | 0.89% | - |
| XYZ | 46.72 | 35.55 | 40 | - |
| YUV | 164.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 165 | 0 | 0.42 | 0.27 | 0.11 | 339.16 | 0.63 | 0.7 |
| Hex | E3 | 84 | A5 | 0 | 2A | 1B | B | 153 | 3F | 46 |
| Octal | 343 | 204 | 245 | 0 | 52 | 33 | 13 | 523 | 77 | 106 |
| Binary | 11100011 | 10000100 | 10100101 | 0 | 101010 | 11011 | 1011 | 101010011 | 111111 | 1000110 |
Color Harmonies of #E384A5
Complementary color
Monochromatic Colors of #E384A5
Black with #E384A5
Text Example
Text Example
White with #E384A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384A5; }
p { color: rgb(227,132,165); }
H1.HeaderClassName
{
color: #E384A5;
}
.AnyTagClassName
{
color: #E384A5;
}
</style>
background-color css
<style>
a { background-color: #E384A5; }
a { background-color: rgb(227,132,165); }
div.DivClassName
{
background-color: #E384A5;
}
.BgClassName
{
background-color: #E384A5;
}
</style>
border-color css
<style>
span { border-color: #E384A5; }
span { border-color: rgb(227,132,165); }
td.TdClassName
{
border-color: #E384A5;
}
.TagClassName
{
border-color: #E384A5;
}
</style>