Shades of Kobi #E37DAA
Tints of Kobi #E37DAA
RGB
CMYK
RGB Variations
Color information
#E37DAA (or 0xE37DAA) is known color: Kobi. HEX triplet: E3, 7D and AA. RGB value is (227,125,170). Sum of RGB (Red+Green+Blue) = 227+125+170=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37DAA is #1C8255. Grayscale: #A0A0A0. Windows color (decimal): -1868374 or 11173347. OLE color: 11173347.
HSL color Cylindrical-coordinate representation of color #E37DAA: hue angle of 333.53º 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 #E37DAA is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 170 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.11 |
| HSL | 333.53º | 0.65% | 0.69% | - |
| HSV(B) | 333.53º | 0.45% | 0.89% | - |
| XYZ | 46.27 | 33.9 | 42.14 | - |
| YUV | 160.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 170 | 0 | 0.45 | 0.25 | 0.11 | 333.53 | 0.65 | 0.69 |
| Hex | E3 | 7D | AA | 0 | 2D | 19 | B | 14E | 41 | 45 |
| Octal | 343 | 175 | 252 | 0 | 55 | 31 | 13 | 516 | 101 | 105 |
| Binary | 11100011 | 1111101 | 10101010 | 0 | 101101 | 11001 | 1011 | 101001110 | 1000001 | 1000101 |
Color Harmonies of #E37DAA
Complementary color
Monochromatic Colors of #E37DAA
Black with #E37DAA
Text Example
Text Example
White with #E37DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DAA; }
p { color: rgb(227,125,170); }
H1.HeaderClassName
{
color: #E37DAA;
}
.AnyTagClassName
{
color: #E37DAA;
}
</style>
background-color css
<style>
a { background-color: #E37DAA; }
a { background-color: rgb(227,125,170); }
div.DivClassName
{
background-color: #E37DAA;
}
.BgClassName
{
background-color: #E37DAA;
}
</style>
border-color css
<style>
span { border-color: #E37DAA; }
span { border-color: rgb(227,125,170); }
td.TdClassName
{
border-color: #E37DAA;
}
.TagClassName
{
border-color: #E37DAA;
}
</style>