Shades of Kobi #E07DAD
Tints of Kobi #E07DAD
RGB
CMYK
RGB Variations
Color information
#E07DAD (or 0xE07DAD) is known color: Kobi. HEX triplet: E0, 7D and AD. RGB value is (224,125,173). Sum of RGB (Red+Green+Blue) = 224+125+173=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DAD is #1F8252. Grayscale: #9F9F9F. Windows color (decimal): -2064979 or 11369952. OLE color: 11369952.
HSL color Cylindrical-coordinate representation of color #E07DAD: hue angle of 330.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DAD is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 173 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.12 |
| HSL | 330.91º | 0.61% | 0.68% | - |
| HSV(B) | 330.91º | 0.44% | 0.88% | - |
| XYZ | 45.62 | 33.53 | 43.6 | - |
| YUV | 160.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 173 | 0 | 0.44 | 0.23 | 0.12 | 330.91 | 0.61 | 0.68 |
| Hex | E0 | 7D | AD | 0 | 2C | 17 | C | 14B | 3D | 44 |
| Octal | 340 | 175 | 255 | 0 | 54 | 27 | 14 | 513 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10101101 | 0 | 101100 | 10111 | 1100 | 101001011 | 111101 | 1000100 |
Color Harmonies of #E07DAD
Complementary color
Monochromatic Colors of #E07DAD
Black with #E07DAD
Text Example
Text Example
White with #E07DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07DAD; }
p { color: rgb(224,125,173); }
H1.HeaderClassName
{
color: #E07DAD;
}
.AnyTagClassName
{
color: #E07DAD;
}
</style>
background-color css
<style>
a { background-color: #E07DAD; }
a { background-color: rgb(224,125,173); }
div.DivClassName
{
background-color: #E07DAD;
}
.BgClassName
{
background-color: #E07DAD;
}
</style>
border-color css
<style>
span { border-color: #E07DAD; }
span { border-color: rgb(224,125,173); }
td.TdClassName
{
border-color: #E07DAD;
}
.TagClassName
{
border-color: #E07DAD;
}
</style>