Shades of Kobi #E37CAA
Tints of Kobi #E37CAA
RGB
CMYK
RGB Variations
Color information
#E37CAA (or 0xE37CAA) is known color: Kobi. HEX triplet: E3, 7C and AA. RGB value is (227,124,170). Sum of RGB (Red+Green+Blue) = 227+124+170=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37CAA is #1C8355. Grayscale: #9F9F9F. Windows color (decimal): -1868630 or 11173091. OLE color: 11173091.
HSL color Cylindrical-coordinate representation of color #E37CAA: hue angle of 333.2º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E37CAA is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 170 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.11 |
| HSL | 333.2º | 0.65% | 0.69% | - |
| HSV(B) | 333.2º | 0.45% | 0.89% | - |
| XYZ | 46.14 | 33.65 | 42.09 | - |
| YUV | 160.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 170 | 0 | 0.45 | 0.25 | 0.11 | 333.2 | 0.65 | 0.69 |
| Hex | E3 | 7C | AA | 0 | 2D | 19 | B | 14D | 41 | 45 |
| Octal | 343 | 174 | 252 | 0 | 55 | 31 | 13 | 515 | 101 | 105 |
| Binary | 11100011 | 1111100 | 10101010 | 0 | 101101 | 11001 | 1011 | 101001101 | 1000001 | 1000101 |
Color Harmonies of #E37CAA
Complementary color
Monochromatic Colors of #E37CAA
Black with #E37CAA
Text Example
Text Example
White with #E37CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37CAA; }
p { color: rgb(227,124,170); }
H1.HeaderClassName
{
color: #E37CAA;
}
.AnyTagClassName
{
color: #E37CAA;
}
</style>
background-color css
<style>
a { background-color: #E37CAA; }
a { background-color: rgb(227,124,170); }
div.DivClassName
{
background-color: #E37CAA;
}
.BgClassName
{
background-color: #E37CAA;
}
</style>
border-color css
<style>
span { border-color: #E37CAA; }
span { border-color: rgb(227,124,170); }
td.TdClassName
{
border-color: #E37CAA;
}
.TagClassName
{
border-color: #E37CAA;
}
</style>