Shades of Kobi #E696AE
Tints of Kobi #E696AE
RGB
CMYK
RGB Variations
Color information
#E696AE (or 0xE696AE) is known color: Kobi. HEX triplet: E6, 96 and AE. RGB value is (230,150,174). Sum of RGB (Red+Green+Blue) = 230+150+174=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E696AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696AE is #196951. Grayscale: #B0B0B0. Windows color (decimal): -1665362 or 11441894. OLE color: 11441894.
HSL color Cylindrical-coordinate representation of color #E696AE: hue angle of 342º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696AE is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 174 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.10 |
| HSL | 342º | 0.62% | 0.75% | - |
| HSV(B) | 342º | 0.35% | 0.9% | - |
| XYZ | 51.18 | 41.69 | 45.39 | - |
| YUV | 176.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 174 | 0 | 0.35 | 0.24 | 0.10 | 342 | 0.62 | 0.75 |
| Hex | E6 | 96 | AE | 0 | 23 | 18 | A | 156 | 3E | 4B |
| Octal | 346 | 226 | 256 | 0 | 43 | 30 | 12 | 526 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10101110 | 0 | 100011 | 11000 | 1010 | 101010110 | 111110 | 1001011 |
Color Harmonies of #E696AE
Complementary color
Monochromatic Colors of #E696AE
Black with #E696AE
Text Example
Text Example
White with #E696AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696AE; }
p { color: rgb(230,150,174); }
H1.HeaderClassName
{
color: #E696AE;
}
.AnyTagClassName
{
color: #E696AE;
}
</style>
background-color css
<style>
a { background-color: #E696AE; }
a { background-color: rgb(230,150,174); }
div.DivClassName
{
background-color: #E696AE;
}
.BgClassName
{
background-color: #E696AE;
}
</style>
border-color css
<style>
span { border-color: #E696AE; }
span { border-color: rgb(230,150,174); }
td.TdClassName
{
border-color: #E696AE;
}
.TagClassName
{
border-color: #E696AE;
}
</style>