Shades of Kobi #E47DAA
Tints of Kobi #E47DAA
RGB
CMYK
RGB Variations
Color information
#E47DAA (or 0xE47DAA) is known color: Kobi. HEX triplet: E4, 7D and AA. RGB value is (228,125,170). Sum of RGB (Red+Green+Blue) = 228+125+170=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47DAA is #1B8255. Grayscale: #A0A0A0. Windows color (decimal): -1802838 or 11173348. OLE color: 11173348.
HSL color Cylindrical-coordinate representation of color #E47DAA: hue angle of 333.79º degrees, saturation: 0.66, 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 #E47DAA is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 170 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.11 |
| HSL | 333.79º | 0.66% | 0.69% | - |
| HSV(B) | 333.79º | 0.45% | 0.89% | - |
| XYZ | 46.58 | 34.06 | 42.15 | - |
| YUV | 160.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 170 | 0 | 0.45 | 0.25 | 0.11 | 333.79 | 0.66 | 0.69 |
| Hex | E4 | 7D | AA | 0 | 2D | 19 | B | 14E | 42 | 45 |
| Octal | 344 | 175 | 252 | 0 | 55 | 31 | 13 | 516 | 102 | 105 |
| Binary | 11100100 | 1111101 | 10101010 | 0 | 101101 | 11001 | 1011 | 101001110 | 1000010 | 1000101 |
Color Harmonies of #E47DAA
Complementary color
Monochromatic Colors of #E47DAA
Black with #E47DAA
Text Example
Text Example
White with #E47DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DAA; }
p { color: rgb(228,125,170); }
H1.HeaderClassName
{
color: #E47DAA;
}
.AnyTagClassName
{
color: #E47DAA;
}
</style>
background-color css
<style>
a { background-color: #E47DAA; }
a { background-color: rgb(228,125,170); }
div.DivClassName
{
background-color: #E47DAA;
}
.BgClassName
{
background-color: #E47DAA;
}
</style>
border-color css
<style>
span { border-color: #E47DAA; }
span { border-color: rgb(228,125,170); }
td.TdClassName
{
border-color: #E47DAA;
}
.TagClassName
{
border-color: #E47DAA;
}
</style>