Shades of Kobi #E982AD
Tints of Kobi #E982AD
RGB
CMYK
RGB Variations
Color information
#E982AD (or 0xE982AD) is known color: Kobi. HEX triplet: E9, 82 and AD. RGB value is (233,130,173). Sum of RGB (Red+Green+Blue) = 233+130+173=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E982AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E982AD is #167D52. Grayscale: #A5A5A5. Windows color (decimal): -1473875 or 11371241. OLE color: 11371241.
HSL color Cylindrical-coordinate representation of color #E982AD: hue angle of 334.95º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E982AD is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 130 | 173 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.09 |
| HSL | 334.95º | 0.7% | 0.71% | - |
| HSV(B) | 334.95º | 0.44% | 0.91% | - |
| XYZ | 49.13 | 36.31 | 43.95 | - |
| YUV | 165.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 130 | 173 | 0 | 0.44 | 0.26 | 0.09 | 334.95 | 0.7 | 0.71 |
| Hex | E9 | 82 | AD | 0 | 2C | 1A | 9 | 14F | 46 | 47 |
| Octal | 351 | 202 | 255 | 0 | 54 | 32 | 11 | 517 | 106 | 107 |
| Binary | 11101001 | 10000010 | 10101101 | 0 | 101100 | 11010 | 1001 | 101001111 | 1000110 | 1000111 |
Color Harmonies of #E982AD
Complementary color
Monochromatic Colors of #E982AD
Black with #E982AD
Text Example
Text Example
White with #E982AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E982AD; }
p { color: rgb(233,130,173); }
H1.HeaderClassName
{
color: #E982AD;
}
.AnyTagClassName
{
color: #E982AD;
}
</style>
background-color css
<style>
a { background-color: #E982AD; }
a { background-color: rgb(233,130,173); }
div.DivClassName
{
background-color: #E982AD;
}
.BgClassName
{
background-color: #E982AD;
}
</style>
border-color css
<style>
span { border-color: #E982AD; }
span { border-color: rgb(233,130,173); }
td.TdClassName
{
border-color: #E982AD;
}
.TagClassName
{
border-color: #E982AD;
}
</style>