Shades of Kobi #E784AF
Tints of Kobi #E784AF
RGB
CMYK
RGB Variations
Color information
#E784AF (or 0xE784AF) is known color: Kobi. HEX triplet: E7, 84 and AF. RGB value is (231,132,175). Sum of RGB (Red+Green+Blue) = 231+132+175=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E784AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E784AF is #187B50. Grayscale: #A6A6A6. Windows color (decimal): -1604433 or 11502823. OLE color: 11502823.
HSL color Cylindrical-coordinate representation of color #E784AF: hue angle of 333.94º 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 #E784AF is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 175 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.09 |
| HSL | 333.94º | 0.67% | 0.71% | - |
| HSV(B) | 333.94º | 0.43% | 0.91% | - |
| XYZ | 48.94 | 36.59 | 45.04 | - |
| YUV | 166.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 175 | 0 | 0.43 | 0.24 | 0.09 | 333.94 | 0.67 | 0.71 |
| Hex | E7 | 84 | AF | 0 | 2B | 18 | 9 | 14E | 43 | 47 |
| Octal | 347 | 204 | 257 | 0 | 53 | 30 | 11 | 516 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10101111 | 0 | 101011 | 11000 | 1001 | 101001110 | 1000011 | 1000111 |
Color Harmonies of #E784AF
Complementary color
Monochromatic Colors of #E784AF
Black with #E784AF
Text Example
Text Example
White with #E784AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784AF; }
p { color: rgb(231,132,175); }
H1.HeaderClassName
{
color: #E784AF;
}
.AnyTagClassName
{
color: #E784AF;
}
</style>
background-color css
<style>
a { background-color: #E784AF; }
a { background-color: rgb(231,132,175); }
div.DivClassName
{
background-color: #E784AF;
}
.BgClassName
{
background-color: #E784AF;
}
</style>
border-color css
<style>
span { border-color: #E784AF; }
span { border-color: rgb(231,132,175); }
td.TdClassName
{
border-color: #E784AF;
}
.TagClassName
{
border-color: #E784AF;
}
</style>