Shades of Kobi #E790AD
Tints of Kobi #E790AD
RGB
CMYK
RGB Variations
Color information
#E790AD (or 0xE790AD) is known color: Kobi. HEX triplet: E7, 90 and AD. RGB value is (231,144,173). Sum of RGB (Red+Green+Blue) = 231+144+173=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E790AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790AD is #186F52. Grayscale: #ADADAD. Windows color (decimal): -1601363 or 11374823. OLE color: 11374823.
HSL color Cylindrical-coordinate representation of color #E790AD: hue angle of 340º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790AD is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 173 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.09 |
| HSL | 340º | 0.64% | 0.74% | - |
| HSV(B) | 340º | 0.38% | 0.91% | - |
| XYZ | 50.47 | 39.95 | 44.59 | - |
| YUV | 173.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 173 | 0 | 0.38 | 0.25 | 0.09 | 340 | 0.64 | 0.74 |
| Hex | E7 | 90 | AD | 0 | 26 | 19 | 9 | 154 | 40 | 4A |
| Octal | 347 | 220 | 255 | 0 | 46 | 31 | 11 | 524 | 100 | 112 |
| Binary | 11100111 | 10010000 | 10101101 | 0 | 100110 | 11001 | 1001 | 101010100 | 1000000 | 1001010 |
Color Harmonies of #E790AD
Complementary color
Monochromatic Colors of #E790AD
Black with #E790AD
Text Example
Text Example
White with #E790AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790AD; }
p { color: rgb(231,144,173); }
H1.HeaderClassName
{
color: #E790AD;
}
.AnyTagClassName
{
color: #E790AD;
}
</style>
background-color css
<style>
a { background-color: #E790AD; }
a { background-color: rgb(231,144,173); }
div.DivClassName
{
background-color: #E790AD;
}
.BgClassName
{
background-color: #E790AD;
}
</style>
border-color css
<style>
span { border-color: #E790AD; }
span { border-color: rgb(231,144,173); }
td.TdClassName
{
border-color: #E790AD;
}
.TagClassName
{
border-color: #E790AD;
}
</style>