Shades of Kobi #E784AD
Tints of Kobi #E784AD
RGB
CMYK
RGB Variations
Color information
#E784AD (or 0xE784AD) is known color: Kobi. HEX triplet: E7, 84 and AD. RGB value is (231,132,173). Sum of RGB (Red+Green+Blue) = 231+132+173=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E784AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E784AD is #187B52. Grayscale: #A6A6A6. Windows color (decimal): -1604435 or 11371751. OLE color: 11371751.
HSL color Cylindrical-coordinate representation of color #E784AD: hue angle of 335.15º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E784AD is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 173 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.09 |
| HSL | 335.15º | 0.67% | 0.71% | - |
| HSV(B) | 335.15º | 0.43% | 0.91% | - |
| XYZ | 48.75 | 36.51 | 44.01 | - |
| YUV | 166.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 173 | 0 | 0.43 | 0.25 | 0.09 | 335.15 | 0.67 | 0.71 |
| Hex | E7 | 84 | AD | 0 | 2B | 19 | 9 | 14F | 43 | 47 |
| Octal | 347 | 204 | 255 | 0 | 53 | 31 | 11 | 517 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10101101 | 0 | 101011 | 11001 | 1001 | 101001111 | 1000011 | 1000111 |
Color Harmonies of #E784AD
Complementary color
Monochromatic Colors of #E784AD
Black with #E784AD
Text Example
Text Example
White with #E784AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784AD; }
p { color: rgb(231,132,173); }
H1.HeaderClassName
{
color: #E784AD;
}
.AnyTagClassName
{
color: #E784AD;
}
</style>
background-color css
<style>
a { background-color: #E784AD; }
a { background-color: rgb(231,132,173); }
div.DivClassName
{
background-color: #E784AD;
}
.BgClassName
{
background-color: #E784AD;
}
</style>
border-color css
<style>
span { border-color: #E784AD; }
span { border-color: rgb(231,132,173); }
td.TdClassName
{
border-color: #E784AD;
}
.TagClassName
{
border-color: #E784AD;
}
</style>