Shades of Kobi #E695AF
Tints of Kobi #E695AF
RGB
CMYK
RGB Variations
Color information
#E695AF (or 0xE695AF) is known color: Kobi. HEX triplet: E6, 95 and AF. RGB value is (230,149,175). Sum of RGB (Red+Green+Blue) = 230+149+175=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E695AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E695AF is #196A50. Grayscale: #B0B0B0. Windows color (decimal): -1665617 or 11507174. OLE color: 11507174.
HSL color Cylindrical-coordinate representation of color #E695AF: hue angle of 340.74º 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 #E695AF is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 175 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.10 |
| HSL | 340.74º | 0.62% | 0.74% | - |
| HSV(B) | 340.74º | 0.35% | 0.9% | - |
| XYZ | 51.12 | 41.41 | 45.86 | - |
| YUV | 176.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 175 | 0 | 0.35 | 0.24 | 0.10 | 340.74 | 0.62 | 0.74 |
| Hex | E6 | 95 | AF | 0 | 23 | 18 | A | 155 | 3E | 4A |
| Octal | 346 | 225 | 257 | 0 | 43 | 30 | 12 | 525 | 76 | 112 |
| Binary | 11100110 | 10010101 | 10101111 | 0 | 100011 | 11000 | 1010 | 101010101 | 111110 | 1001010 |
Color Harmonies of #E695AF
Complementary color
Monochromatic Colors of #E695AF
Black with #E695AF
Text Example
Text Example
White with #E695AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695AF; }
p { color: rgb(230,149,175); }
H1.HeaderClassName
{
color: #E695AF;
}
.AnyTagClassName
{
color: #E695AF;
}
</style>
background-color css
<style>
a { background-color: #E695AF; }
a { background-color: rgb(230,149,175); }
div.DivClassName
{
background-color: #E695AF;
}
.BgClassName
{
background-color: #E695AF;
}
</style>
border-color css
<style>
span { border-color: #E695AF; }
span { border-color: rgb(230,149,175); }
td.TdClassName
{
border-color: #E695AF;
}
.TagClassName
{
border-color: #E695AF;
}
</style>