Shades of Kobi #E095AF
Tints of Kobi #E095AF
RGB
CMYK
RGB Variations
Color information
#E095AF (or 0xE095AF) is known color: Kobi. HEX triplet: E0, 95 and AF. RGB value is (224,149,175). Sum of RGB (Red+Green+Blue) = 224+149+175=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E095AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095AF is #1F6A50. Grayscale: #AEAEAE. Windows color (decimal): -2058833 or 11507168. OLE color: 11507168.
HSL color Cylindrical-coordinate representation of color #E095AF: hue angle of 339.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095AF is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 175 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.12 |
| HSL | 339.2º | 0.55% | 0.73% | - |
| HSV(B) | 339.2º | 0.33% | 0.88% | - |
| XYZ | 49.23 | 40.44 | 45.77 | - |
| YUV | 174.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 175 | 0 | 0.33 | 0.22 | 0.12 | 339.2 | 0.55 | 0.73 |
| Hex | E0 | 95 | AF | 0 | 21 | 16 | C | 153 | 37 | 49 |
| Octal | 340 | 225 | 257 | 0 | 41 | 26 | 14 | 523 | 67 | 111 |
| Binary | 11100000 | 10010101 | 10101111 | 0 | 100001 | 10110 | 1100 | 101010011 | 110111 | 1001001 |
Color Harmonies of #E095AF
Complementary color
Monochromatic Colors of #E095AF
Black with #E095AF
Text Example
Text Example
White with #E095AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095AF; }
p { color: rgb(224,149,175); }
H1.HeaderClassName
{
color: #E095AF;
}
.AnyTagClassName
{
color: #E095AF;
}
</style>
background-color css
<style>
a { background-color: #E095AF; }
a { background-color: rgb(224,149,175); }
div.DivClassName
{
background-color: #E095AF;
}
.BgClassName
{
background-color: #E095AF;
}
</style>
border-color css
<style>
span { border-color: #E095AF; }
span { border-color: rgb(224,149,175); }
td.TdClassName
{
border-color: #E095AF;
}
.TagClassName
{
border-color: #E095AF;
}
</style>