Shades of Kobi #E481AD
Tints of Kobi #E481AD
RGB
CMYK
RGB Variations
Color information
#E481AD (or 0xE481AD) is known color: Kobi. HEX triplet: E4, 81 and AD. RGB value is (228,129,173). Sum of RGB (Red+Green+Blue) = 228+129+173=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E481AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E481AD is #1B7E52. Grayscale: #A3A3A3. Windows color (decimal): -1801811 or 11370980. OLE color: 11370980.
HSL color Cylindrical-coordinate representation of color #E481AD: hue angle of 333.33º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E481AD is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 173 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.11 |
| HSL | 333.33º | 0.65% | 0.7% | - |
| HSV(B) | 333.33º | 0.43% | 0.89% | - |
| XYZ | 47.39 | 35.21 | 43.83 | - |
| YUV | 163.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 173 | 0 | 0.43 | 0.24 | 0.11 | 333.33 | 0.65 | 0.7 |
| Hex | E4 | 81 | AD | 0 | 2B | 18 | B | 14D | 41 | 46 |
| Octal | 344 | 201 | 255 | 0 | 53 | 30 | 13 | 515 | 101 | 106 |
| Binary | 11100100 | 10000001 | 10101101 | 0 | 101011 | 11000 | 1011 | 101001101 | 1000001 | 1000110 |
Color Harmonies of #E481AD
Complementary color
Monochromatic Colors of #E481AD
Black with #E481AD
Text Example
Text Example
White with #E481AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481AD; }
p { color: rgb(228,129,173); }
H1.HeaderClassName
{
color: #E481AD;
}
.AnyTagClassName
{
color: #E481AD;
}
</style>
background-color css
<style>
a { background-color: #E481AD; }
a { background-color: rgb(228,129,173); }
div.DivClassName
{
background-color: #E481AD;
}
.BgClassName
{
background-color: #E481AD;
}
</style>
border-color css
<style>
span { border-color: #E481AD; }
span { border-color: rgb(228,129,173); }
td.TdClassName
{
border-color: #E481AD;
}
.TagClassName
{
border-color: #E481AD;
}
</style>