Shades of Kobi #E07EAF
Tints of Kobi #E07EAF
RGB
CMYK
RGB Variations
Color information
#E07EAF (or 0xE07EAF) is known color: Kobi. HEX triplet: E0, 7E and AF. RGB value is (224,126,175). Sum of RGB (Red+Green+Blue) = 224+126+175=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07EAF is #1F8150. Grayscale: #A0A0A0. Windows color (decimal): -2064721 or 11501280. OLE color: 11501280.
HSL color Cylindrical-coordinate representation of color #E07EAF: hue angle of 330º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07EAF is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 175 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.12 |
| HSL | 330º | 0.61% | 0.69% | - |
| HSV(B) | 330º | 0.44% | 0.88% | - |
| XYZ | 45.94 | 33.86 | 44.67 | - |
| YUV | 160.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 175 | 0 | 0.44 | 0.22 | 0.12 | 330 | 0.61 | 0.69 |
| Hex | E0 | 7E | AF | 0 | 2C | 16 | C | 14A | 3D | 45 |
| Octal | 340 | 176 | 257 | 0 | 54 | 26 | 14 | 512 | 75 | 105 |
| Binary | 11100000 | 1111110 | 10101111 | 0 | 101100 | 10110 | 1100 | 101001010 | 111101 | 1000101 |
Color Harmonies of #E07EAF
Complementary color
Monochromatic Colors of #E07EAF
Black with #E07EAF
Text Example
Text Example
White with #E07EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EAF; }
p { color: rgb(224,126,175); }
H1.HeaderClassName
{
color: #E07EAF;
}
.AnyTagClassName
{
color: #E07EAF;
}
</style>
background-color css
<style>
a { background-color: #E07EAF; }
a { background-color: rgb(224,126,175); }
div.DivClassName
{
background-color: #E07EAF;
}
.BgClassName
{
background-color: #E07EAF;
}
</style>
border-color css
<style>
span { border-color: #E07EAF; }
span { border-color: rgb(224,126,175); }
td.TdClassName
{
border-color: #E07EAF;
}
.TagClassName
{
border-color: #E07EAF;
}
</style>