Shades of Kobi #E07CAE
Tints of Kobi #E07CAE
RGB
CMYK
RGB Variations
Color information
#E07CAE (or 0xE07CAE) is known color: Kobi. HEX triplet: E0, 7C and AE. RGB value is (224,124,174). Sum of RGB (Red+Green+Blue) = 224+124+174=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CAE is #1F8351. Grayscale: #9F9F9F. Windows color (decimal): -2065234 or 11435232. OLE color: 11435232.
HSL color Cylindrical-coordinate representation of color #E07CAE: hue angle of 330º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CAE is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 174 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.12 |
| HSL | 330º | 0.62% | 0.68% | - |
| HSV(B) | 330º | 0.45% | 0.88% | - |
| XYZ | 45.59 | 33.32 | 44.07 | - |
| YUV | 159.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 174 | 0 | 0.45 | 0.22 | 0.12 | 330 | 0.62 | 0.68 |
| Hex | E0 | 7C | AE | 0 | 2D | 16 | C | 14A | 3E | 44 |
| Octal | 340 | 174 | 256 | 0 | 55 | 26 | 14 | 512 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10101110 | 0 | 101101 | 10110 | 1100 | 101001010 | 111110 | 1000100 |
Color Harmonies of #E07CAE
Complementary color
Monochromatic Colors of #E07CAE
Black with #E07CAE
Text Example
Text Example
White with #E07CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CAE; }
p { color: rgb(224,124,174); }
H1.HeaderClassName
{
color: #E07CAE;
}
.AnyTagClassName
{
color: #E07CAE;
}
</style>
background-color css
<style>
a { background-color: #E07CAE; }
a { background-color: rgb(224,124,174); }
div.DivClassName
{
background-color: #E07CAE;
}
.BgClassName
{
background-color: #E07CAE;
}
</style>
border-color css
<style>
span { border-color: #E07CAE; }
span { border-color: rgb(224,124,174); }
td.TdClassName
{
border-color: #E07CAE;
}
.TagClassName
{
border-color: #E07CAE;
}
</style>