Shades of Kobi #E784A8
Tints of Kobi #E784A8
RGB
CMYK
RGB Variations
Color information
#E784A8 (or 0xE784A8) is known color: Kobi. HEX triplet: E7, 84 and A8. RGB value is (231,132,168). Sum of RGB (Red+Green+Blue) = 231+132+168=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E784A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E784A8 is #187B57. Grayscale: #A5A5A5. Windows color (decimal): -1604440 or 11044071. OLE color: 11044071.
HSL color Cylindrical-coordinate representation of color #E784A8: hue angle of 338.18º 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 #E784A8 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 168 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.09 |
| HSL | 338.18º | 0.67% | 0.71% | - |
| HSV(B) | 338.18º | 0.43% | 0.91% | - |
| XYZ | 48.27 | 36.32 | 41.51 | - |
| YUV | 165.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 168 | 0 | 0.43 | 0.27 | 0.09 | 338.18 | 0.67 | 0.71 |
| Hex | E7 | 84 | A8 | 0 | 2B | 1B | 9 | 152 | 43 | 47 |
| Octal | 347 | 204 | 250 | 0 | 53 | 33 | 11 | 522 | 103 | 107 |
| Binary | 11100111 | 10000100 | 10101000 | 0 | 101011 | 11011 | 1001 | 101010010 | 1000011 | 1000111 |
Color Harmonies of #E784A8
Complementary color
Monochromatic Colors of #E784A8
Black with #E784A8
Text Example
Text Example
White with #E784A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784A8; }
p { color: rgb(231,132,168); }
H1.HeaderClassName
{
color: #E784A8;
}
.AnyTagClassName
{
color: #E784A8;
}
</style>
background-color css
<style>
a { background-color: #E784A8; }
a { background-color: rgb(231,132,168); }
div.DivClassName
{
background-color: #E784A8;
}
.BgClassName
{
background-color: #E784A8;
}
</style>
border-color css
<style>
span { border-color: #E784A8; }
span { border-color: rgb(231,132,168); }
td.TdClassName
{
border-color: #E784A8;
}
.TagClassName
{
border-color: #E784A8;
}
</style>