Shades of Kobi #E57DAA
Tints of Kobi #E57DAA
RGB
CMYK
RGB Variations
Color information
#E57DAA (or 0xE57DAA) is known color: Kobi. HEX triplet: E5, 7D and AA. RGB value is (229,125,170). Sum of RGB (Red+Green+Blue) = 229+125+170=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DAA is #1A8255. Grayscale: #A1A1A1. Windows color (decimal): -1737302 or 11173349. OLE color: 11173349.
HSL color Cylindrical-coordinate representation of color #E57DAA: hue angle of 334.04º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DAA is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 170 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.10 |
| HSL | 334.04º | 0.67% | 0.69% | - |
| HSV(B) | 334.04º | 0.45% | 0.9% | - |
| XYZ | 46.9 | 34.23 | 42.16 | - |
| YUV | 161.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 170 | 0 | 0.45 | 0.26 | 0.10 | 334.04 | 0.67 | 0.69 |
| Hex | E5 | 7D | AA | 0 | 2D | 1A | A | 14E | 43 | 45 |
| Octal | 345 | 175 | 252 | 0 | 55 | 32 | 12 | 516 | 103 | 105 |
| Binary | 11100101 | 1111101 | 10101010 | 0 | 101101 | 11010 | 1010 | 101001110 | 1000011 | 1000101 |
Color Harmonies of #E57DAA
Complementary color
Monochromatic Colors of #E57DAA
Black with #E57DAA
Text Example
Text Example
White with #E57DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DAA; }
p { color: rgb(229,125,170); }
H1.HeaderClassName
{
color: #E57DAA;
}
.AnyTagClassName
{
color: #E57DAA;
}
</style>
background-color css
<style>
a { background-color: #E57DAA; }
a { background-color: rgb(229,125,170); }
div.DivClassName
{
background-color: #E57DAA;
}
.BgClassName
{
background-color: #E57DAA;
}
</style>
border-color css
<style>
span { border-color: #E57DAA; }
span { border-color: rgb(229,125,170); }
td.TdClassName
{
border-color: #E57DAA;
}
.TagClassName
{
border-color: #E57DAA;
}
</style>