Shades of Kobi #E693AD
Tints of Kobi #E693AD
RGB
CMYK
RGB Variations
Color information
#E693AD (or 0xE693AD) is known color: Kobi. HEX triplet: E6, 93 and AD. RGB value is (230,147,173). Sum of RGB (Red+Green+Blue) = 230+147+173=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E693AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E693AD is #196C52. Grayscale: #AEAEAE. Windows color (decimal): -1666131 or 11375590. OLE color: 11375590.
HSL color Cylindrical-coordinate representation of color #E693AD: hue angle of 341.2º 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 #E693AD is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 173 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.10 |
| HSL | 341.2º | 0.62% | 0.74% | - |
| HSV(B) | 341.2º | 0.36% | 0.9% | - |
| XYZ | 50.61 | 40.71 | 44.73 | - |
| YUV | 174.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 173 | 0 | 0.36 | 0.25 | 0.10 | 341.2 | 0.62 | 0.74 |
| Hex | E6 | 93 | AD | 0 | 24 | 19 | A | 155 | 3E | 4A |
| Octal | 346 | 223 | 255 | 0 | 44 | 31 | 12 | 525 | 76 | 112 |
| Binary | 11100110 | 10010011 | 10101101 | 0 | 100100 | 11001 | 1010 | 101010101 | 111110 | 1001010 |
Color Harmonies of #E693AD
Complementary color
Monochromatic Colors of #E693AD
Black with #E693AD
Text Example
Text Example
White with #E693AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693AD; }
p { color: rgb(230,147,173); }
H1.HeaderClassName
{
color: #E693AD;
}
.AnyTagClassName
{
color: #E693AD;
}
</style>
background-color css
<style>
a { background-color: #E693AD; }
a { background-color: rgb(230,147,173); }
div.DivClassName
{
background-color: #E693AD;
}
.BgClassName
{
background-color: #E693AD;
}
</style>
border-color css
<style>
span { border-color: #E693AD; }
span { border-color: rgb(230,147,173); }
td.TdClassName
{
border-color: #E693AD;
}
.TagClassName
{
border-color: #E693AD;
}
</style>