Shades of Kobi #E18FAF
Tints of Kobi #E18FAF
RGB
CMYK
RGB Variations
Color information
#E18FAF (or 0xE18FAF) is known color: Kobi. HEX triplet: E1, 8F and AF. RGB value is (225,143,175). Sum of RGB (Red+Green+Blue) = 225+143+175=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18FAF is #1E7050. Grayscale: #ABABAB. Windows color (decimal): -1994833 or 11505633. OLE color: 11505633.
HSL color Cylindrical-coordinate representation of color #E18FAF: hue angle of 336.59º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E18FAF is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 175 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.12 |
| HSL | 336.59º | 0.58% | 0.72% | - |
| HSV(B) | 336.59º | 0.36% | 0.88% | - |
| XYZ | 48.61 | 38.75 | 45.47 | - |
| YUV | 171.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 175 | 0 | 0.36 | 0.22 | 0.12 | 336.59 | 0.58 | 0.72 |
| Hex | E1 | 8F | AF | 0 | 24 | 16 | C | 151 | 3A | 48 |
| Octal | 341 | 217 | 257 | 0 | 44 | 26 | 14 | 521 | 72 | 110 |
| Binary | 11100001 | 10001111 | 10101111 | 0 | 100100 | 10110 | 1100 | 101010001 | 111010 | 1001000 |
Color Harmonies of #E18FAF
Complementary color
Monochromatic Colors of #E18FAF
Black with #E18FAF
Text Example
Text Example
White with #E18FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18FAF; }
p { color: rgb(225,143,175); }
H1.HeaderClassName
{
color: #E18FAF;
}
.AnyTagClassName
{
color: #E18FAF;
}
</style>
background-color css
<style>
a { background-color: #E18FAF; }
a { background-color: rgb(225,143,175); }
div.DivClassName
{
background-color: #E18FAF;
}
.BgClassName
{
background-color: #E18FAF;
}
</style>
border-color css
<style>
span { border-color: #E18FAF; }
span { border-color: rgb(225,143,175); }
td.TdClassName
{
border-color: #E18FAF;
}
.TagClassName
{
border-color: #E18FAF;
}
</style>