Shades of Kobi #E087AC
Tints of Kobi #E087AC
RGB
CMYK
RGB Variations
Color information
#E087AC (or 0xE087AC) is known color: Kobi. HEX triplet: E0, 87 and AC. RGB value is (224,135,172). Sum of RGB (Red+Green+Blue) = 224+135+172=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E087AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E087AC is #1F7853. Grayscale: #A5A5A5. Windows color (decimal): -2062420 or 11306976. OLE color: 11306976.
HSL color Cylindrical-coordinate representation of color #E087AC: hue angle of 335.06º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E087AC is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 172 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.12 |
| HSL | 335.06º | 0.59% | 0.7% | - |
| HSV(B) | 335.06º | 0.4% | 0.88% | - |
| XYZ | 46.85 | 36.15 | 43.54 | - |
| YUV | 165.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 172 | 0 | 0.40 | 0.23 | 0.12 | 335.06 | 0.59 | 0.7 |
| Hex | E0 | 87 | AC | 0 | 28 | 17 | C | 14F | 3B | 46 |
| Octal | 340 | 207 | 254 | 0 | 50 | 27 | 14 | 517 | 73 | 106 |
| Binary | 11100000 | 10000111 | 10101100 | 0 | 101000 | 10111 | 1100 | 101001111 | 111011 | 1000110 |
Color Harmonies of #E087AC
Complementary color
Monochromatic Colors of #E087AC
Black with #E087AC
Text Example
Text Example
White with #E087AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E087AC; }
p { color: rgb(224,135,172); }
H1.HeaderClassName
{
color: #E087AC;
}
.AnyTagClassName
{
color: #E087AC;
}
</style>
background-color css
<style>
a { background-color: #E087AC; }
a { background-color: rgb(224,135,172); }
div.DivClassName
{
background-color: #E087AC;
}
.BgClassName
{
background-color: #E087AC;
}
</style>
border-color css
<style>
span { border-color: #E087AC; }
span { border-color: rgb(224,135,172); }
td.TdClassName
{
border-color: #E087AC;
}
.TagClassName
{
border-color: #E087AC;
}
</style>