Shades of Kobi #E481AB
Tints of Kobi #E481AB
RGB
CMYK
RGB Variations
Color information
#E481AB (or 0xE481AB) is known color: Kobi. HEX triplet: E4, 81 and AB. RGB value is (228,129,171). Sum of RGB (Red+Green+Blue) = 228+129+171=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E481AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E481AB is #1B7E54. Grayscale: #A3A3A3. Windows color (decimal): -1801813 or 11239908. OLE color: 11239908.
HSL color Cylindrical-coordinate representation of color #E481AB: hue angle of 334.55º 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 #E481AB is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 171 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.11 |
| HSL | 334.55º | 0.65% | 0.7% | - |
| HSV(B) | 334.55º | 0.43% | 0.89% | - |
| XYZ | 47.2 | 35.13 | 42.82 | - |
| YUV | 163.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 171 | 0 | 0.43 | 0.25 | 0.11 | 334.55 | 0.65 | 0.7 |
| Hex | E4 | 81 | AB | 0 | 2B | 19 | B | 14F | 41 | 46 |
| Octal | 344 | 201 | 253 | 0 | 53 | 31 | 13 | 517 | 101 | 106 |
| Binary | 11100100 | 10000001 | 10101011 | 0 | 101011 | 11001 | 1011 | 101001111 | 1000001 | 1000110 |
Color Harmonies of #E481AB
Complementary color
Monochromatic Colors of #E481AB
Black with #E481AB
Text Example
Text Example
White with #E481AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481AB; }
p { color: rgb(228,129,171); }
H1.HeaderClassName
{
color: #E481AB;
}
.AnyTagClassName
{
color: #E481AB;
}
</style>
background-color css
<style>
a { background-color: #E481AB; }
a { background-color: rgb(228,129,171); }
div.DivClassName
{
background-color: #E481AB;
}
.BgClassName
{
background-color: #E481AB;
}
</style>
border-color css
<style>
span { border-color: #E481AB; }
span { border-color: rgb(228,129,171); }
td.TdClassName
{
border-color: #E481AB;
}
.TagClassName
{
border-color: #E481AB;
}
</style>