Shades of Kobi #E081AD
Tints of Kobi #E081AD
RGB
CMYK
RGB Variations
Color information
#E081AD (or 0xE081AD) is known color: Kobi. HEX triplet: E0, 81 and AD. RGB value is (224,129,173). Sum of RGB (Red+Green+Blue) = 224+129+173=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E081AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E081AD is #1F7E52. Grayscale: #A2A2A2. Windows color (decimal): -2063955 or 11370976. OLE color: 11370976.
HSL color Cylindrical-coordinate representation of color #E081AD: hue angle of 332.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081AD is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 173 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.12 |
| HSL | 332.21º | 0.61% | 0.69% | - |
| HSV(B) | 332.21º | 0.42% | 0.88% | - |
| XYZ | 46.13 | 34.56 | 43.78 | - |
| YUV | 162.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 173 | 0 | 0.42 | 0.23 | 0.12 | 332.21 | 0.61 | 0.69 |
| Hex | E0 | 81 | AD | 0 | 2A | 17 | C | 14C | 3D | 45 |
| Octal | 340 | 201 | 255 | 0 | 52 | 27 | 14 | 514 | 75 | 105 |
| Binary | 11100000 | 10000001 | 10101101 | 0 | 101010 | 10111 | 1100 | 101001100 | 111101 | 1000101 |
Color Harmonies of #E081AD
Complementary color
Monochromatic Colors of #E081AD
Black with #E081AD
Text Example
Text Example
White with #E081AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081AD; }
p { color: rgb(224,129,173); }
H1.HeaderClassName
{
color: #E081AD;
}
.AnyTagClassName
{
color: #E081AD;
}
</style>
background-color css
<style>
a { background-color: #E081AD; }
a { background-color: rgb(224,129,173); }
div.DivClassName
{
background-color: #E081AD;
}
.BgClassName
{
background-color: #E081AD;
}
</style>
border-color css
<style>
span { border-color: #E081AD; }
span { border-color: rgb(224,129,173); }
td.TdClassName
{
border-color: #E081AD;
}
.TagClassName
{
border-color: #E081AD;
}
</style>