Shades of Kobi #E980AD
Tints of Kobi #E980AD
RGB
CMYK
RGB Variations
Color information
#E980AD (or 0xE980AD) is known color: Kobi. HEX triplet: E9, 80 and AD. RGB value is (233,128,173). Sum of RGB (Red+Green+Blue) = 233+128+173=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E980AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E980AD is #167F52. Grayscale: #A4A4A4. Windows color (decimal): -1474387 or 11370729. OLE color: 11370729.
HSL color Cylindrical-coordinate representation of color #E980AD: hue angle of 334.29º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E980AD is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 173 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.09 |
| HSL | 334.29º | 0.7% | 0.71% | - |
| HSV(B) | 334.29º | 0.45% | 0.91% | - |
| XYZ | 48.87 | 35.78 | 43.87 | - |
| YUV | 164.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 173 | 0 | 0.45 | 0.26 | 0.09 | 334.29 | 0.7 | 0.71 |
| Hex | E9 | 80 | AD | 0 | 2D | 1A | 9 | 14E | 46 | 47 |
| Octal | 351 | 200 | 255 | 0 | 55 | 32 | 11 | 516 | 106 | 107 |
| Binary | 11101001 | 10000000 | 10101101 | 0 | 101101 | 11010 | 1001 | 101001110 | 1000110 | 1000111 |
Color Harmonies of #E980AD
Complementary color
Monochromatic Colors of #E980AD
Black with #E980AD
Text Example
Text Example
White with #E980AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E980AD; }
p { color: rgb(233,128,173); }
H1.HeaderClassName
{
color: #E980AD;
}
.AnyTagClassName
{
color: #E980AD;
}
</style>
background-color css
<style>
a { background-color: #E980AD; }
a { background-color: rgb(233,128,173); }
div.DivClassName
{
background-color: #E980AD;
}
.BgClassName
{
background-color: #E980AD;
}
</style>
border-color css
<style>
span { border-color: #E980AD; }
span { border-color: rgb(233,128,173); }
td.TdClassName
{
border-color: #E980AD;
}
.TagClassName
{
border-color: #E980AD;
}
</style>