Shades of Kobi #E695AB
Tints of Kobi #E695AB
RGB
CMYK
RGB Variations
Color information
#E695AB (or 0xE695AB) is known color: Kobi. HEX triplet: E6, 95 and AB. RGB value is (230,149,171). Sum of RGB (Red+Green+Blue) = 230+149+171=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E695AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695AB is #196A54. Grayscale: #AFAFAF. Windows color (decimal): -1665621 or 11245030. OLE color: 11245030.
HSL color Cylindrical-coordinate representation of color #E695AB: hue angle of 343.7º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E695AB is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 171 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.10 |
| HSL | 343.7º | 0.62% | 0.74% | - |
| HSV(B) | 343.7º | 0.35% | 0.9% | - |
| XYZ | 50.73 | 41.26 | 43.82 | - |
| YUV | 175.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 171 | 0 | 0.35 | 0.26 | 0.10 | 343.7 | 0.62 | 0.74 |
| Hex | E6 | 95 | AB | 0 | 23 | 1A | A | 158 | 3E | 4A |
| Octal | 346 | 225 | 253 | 0 | 43 | 32 | 12 | 530 | 76 | 112 |
| Binary | 11100110 | 10010101 | 10101011 | 0 | 100011 | 11010 | 1010 | 101011000 | 111110 | 1001010 |
Color Harmonies of #E695AB
Complementary color
Monochromatic Colors of #E695AB
Black with #E695AB
Text Example
Text Example
White with #E695AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695AB; }
p { color: rgb(230,149,171); }
H1.HeaderClassName
{
color: #E695AB;
}
.AnyTagClassName
{
color: #E695AB;
}
</style>
background-color css
<style>
a { background-color: #E695AB; }
a { background-color: rgb(230,149,171); }
div.DivClassName
{
background-color: #E695AB;
}
.BgClassName
{
background-color: #E695AB;
}
</style>
border-color css
<style>
span { border-color: #E695AB; }
span { border-color: rgb(230,149,171); }
td.TdClassName
{
border-color: #E695AB;
}
.TagClassName
{
border-color: #E695AB;
}
</style>