Shades of Kobi #E693AF
Tints of Kobi #E693AF
RGB
CMYK
RGB Variations
Color information
#E693AF (or 0xE693AF) is known color: Kobi. HEX triplet: E6, 93 and AF. RGB value is (230,147,175). Sum of RGB (Red+Green+Blue) = 230+147+175=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E693AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E693AF is #196C50. Grayscale: #AEAEAE. Windows color (decimal): -1666129 or 11506662. OLE color: 11506662.
HSL color Cylindrical-coordinate representation of color #E693AF: hue angle of 339.76º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693AF is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 175 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.10 |
| HSL | 339.76º | 0.62% | 0.74% | - |
| HSV(B) | 339.76º | 0.36% | 0.9% | - |
| XYZ | 50.8 | 40.79 | 45.75 | - |
| YUV | 175.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 175 | 0 | 0.36 | 0.24 | 0.10 | 339.76 | 0.62 | 0.74 |
| Hex | E6 | 93 | AF | 0 | 24 | 18 | A | 154 | 3E | 4A |
| Octal | 346 | 223 | 257 | 0 | 44 | 30 | 12 | 524 | 76 | 112 |
| Binary | 11100110 | 10010011 | 10101111 | 0 | 100100 | 11000 | 1010 | 101010100 | 111110 | 1001010 |
Color Harmonies of #E693AF
Complementary color
Monochromatic Colors of #E693AF
Black with #E693AF
Text Example
Text Example
White with #E693AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693AF; }
p { color: rgb(230,147,175); }
H1.HeaderClassName
{
color: #E693AF;
}
.AnyTagClassName
{
color: #E693AF;
}
</style>
background-color css
<style>
a { background-color: #E693AF; }
a { background-color: rgb(230,147,175); }
div.DivClassName
{
background-color: #E693AF;
}
.BgClassName
{
background-color: #E693AF;
}
</style>
border-color css
<style>
span { border-color: #E693AF; }
span { border-color: rgb(230,147,175); }
td.TdClassName
{
border-color: #E693AF;
}
.TagClassName
{
border-color: #E693AF;
}
</style>