Shades of Kobi #E68DAE
Tints of Kobi #E68DAE
RGB
CMYK
RGB Variations
Color information
#E68DAE (or 0xE68DAE) is known color: Kobi. HEX triplet: E6, 8D and AE. RGB value is (230,141,174). Sum of RGB (Red+Green+Blue) = 230+141+174=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DAE is #197251. Grayscale: #ABABAB. Windows color (decimal): -1667666 or 11439590. OLE color: 11439590.
HSL color Cylindrical-coordinate representation of color #E68DAE: hue angle of 337.75º 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 #E68DAE is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 174 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.10 |
| HSL | 337.75º | 0.64% | 0.73% | - |
| HSV(B) | 337.75º | 0.39% | 0.9% | - |
| XYZ | 49.8 | 38.93 | 44.93 | - |
| YUV | 171.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 174 | 0 | 0.39 | 0.24 | 0.10 | 337.75 | 0.64 | 0.73 |
| Hex | E6 | 8D | AE | 0 | 27 | 18 | A | 152 | 40 | 49 |
| Octal | 346 | 215 | 256 | 0 | 47 | 30 | 12 | 522 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10101110 | 0 | 100111 | 11000 | 1010 | 101010010 | 1000000 | 1001001 |
Color Harmonies of #E68DAE
Complementary color
Monochromatic Colors of #E68DAE
Black with #E68DAE
Text Example
Text Example
White with #E68DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DAE; }
p { color: rgb(230,141,174); }
H1.HeaderClassName
{
color: #E68DAE;
}
.AnyTagClassName
{
color: #E68DAE;
}
</style>
background-color css
<style>
a { background-color: #E68DAE; }
a { background-color: rgb(230,141,174); }
div.DivClassName
{
background-color: #E68DAE;
}
.BgClassName
{
background-color: #E68DAE;
}
</style>
border-color css
<style>
span { border-color: #E68DAE; }
span { border-color: rgb(230,141,174); }
td.TdClassName
{
border-color: #E68DAE;
}
.TagClassName
{
border-color: #E68DAE;
}
</style>