Shades of Kobi #E67DAA
Tints of Kobi #E67DAA
RGB
CMYK
RGB Variations
Color information
#E67DAA (or 0xE67DAA) is known color: Kobi. HEX triplet: E6, 7D and AA. RGB value is (230,125,170). Sum of RGB (Red+Green+Blue) = 230+125+170=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67DAA is #198255. Grayscale: #A1A1A1. Windows color (decimal): -1671766 or 11173350. OLE color: 11173350.
HSL color Cylindrical-coordinate representation of color #E67DAA: hue angle of 334.29º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DAA is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 170 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.10 |
| HSL | 334.29º | 0.68% | 0.7% | - |
| HSV(B) | 334.29º | 0.46% | 0.9% | - |
| XYZ | 47.22 | 34.39 | 42.18 | - |
| YUV | 161.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 170 | 0 | 0.46 | 0.26 | 0.10 | 334.29 | 0.68 | 0.7 |
| Hex | E6 | 7D | AA | 0 | 2E | 1A | A | 14E | 44 | 46 |
| Octal | 346 | 175 | 252 | 0 | 56 | 32 | 12 | 516 | 104 | 106 |
| Binary | 11100110 | 1111101 | 10101010 | 0 | 101110 | 11010 | 1010 | 101001110 | 1000100 | 1000110 |
Color Harmonies of #E67DAA
Complementary color
Monochromatic Colors of #E67DAA
Black with #E67DAA
Text Example
Text Example
White with #E67DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DAA; }
p { color: rgb(230,125,170); }
H1.HeaderClassName
{
color: #E67DAA;
}
.AnyTagClassName
{
color: #E67DAA;
}
</style>
background-color css
<style>
a { background-color: #E67DAA; }
a { background-color: rgb(230,125,170); }
div.DivClassName
{
background-color: #E67DAA;
}
.BgClassName
{
background-color: #E67DAA;
}
</style>
border-color css
<style>
span { border-color: #E67DAA; }
span { border-color: rgb(230,125,170); }
td.TdClassName
{
border-color: #E67DAA;
}
.TagClassName
{
border-color: #E67DAA;
}
</style>