Shades of Kobi #E690A5
Tints of Kobi #E690A5
RGB
CMYK
RGB Variations
Color information
#E690A5 (or 0xE690A5) is known color: Kobi. HEX triplet: E6, 90 and A5. RGB value is (230,144,165). Sum of RGB (Red+Green+Blue) = 230+144+165=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E690A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690A5 is #196F5A. Grayscale: #ACACAC. Windows color (decimal): -1666907 or 10850534. OLE color: 10850534.
HSL color Cylindrical-coordinate representation of color #E690A5: hue angle of 345.35º 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 #E690A5 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 165 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.10 |
| HSL | 345.35º | 0.63% | 0.73% | - |
| HSV(B) | 345.35º | 0.37% | 0.9% | - |
| XYZ | 49.4 | 39.49 | 40.62 | - |
| YUV | 172.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 165 | 0 | 0.37 | 0.28 | 0.10 | 345.35 | 0.63 | 0.73 |
| Hex | E6 | 90 | A5 | 0 | 25 | 1C | A | 159 | 3F | 49 |
| Octal | 346 | 220 | 245 | 0 | 45 | 34 | 12 | 531 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10100101 | 0 | 100101 | 11100 | 1010 | 101011001 | 111111 | 1001001 |
Color Harmonies of #E690A5
Complementary color
Monochromatic Colors of #E690A5
Black with #E690A5
Text Example
Text Example
White with #E690A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690A5; }
p { color: rgb(230,144,165); }
H1.HeaderClassName
{
color: #E690A5;
}
.AnyTagClassName
{
color: #E690A5;
}
</style>
background-color css
<style>
a { background-color: #E690A5; }
a { background-color: rgb(230,144,165); }
div.DivClassName
{
background-color: #E690A5;
}
.BgClassName
{
background-color: #E690A5;
}
</style>
border-color css
<style>
span { border-color: #E690A5; }
span { border-color: rgb(230,144,165); }
td.TdClassName
{
border-color: #E690A5;
}
.TagClassName
{
border-color: #E690A5;
}
</style>