Shades of Kobi #E68FB1
Tints of Kobi #E68FB1
RGB
CMYK
RGB Variations
Color information
#E68FB1 (or 0xE68FB1) is known color: Kobi. HEX triplet: E6, 8F and B1. RGB value is (230,143,177). Sum of RGB (Red+Green+Blue) = 230+143+177=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FB1 is #19704E. Grayscale: #ACACAC. Windows color (decimal): -1667151 or 11636710. OLE color: 11636710.
HSL color Cylindrical-coordinate representation of color #E68FB1: hue angle of 336.55º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FB1 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 177 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.10 |
| HSL | 336.55º | 0.64% | 0.73% | - |
| HSV(B) | 336.55º | 0.38% | 0.9% | - |
| XYZ | 50.39 | 39.64 | 46.59 | - |
| YUV | 172.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 177 | 0 | 0.38 | 0.23 | 0.10 | 336.55 | 0.64 | 0.73 |
| Hex | E6 | 8F | B1 | 0 | 26 | 17 | A | 151 | 40 | 49 |
| Octal | 346 | 217 | 261 | 0 | 46 | 27 | 12 | 521 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10110001 | 0 | 100110 | 10111 | 1010 | 101010001 | 1000000 | 1001001 |
Color Harmonies of #E68FB1
Complementary color
Monochromatic Colors of #E68FB1
Black with #E68FB1
Text Example
Text Example
White with #E68FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FB1; }
p { color: rgb(230,143,177); }
H1.HeaderClassName
{
color: #E68FB1;
}
.AnyTagClassName
{
color: #E68FB1;
}
</style>
background-color css
<style>
a { background-color: #E68FB1; }
a { background-color: rgb(230,143,177); }
div.DivClassName
{
background-color: #E68FB1;
}
.BgClassName
{
background-color: #E68FB1;
}
</style>
border-color css
<style>
span { border-color: #E68FB1; }
span { border-color: rgb(230,143,177); }
td.TdClassName
{
border-color: #E68FB1;
}
.TagClassName
{
border-color: #E68FB1;
}
</style>