Shades of Kobi #E38FAF
Tints of Kobi #E38FAF
RGB
CMYK
RGB Variations
Color information
#E38FAF (or 0xE38FAF) is known color: Kobi. HEX triplet: E3, 8F and AF. RGB value is (227,143,175). Sum of RGB (Red+Green+Blue) = 227+143+175=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38FAF is #1C7050. Grayscale: #ABABAB. Windows color (decimal): -1863761 or 11505635. OLE color: 11505635.
HSL color Cylindrical-coordinate representation of color #E38FAF: hue angle of 337.14º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38FAF is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 175 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.11 |
| HSL | 337.14º | 0.6% | 0.73% | - |
| HSV(B) | 337.14º | 0.37% | 0.89% | - |
| XYZ | 49.24 | 39.07 | 45.5 | - |
| YUV | 171.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 175 | 0 | 0.37 | 0.23 | 0.11 | 337.14 | 0.6 | 0.73 |
| Hex | E3 | 8F | AF | 0 | 25 | 17 | B | 151 | 3C | 49 |
| Octal | 343 | 217 | 257 | 0 | 45 | 27 | 13 | 521 | 74 | 111 |
| Binary | 11100011 | 10001111 | 10101111 | 0 | 100101 | 10111 | 1011 | 101010001 | 111100 | 1001001 |
Color Harmonies of #E38FAF
Complementary color
Monochromatic Colors of #E38FAF
Black with #E38FAF
Text Example
Text Example
White with #E38FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38FAF; }
p { color: rgb(227,143,175); }
H1.HeaderClassName
{
color: #E38FAF;
}
.AnyTagClassName
{
color: #E38FAF;
}
</style>
background-color css
<style>
a { background-color: #E38FAF; }
a { background-color: rgb(227,143,175); }
div.DivClassName
{
background-color: #E38FAF;
}
.BgClassName
{
background-color: #E38FAF;
}
</style>
border-color css
<style>
span { border-color: #E38FAF; }
span { border-color: rgb(227,143,175); }
td.TdClassName
{
border-color: #E38FAF;
}
.TagClassName
{
border-color: #E38FAF;
}
</style>