Shades of Kobi #E68BAD
Tints of Kobi #E68BAD
RGB
CMYK
RGB Variations
Color information
#E68BAD (or 0xE68BAD) is known color: Kobi. HEX triplet: E6, 8B and AD. RGB value is (230,139,173). Sum of RGB (Red+Green+Blue) = 230+139+173=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68BAD is #197452. Grayscale: #AAAAAA. Windows color (decimal): -1668179 or 11373542. OLE color: 11373542.
HSL color Cylindrical-coordinate representation of color #E68BAD: hue angle of 337.58º 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 #E68BAD is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 173 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.10 |
| HSL | 337.58º | 0.65% | 0.72% | - |
| HSV(B) | 337.58º | 0.4% | 0.9% | - |
| XYZ | 49.41 | 38.31 | 44.32 | - |
| YUV | 170.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 173 | 0 | 0.40 | 0.25 | 0.10 | 337.58 | 0.65 | 0.72 |
| Hex | E6 | 8B | AD | 0 | 28 | 19 | A | 152 | 41 | 48 |
| Octal | 346 | 213 | 255 | 0 | 50 | 31 | 12 | 522 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10101101 | 0 | 101000 | 11001 | 1010 | 101010010 | 1000001 | 1001000 |
Color Harmonies of #E68BAD
Complementary color
Monochromatic Colors of #E68BAD
Black with #E68BAD
Text Example
Text Example
White with #E68BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BAD; }
p { color: rgb(230,139,173); }
H1.HeaderClassName
{
color: #E68BAD;
}
.AnyTagClassName
{
color: #E68BAD;
}
</style>
background-color css
<style>
a { background-color: #E68BAD; }
a { background-color: rgb(230,139,173); }
div.DivClassName
{
background-color: #E68BAD;
}
.BgClassName
{
background-color: #E68BAD;
}
</style>
border-color css
<style>
span { border-color: #E68BAD; }
span { border-color: rgb(230,139,173); }
td.TdClassName
{
border-color: #E68BAD;
}
.TagClassName
{
border-color: #E68BAD;
}
</style>