Shades of Kobi #E697B4
Tints of Kobi #E697B4
RGB
CMYK
RGB Variations
Color information
#E697B4 (or 0xE697B4) is known color: Kobi. HEX triplet: E6, 97 and B4. RGB value is (230,151,180). Sum of RGB (Red+Green+Blue) = 230+151+180=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E697B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697B4 is #19684B. Grayscale: #B1B1B1. Windows color (decimal): -1665100 or 11835366. OLE color: 11835366.
HSL color Cylindrical-coordinate representation of color #E697B4: hue angle of 337.97º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697B4 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 180 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.10 |
| HSL | 337.97º | 0.61% | 0.75% | - |
| HSV(B) | 337.97º | 0.34% | 0.9% | - |
| XYZ | 51.94 | 42.25 | 48.6 | - |
| YUV | 177.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 180 | 0 | 0.34 | 0.22 | 0.10 | 337.97 | 0.61 | 0.75 |
| Hex | E6 | 97 | B4 | 0 | 22 | 16 | A | 152 | 3D | 4B |
| Octal | 346 | 227 | 264 | 0 | 42 | 26 | 12 | 522 | 75 | 113 |
| Binary | 11100110 | 10010111 | 10110100 | 0 | 100010 | 10110 | 1010 | 101010010 | 111101 | 1001011 |
Color Harmonies of #E697B4
Complementary color
Monochromatic Colors of #E697B4
Black with #E697B4
Text Example
Text Example
White with #E697B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697B4; }
p { color: rgb(230,151,180); }
H1.HeaderClassName
{
color: #E697B4;
}
.AnyTagClassName
{
color: #E697B4;
}
</style>
background-color css
<style>
a { background-color: #E697B4; }
a { background-color: rgb(230,151,180); }
div.DivClassName
{
background-color: #E697B4;
}
.BgClassName
{
background-color: #E697B4;
}
</style>
border-color css
<style>
span { border-color: #E697B4; }
span { border-color: rgb(230,151,180); }
td.TdClassName
{
border-color: #E697B4;
}
.TagClassName
{
border-color: #E697B4;
}
</style>