Shades of Kobi #E690AE
Tints of Kobi #E690AE
RGB
CMYK
RGB Variations
Color information
#E690AE (or 0xE690AE) is known color: Kobi. HEX triplet: E6, 90 and AE. RGB value is (230,144,174). Sum of RGB (Red+Green+Blue) = 230+144+174=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E690AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690AE is #196F51. Grayscale: #ADADAD. Windows color (decimal): -1666898 or 11440358. OLE color: 11440358.
HSL color Cylindrical-coordinate representation of color #E690AE: hue angle of 339.07º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690AE is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 174 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.10 |
| HSL | 339.07º | 0.63% | 0.73% | - |
| HSV(B) | 339.07º | 0.37% | 0.9% | - |
| XYZ | 50.25 | 39.83 | 45.08 | - |
| YUV | 173.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 174 | 0 | 0.37 | 0.24 | 0.10 | 339.07 | 0.63 | 0.73 |
| Hex | E6 | 90 | AE | 0 | 25 | 18 | A | 153 | 3F | 49 |
| Octal | 346 | 220 | 256 | 0 | 45 | 30 | 12 | 523 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10101110 | 0 | 100101 | 11000 | 1010 | 101010011 | 111111 | 1001001 |
Color Harmonies of #E690AE
Complementary color
Monochromatic Colors of #E690AE
Black with #E690AE
Text Example
Text Example
White with #E690AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690AE; }
p { color: rgb(230,144,174); }
H1.HeaderClassName
{
color: #E690AE;
}
.AnyTagClassName
{
color: #E690AE;
}
</style>
background-color css
<style>
a { background-color: #E690AE; }
a { background-color: rgb(230,144,174); }
div.DivClassName
{
background-color: #E690AE;
}
.BgClassName
{
background-color: #E690AE;
}
</style>
border-color css
<style>
span { border-color: #E690AE; }
span { border-color: rgb(230,144,174); }
td.TdClassName
{
border-color: #E690AE;
}
.TagClassName
{
border-color: #E690AE;
}
</style>