Shades of Kobi #E78AAA
Tints of Kobi #E78AAA
RGB
CMYK
RGB Variations
Color information
#E78AAA (or 0xE78AAA) is known color: Kobi. HEX triplet: E7, 8A and AA. RGB value is (231,138,170). Sum of RGB (Red+Green+Blue) = 231+138+170=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AAA is #187555. Grayscale: #A9A9A9. Windows color (decimal): -1602902 or 11176679. OLE color: 11176679.
HSL color Cylindrical-coordinate representation of color #E78AAA: hue angle of 339.35º 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 #E78AAA is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 170 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.09 |
| HSL | 339.35º | 0.66% | 0.72% | - |
| HSV(B) | 339.35º | 0.4% | 0.91% | - |
| XYZ | 49.3 | 38.07 | 42.78 | - |
| YUV | 169.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 170 | 0 | 0.40 | 0.26 | 0.09 | 339.35 | 0.66 | 0.72 |
| Hex | E7 | 8A | AA | 0 | 28 | 1A | 9 | 153 | 42 | 48 |
| Octal | 347 | 212 | 252 | 0 | 50 | 32 | 11 | 523 | 102 | 110 |
| Binary | 11100111 | 10001010 | 10101010 | 0 | 101000 | 11010 | 1001 | 101010011 | 1000010 | 1001000 |
Color Harmonies of #E78AAA
Complementary color
Monochromatic Colors of #E78AAA
Black with #E78AAA
Text Example
Text Example
White with #E78AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78AAA; }
p { color: rgb(231,138,170); }
H1.HeaderClassName
{
color: #E78AAA;
}
.AnyTagClassName
{
color: #E78AAA;
}
</style>
background-color css
<style>
a { background-color: #E78AAA; }
a { background-color: rgb(231,138,170); }
div.DivClassName
{
background-color: #E78AAA;
}
.BgClassName
{
background-color: #E78AAA;
}
</style>
border-color css
<style>
span { border-color: #E78AAA; }
span { border-color: rgb(231,138,170); }
td.TdClassName
{
border-color: #E78AAA;
}
.TagClassName
{
border-color: #E78AAA;
}
</style>