Shades of Kobi #E181AD
Tints of Kobi #E181AD
RGB
CMYK
RGB Variations
Color information
#E181AD (or 0xE181AD) is known color: Kobi. HEX triplet: E1, 81 and AD. RGB value is (225,129,173). Sum of RGB (Red+Green+Blue) = 225+129+173=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E181AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181AD is #1E7E52. Grayscale: #A2A2A2. Windows color (decimal): -1998419 or 11370977. OLE color: 11370977.
HSL color Cylindrical-coordinate representation of color #E181AD: hue angle of 332.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181AD is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 173 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.12 |
| HSL | 332.5º | 0.62% | 0.69% | - |
| HSV(B) | 332.5º | 0.43% | 0.88% | - |
| XYZ | 46.44 | 34.73 | 43.79 | - |
| YUV | 162.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 173 | 0 | 0.43 | 0.23 | 0.12 | 332.5 | 0.62 | 0.69 |
| Hex | E1 | 81 | AD | 0 | 2B | 17 | C | 14C | 3E | 45 |
| Octal | 341 | 201 | 255 | 0 | 53 | 27 | 14 | 514 | 76 | 105 |
| Binary | 11100001 | 10000001 | 10101101 | 0 | 101011 | 10111 | 1100 | 101001100 | 111110 | 1000101 |
Color Harmonies of #E181AD
Complementary color
Monochromatic Colors of #E181AD
Black with #E181AD
Text Example
Text Example
White with #E181AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181AD; }
p { color: rgb(225,129,173); }
H1.HeaderClassName
{
color: #E181AD;
}
.AnyTagClassName
{
color: #E181AD;
}
</style>
background-color css
<style>
a { background-color: #E181AD; }
a { background-color: rgb(225,129,173); }
div.DivClassName
{
background-color: #E181AD;
}
.BgClassName
{
background-color: #E181AD;
}
</style>
border-color css
<style>
span { border-color: #E181AD; }
span { border-color: rgb(225,129,173); }
td.TdClassName
{
border-color: #E181AD;
}
.TagClassName
{
border-color: #E181AD;
}
</style>