Shades of Kobi #E68BAB
Tints of Kobi #E68BAB
RGB
CMYK
RGB Variations
Color information
#E68BAB (or 0xE68BAB) is known color: Kobi. HEX triplet: E6, 8B and AB. RGB value is (230,139,171). Sum of RGB (Red+Green+Blue) = 230+139+171=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BAB is #197454. Grayscale: #A9A9A9. Windows color (decimal): -1668181 or 11242470. OLE color: 11242470.
HSL color Cylindrical-coordinate representation of color #E68BAB: hue angle of 338.9º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68BAB is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 171 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.10 |
| HSL | 338.9º | 0.65% | 0.72% | - |
| HSV(B) | 338.9º | 0.4% | 0.9% | - |
| XYZ | 49.22 | 38.23 | 43.31 | - |
| YUV | 169.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 171 | 0 | 0.40 | 0.26 | 0.10 | 338.9 | 0.65 | 0.72 |
| Hex | E6 | 8B | AB | 0 | 28 | 1A | A | 153 | 41 | 48 |
| Octal | 346 | 213 | 253 | 0 | 50 | 32 | 12 | 523 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10101011 | 0 | 101000 | 11010 | 1010 | 101010011 | 1000001 | 1001000 |
Color Harmonies of #E68BAB
Complementary color
Monochromatic Colors of #E68BAB
Black with #E68BAB
Text Example
Text Example
White with #E68BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BAB; }
p { color: rgb(230,139,171); }
H1.HeaderClassName
{
color: #E68BAB;
}
.AnyTagClassName
{
color: #E68BAB;
}
</style>
background-color css
<style>
a { background-color: #E68BAB; }
a { background-color: rgb(230,139,171); }
div.DivClassName
{
background-color: #E68BAB;
}
.BgClassName
{
background-color: #E68BAB;
}
</style>
border-color css
<style>
span { border-color: #E68BAB; }
span { border-color: rgb(230,139,171); }
td.TdClassName
{
border-color: #E68BAB;
}
.TagClassName
{
border-color: #E68BAB;
}
</style>