Shades of Kobi #E68DAD
Tints of Kobi #E68DAD
RGB
CMYK
RGB Variations
Color information
#E68DAD (or 0xE68DAD) is known color: Kobi. HEX triplet: E6, 8D and AD. RGB value is (230,141,173). Sum of RGB (Red+Green+Blue) = 230+141+173=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DAD is #197252. Grayscale: #ABABAB. Windows color (decimal): -1667667 or 11374054. OLE color: 11374054.
HSL color Cylindrical-coordinate representation of color #E68DAD: hue angle of 338.43º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DAD is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 173 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.10 |
| HSL | 338.43º | 0.64% | 0.73% | - |
| HSV(B) | 338.43º | 0.39% | 0.9% | - |
| XYZ | 49.7 | 38.89 | 44.42 | - |
| YUV | 171.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 173 | 0 | 0.39 | 0.25 | 0.10 | 338.43 | 0.64 | 0.73 |
| Hex | E6 | 8D | AD | 0 | 27 | 19 | A | 152 | 40 | 49 |
| Octal | 346 | 215 | 255 | 0 | 47 | 31 | 12 | 522 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10101101 | 0 | 100111 | 11001 | 1010 | 101010010 | 1000000 | 1001001 |
Color Harmonies of #E68DAD
Complementary color
Monochromatic Colors of #E68DAD
Black with #E68DAD
Text Example
Text Example
White with #E68DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DAD; }
p { color: rgb(230,141,173); }
H1.HeaderClassName
{
color: #E68DAD;
}
.AnyTagClassName
{
color: #E68DAD;
}
</style>
background-color css
<style>
a { background-color: #E68DAD; }
a { background-color: rgb(230,141,173); }
div.DivClassName
{
background-color: #E68DAD;
}
.BgClassName
{
background-color: #E68DAD;
}
</style>
border-color css
<style>
span { border-color: #E68DAD; }
span { border-color: rgb(230,141,173); }
td.TdClassName
{
border-color: #E68DAD;
}
.TagClassName
{
border-color: #E68DAD;
}
</style>