Shades of Kobi #E695B4
Tints of Kobi #E695B4
RGB
CMYK
RGB Variations
Color information
#E695B4 (or 0xE695B4) is known color: Kobi. HEX triplet: E6, 95 and B4. RGB value is (230,149,180). Sum of RGB (Red+Green+Blue) = 230+149+180=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E695B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695B4 is #196A4B. Grayscale: #B0B0B0. Windows color (decimal): -1665612 or 11834854. OLE color: 11834854.
HSL color Cylindrical-coordinate representation of color #E695B4: hue angle of 337.04º 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 #E695B4 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 180 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.10 |
| HSL | 337.04º | 0.62% | 0.74% | - |
| HSV(B) | 337.04º | 0.35% | 0.9% | - |
| XYZ | 51.62 | 41.61 | 48.49 | - |
| YUV | 176.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 180 | 0 | 0.35 | 0.22 | 0.10 | 337.04 | 0.62 | 0.74 |
| Hex | E6 | 95 | B4 | 0 | 23 | 16 | A | 151 | 3E | 4A |
| Octal | 346 | 225 | 264 | 0 | 43 | 26 | 12 | 521 | 76 | 112 |
| Binary | 11100110 | 10010101 | 10110100 | 0 | 100011 | 10110 | 1010 | 101010001 | 111110 | 1001010 |
Color Harmonies of #E695B4
Complementary color
Monochromatic Colors of #E695B4
Black with #E695B4
Text Example
Text Example
White with #E695B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695B4; }
p { color: rgb(230,149,180); }
H1.HeaderClassName
{
color: #E695B4;
}
.AnyTagClassName
{
color: #E695B4;
}
</style>
background-color css
<style>
a { background-color: #E695B4; }
a { background-color: rgb(230,149,180); }
div.DivClassName
{
background-color: #E695B4;
}
.BgClassName
{
background-color: #E695B4;
}
</style>
border-color css
<style>
span { border-color: #E695B4; }
span { border-color: rgb(230,149,180); }
td.TdClassName
{
border-color: #E695B4;
}
.TagClassName
{
border-color: #E695B4;
}
</style>