Shades of Kobi #E395A5
Tints of Kobi #E395A5
RGB
CMYK
RGB Variations
Color information
#E395A5 (or 0xE395A5) is known color: Kobi. HEX triplet: E3, 95 and A5. RGB value is (227,149,165). Sum of RGB (Red+Green+Blue) = 227+149+165=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E395A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E395A5 is #1C6A5A. Grayscale: #AEAEAE. Windows color (decimal): -1862235 or 10851811. OLE color: 10851811.
HSL color Cylindrical-coordinate representation of color #E395A5: hue angle of 347.69º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395A5 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 165 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.11 |
| HSL | 347.69º | 0.58% | 0.74% | - |
| HSV(B) | 347.69º | 0.34% | 0.89% | - |
| XYZ | 49.22 | 40.54 | 40.83 | - |
| YUV | 174.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 165 | 0 | 0.34 | 0.27 | 0.11 | 347.69 | 0.58 | 0.74 |
| Hex | E3 | 95 | A5 | 0 | 22 | 1B | B | 15C | 3A | 4A |
| Octal | 343 | 225 | 245 | 0 | 42 | 33 | 13 | 534 | 72 | 112 |
| Binary | 11100011 | 10010101 | 10100101 | 0 | 100010 | 11011 | 1011 | 101011100 | 111010 | 1001010 |
Color Harmonies of #E395A5
Complementary color
Monochromatic Colors of #E395A5
Black with #E395A5
Text Example
Text Example
White with #E395A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395A5; }
p { color: rgb(227,149,165); }
H1.HeaderClassName
{
color: #E395A5;
}
.AnyTagClassName
{
color: #E395A5;
}
</style>
background-color css
<style>
a { background-color: #E395A5; }
a { background-color: rgb(227,149,165); }
div.DivClassName
{
background-color: #E395A5;
}
.BgClassName
{
background-color: #E395A5;
}
</style>
border-color css
<style>
span { border-color: #E395A5; }
span { border-color: rgb(227,149,165); }
td.TdClassName
{
border-color: #E395A5;
}
.TagClassName
{
border-color: #E395A5;
}
</style>