Shades of Kobi #E693B4
Tints of Kobi #E693B4
RGB
CMYK
RGB Variations
Color information
#E693B4 (or 0xE693B4) is known color: Kobi. HEX triplet: E6, 93 and B4. RGB value is (230,147,180). Sum of RGB (Red+Green+Blue) = 230+147+180=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E693B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693B4 is #196C4B. Grayscale: #AFAFAF. Windows color (decimal): -1666124 or 11834342. OLE color: 11834342.
HSL color Cylindrical-coordinate representation of color #E693B4: hue angle of 336.14º 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 #E693B4 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 180 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.10 |
| HSL | 336.14º | 0.62% | 0.74% | - |
| HSV(B) | 336.14º | 0.36% | 0.9% | - |
| XYZ | 51.31 | 40.99 | 48.39 | - |
| YUV | 175.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 180 | 0 | 0.36 | 0.22 | 0.10 | 336.14 | 0.62 | 0.74 |
| Hex | E6 | 93 | B4 | 0 | 24 | 16 | A | 150 | 3E | 4A |
| Octal | 346 | 223 | 264 | 0 | 44 | 26 | 12 | 520 | 76 | 112 |
| Binary | 11100110 | 10010011 | 10110100 | 0 | 100100 | 10110 | 1010 | 101010000 | 111110 | 1001010 |
Color Harmonies of #E693B4
Complementary color
Monochromatic Colors of #E693B4
Black with #E693B4
Text Example
Text Example
White with #E693B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693B4; }
p { color: rgb(230,147,180); }
H1.HeaderClassName
{
color: #E693B4;
}
.AnyTagClassName
{
color: #E693B4;
}
</style>
background-color css
<style>
a { background-color: #E693B4; }
a { background-color: rgb(230,147,180); }
div.DivClassName
{
background-color: #E693B4;
}
.BgClassName
{
background-color: #E693B4;
}
</style>
border-color css
<style>
span { border-color: #E693B4; }
span { border-color: rgb(230,147,180); }
td.TdClassName
{
border-color: #E693B4;
}
.TagClassName
{
border-color: #E693B4;
}
</style>