Shades of Kobi #E28FAF
Tints of Kobi #E28FAF
RGB
CMYK
RGB Variations
Color information
#E28FAF (or 0xE28FAF) is known color: Kobi. HEX triplet: E2, 8F and AF. RGB value is (226,143,175). Sum of RGB (Red+Green+Blue) = 226+143+175=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28FAF is #1D7050. Grayscale: #ABABAB. Windows color (decimal): -1929297 or 11505634. OLE color: 11505634.
HSL color Cylindrical-coordinate representation of color #E28FAF: hue angle of 336.87º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E28FAF is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 175 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.11 |
| HSL | 336.87º | 0.59% | 0.72% | - |
| HSV(B) | 336.87º | 0.37% | 0.89% | - |
| XYZ | 48.92 | 38.91 | 45.49 | - |
| YUV | 171.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 175 | 0 | 0.37 | 0.23 | 0.11 | 336.87 | 0.59 | 0.72 |
| Hex | E2 | 8F | AF | 0 | 25 | 17 | B | 151 | 3B | 48 |
| Octal | 342 | 217 | 257 | 0 | 45 | 27 | 13 | 521 | 73 | 110 |
| Binary | 11100010 | 10001111 | 10101111 | 0 | 100101 | 10111 | 1011 | 101010001 | 111011 | 1001000 |
Color Harmonies of #E28FAF
Complementary color
Monochromatic Colors of #E28FAF
Black with #E28FAF
Text Example
Text Example
White with #E28FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FAF; }
p { color: rgb(226,143,175); }
H1.HeaderClassName
{
color: #E28FAF;
}
.AnyTagClassName
{
color: #E28FAF;
}
</style>
background-color css
<style>
a { background-color: #E28FAF; }
a { background-color: rgb(226,143,175); }
div.DivClassName
{
background-color: #E28FAF;
}
.BgClassName
{
background-color: #E28FAF;
}
</style>
border-color css
<style>
span { border-color: #E28FAF; }
span { border-color: rgb(226,143,175); }
td.TdClassName
{
border-color: #E28FAF;
}
.TagClassName
{
border-color: #E28FAF;
}
</style>