Shades of Kobi #E68FA5
Tints of Kobi #E68FA5
RGB
CMYK
RGB Variations
Color information
#E68FA5 (or 0xE68FA5) is known color: Kobi. HEX triplet: E6, 8F and A5. RGB value is (230,143,165). Sum of RGB (Red+Green+Blue) = 230+143+165=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FA5 is #19705A. Grayscale: #ABABAB. Windows color (decimal): -1667163 or 10850278. OLE color: 10850278.
HSL color Cylindrical-coordinate representation of color #E68FA5: hue angle of 344.83º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FA5 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 165 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.10 |
| HSL | 344.83º | 0.64% | 0.73% | - |
| HSV(B) | 344.83º | 0.38% | 0.9% | - |
| XYZ | 49.25 | 39.18 | 40.57 | - |
| YUV | 171.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 165 | 0 | 0.38 | 0.28 | 0.10 | 344.83 | 0.64 | 0.73 |
| Hex | E6 | 8F | A5 | 0 | 26 | 1C | A | 159 | 40 | 49 |
| Octal | 346 | 217 | 245 | 0 | 46 | 34 | 12 | 531 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10100101 | 0 | 100110 | 11100 | 1010 | 101011001 | 1000000 | 1001001 |
Color Harmonies of #E68FA5
Complementary color
Monochromatic Colors of #E68FA5
Black with #E68FA5
Text Example
Text Example
White with #E68FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FA5; }
p { color: rgb(230,143,165); }
H1.HeaderClassName
{
color: #E68FA5;
}
.AnyTagClassName
{
color: #E68FA5;
}
</style>
background-color css
<style>
a { background-color: #E68FA5; }
a { background-color: rgb(230,143,165); }
div.DivClassName
{
background-color: #E68FA5;
}
.BgClassName
{
background-color: #E68FA5;
}
</style>
border-color css
<style>
span { border-color: #E68FA5; }
span { border-color: rgb(230,143,165); }
td.TdClassName
{
border-color: #E68FA5;
}
.TagClassName
{
border-color: #E68FA5;
}
</style>