Shades of Kobi #E681AD
Tints of Kobi #E681AD
RGB
CMYK
RGB Variations
Color information
#E681AD (or 0xE681AD) is known color: Kobi. HEX triplet: E6, 81 and AD. RGB value is (230,129,173). Sum of RGB (Red+Green+Blue) = 230+129+173=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E681AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E681AD is #197E52. Grayscale: #A4A4A4. Windows color (decimal): -1670739 or 11370982. OLE color: 11370982.
HSL color Cylindrical-coordinate representation of color #E681AD: hue angle of 333.86º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E681AD is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 173 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.10 |
| HSL | 333.86º | 0.67% | 0.7% | - |
| HSV(B) | 333.86º | 0.44% | 0.9% | - |
| XYZ | 48.03 | 35.54 | 43.86 | - |
| YUV | 164.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 173 | 0 | 0.44 | 0.25 | 0.10 | 333.86 | 0.67 | 0.7 |
| Hex | E6 | 81 | AD | 0 | 2C | 19 | A | 14E | 43 | 46 |
| Octal | 346 | 201 | 255 | 0 | 54 | 31 | 12 | 516 | 103 | 106 |
| Binary | 11100110 | 10000001 | 10101101 | 0 | 101100 | 11001 | 1010 | 101001110 | 1000011 | 1000110 |
Color Harmonies of #E681AD
Complementary color
Monochromatic Colors of #E681AD
Black with #E681AD
Text Example
Text Example
White with #E681AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681AD; }
p { color: rgb(230,129,173); }
H1.HeaderClassName
{
color: #E681AD;
}
.AnyTagClassName
{
color: #E681AD;
}
</style>
background-color css
<style>
a { background-color: #E681AD; }
a { background-color: rgb(230,129,173); }
div.DivClassName
{
background-color: #E681AD;
}
.BgClassName
{
background-color: #E681AD;
}
</style>
border-color css
<style>
span { border-color: #E681AD; }
span { border-color: rgb(230,129,173); }
td.TdClassName
{
border-color: #E681AD;
}
.TagClassName
{
border-color: #E681AD;
}
</style>