Shades of Kobi #E699B3
Tints of Kobi #E699B3
RGB
CMYK
RGB Variations
Color information
#E699B3 (or 0xE699B3) is known color: Kobi. HEX triplet: E6, 99 and B3. RGB value is (230,153,179). Sum of RGB (Red+Green+Blue) = 230+153+179=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E699B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699B3 is #19664C. Grayscale: #B2B2B2. Windows color (decimal): -1664589 or 11770342. OLE color: 11770342.
HSL color Cylindrical-coordinate representation of color #E699B3: hue angle of 339.74º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699B3 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 179 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.10 |
| HSL | 339.74º | 0.61% | 0.75% | - |
| HSV(B) | 339.74º | 0.33% | 0.9% | - |
| XYZ | 52.16 | 42.86 | 48.17 | - |
| YUV | 178.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 179 | 0 | 0.33 | 0.22 | 0.10 | 339.74 | 0.61 | 0.75 |
| Hex | E6 | 99 | B3 | 0 | 21 | 16 | A | 154 | 3D | 4B |
| Octal | 346 | 231 | 263 | 0 | 41 | 26 | 12 | 524 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10110011 | 0 | 100001 | 10110 | 1010 | 101010100 | 111101 | 1001011 |
Color Harmonies of #E699B3
Complementary color
Monochromatic Colors of #E699B3
Black with #E699B3
Text Example
Text Example
White with #E699B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699B3; }
p { color: rgb(230,153,179); }
H1.HeaderClassName
{
color: #E699B3;
}
.AnyTagClassName
{
color: #E699B3;
}
</style>
background-color css
<style>
a { background-color: #E699B3; }
a { background-color: rgb(230,153,179); }
div.DivClassName
{
background-color: #E699B3;
}
.BgClassName
{
background-color: #E699B3;
}
</style>
border-color css
<style>
span { border-color: #E699B3; }
span { border-color: rgb(230,153,179); }
td.TdClassName
{
border-color: #E699B3;
}
.TagClassName
{
border-color: #E699B3;
}
</style>