Shades of Kobi #E395AF
Tints of Kobi #E395AF
RGB
CMYK
RGB Variations
Color information
#E395AF (or 0xE395AF) is known color: Kobi. HEX triplet: E3, 95 and AF. RGB value is (227,149,175). Sum of RGB (Red+Green+Blue) = 227+149+175=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E395AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E395AF is #1C6A50. Grayscale: #AFAFAF. Windows color (decimal): -1862225 or 11507171. OLE color: 11507171.
HSL color Cylindrical-coordinate representation of color #E395AF: hue angle of 340º 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 #E395AF is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 175 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.11 |
| HSL | 340º | 0.58% | 0.74% | - |
| HSV(B) | 340º | 0.34% | 0.89% | - |
| XYZ | 50.16 | 40.92 | 45.81 | - |
| YUV | 175.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 175 | 0 | 0.34 | 0.23 | 0.11 | 340 | 0.58 | 0.74 |
| Hex | E3 | 95 | AF | 0 | 22 | 17 | B | 154 | 3A | 4A |
| Octal | 343 | 225 | 257 | 0 | 42 | 27 | 13 | 524 | 72 | 112 |
| Binary | 11100011 | 10010101 | 10101111 | 0 | 100010 | 10111 | 1011 | 101010100 | 111010 | 1001010 |
Color Harmonies of #E395AF
Complementary color
Monochromatic Colors of #E395AF
Black with #E395AF
Text Example
Text Example
White with #E395AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395AF; }
p { color: rgb(227,149,175); }
H1.HeaderClassName
{
color: #E395AF;
}
.AnyTagClassName
{
color: #E395AF;
}
</style>
background-color css
<style>
a { background-color: #E395AF; }
a { background-color: rgb(227,149,175); }
div.DivClassName
{
background-color: #E395AF;
}
.BgClassName
{
background-color: #E395AF;
}
</style>
border-color css
<style>
span { border-color: #E395AF; }
span { border-color: rgb(227,149,175); }
td.TdClassName
{
border-color: #E395AF;
}
.TagClassName
{
border-color: #E395AF;
}
</style>