Shades of Kobi #E696A8
Tints of Kobi #E696A8
RGB
CMYK
RGB Variations
Color information
#E696A8 (or 0xE696A8) is known color: Kobi. HEX triplet: E6, 96 and A8. RGB value is (230,150,168). Sum of RGB (Red+Green+Blue) = 230+150+168=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E696A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E696A8 is #196957. Grayscale: #AFAFAF. Windows color (decimal): -1665368 or 11048678. OLE color: 11048678.
HSL color Cylindrical-coordinate representation of color #E696A8: hue angle of 346.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696A8 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 168 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.10 |
| HSL | 346.5º | 0.62% | 0.75% | - |
| HSV(B) | 346.5º | 0.35% | 0.9% | - |
| XYZ | 50.61 | 41.46 | 42.38 | - |
| YUV | 175.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 168 | 0 | 0.35 | 0.27 | 0.10 | 346.5 | 0.62 | 0.75 |
| Hex | E6 | 96 | A8 | 0 | 23 | 1B | A | 15A | 3E | 4B |
| Octal | 346 | 226 | 250 | 0 | 43 | 33 | 12 | 532 | 76 | 113 |
| Binary | 11100110 | 10010110 | 10101000 | 0 | 100011 | 11011 | 1010 | 101011010 | 111110 | 1001011 |
Color Harmonies of #E696A8
Complementary color
Monochromatic Colors of #E696A8
Black with #E696A8
Text Example
Text Example
White with #E696A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696A8; }
p { color: rgb(230,150,168); }
H1.HeaderClassName
{
color: #E696A8;
}
.AnyTagClassName
{
color: #E696A8;
}
</style>
background-color css
<style>
a { background-color: #E696A8; }
a { background-color: rgb(230,150,168); }
div.DivClassName
{
background-color: #E696A8;
}
.BgClassName
{
background-color: #E696A8;
}
</style>
border-color css
<style>
span { border-color: #E696A8; }
span { border-color: rgb(230,150,168); }
td.TdClassName
{
border-color: #E696A8;
}
.TagClassName
{
border-color: #E696A8;
}
</style>