Shades of Kobi #E78AAE
Tints of Kobi #E78AAE
RGB
CMYK
RGB Variations
Color information
#E78AAE (or 0xE78AAE) is known color: Kobi. HEX triplet: E7, 8A and AE. RGB value is (231,138,174). Sum of RGB (Red+Green+Blue) = 231+138+174=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AAE is #187551. Grayscale: #A9A9A9. Windows color (decimal): -1602898 or 11438823. OLE color: 11438823.
HSL color Cylindrical-coordinate representation of color #E78AAE: hue angle of 336.77º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AAE is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 174 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.09 |
| HSL | 336.77º | 0.66% | 0.72% | - |
| HSV(B) | 336.77º | 0.4% | 0.91% | - |
| XYZ | 49.68 | 38.22 | 44.8 | - |
| YUV | 169.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 174 | 0 | 0.40 | 0.25 | 0.09 | 336.77 | 0.66 | 0.72 |
| Hex | E7 | 8A | AE | 0 | 28 | 19 | 9 | 151 | 42 | 48 |
| Octal | 347 | 212 | 256 | 0 | 50 | 31 | 11 | 521 | 102 | 110 |
| Binary | 11100111 | 10001010 | 10101110 | 0 | 101000 | 11001 | 1001 | 101010001 | 1000010 | 1001000 |
Color Harmonies of #E78AAE
Complementary color
Monochromatic Colors of #E78AAE
Black with #E78AAE
Text Example
Text Example
White with #E78AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AAE; }
p { color: rgb(231,138,174); }
H1.HeaderClassName
{
color: #E78AAE;
}
.AnyTagClassName
{
color: #E78AAE;
}
</style>
background-color css
<style>
a { background-color: #E78AAE; }
a { background-color: rgb(231,138,174); }
div.DivClassName
{
background-color: #E78AAE;
}
.BgClassName
{
background-color: #E78AAE;
}
</style>
border-color css
<style>
span { border-color: #E78AAE; }
span { border-color: rgb(231,138,174); }
td.TdClassName
{
border-color: #E78AAE;
}
.TagClassName
{
border-color: #E78AAE;
}
</style>