Shades of Kobi #E68BB3
Tints of Kobi #E68BB3
RGB
CMYK
RGB Variations
Color information
#E68BB3 (or 0xE68BB3) is known color: Kobi. HEX triplet: E6, 8B and B3. RGB value is (230,139,179). Sum of RGB (Red+Green+Blue) = 230+139+179=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BB3 is #19744C. Grayscale: #AAAAAA. Windows color (decimal): -1668173 or 11766758. OLE color: 11766758.
HSL color Cylindrical-coordinate representation of color #E68BB3: hue angle of 333.63º 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 #E68BB3 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 179 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.10 |
| HSL | 333.63º | 0.65% | 0.72% | - |
| HSV(B) | 333.63º | 0.4% | 0.9% | - |
| XYZ | 50 | 38.54 | 47.45 | - |
| YUV | 170.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 179 | 0 | 0.40 | 0.22 | 0.10 | 333.63 | 0.65 | 0.72 |
| Hex | E6 | 8B | B3 | 0 | 28 | 16 | A | 14E | 41 | 48 |
| Octal | 346 | 213 | 263 | 0 | 50 | 26 | 12 | 516 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10110011 | 0 | 101000 | 10110 | 1010 | 101001110 | 1000001 | 1001000 |
Color Harmonies of #E68BB3
Complementary color
Monochromatic Colors of #E68BB3
Black with #E68BB3
Text Example
Text Example
White with #E68BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BB3; }
p { color: rgb(230,139,179); }
H1.HeaderClassName
{
color: #E68BB3;
}
.AnyTagClassName
{
color: #E68BB3;
}
</style>
background-color css
<style>
a { background-color: #E68BB3; }
a { background-color: rgb(230,139,179); }
div.DivClassName
{
background-color: #E68BB3;
}
.BgClassName
{
background-color: #E68BB3;
}
</style>
border-color css
<style>
span { border-color: #E68BB3; }
span { border-color: rgb(230,139,179); }
td.TdClassName
{
border-color: #E68BB3;
}
.TagClassName
{
border-color: #E68BB3;
}
</style>