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