Shades of Kobi #E480A8
Tints of Kobi #E480A8
RGB
CMYK
RGB Variations
Color information
#E480A8 (or 0xE480A8) is known color: Kobi. HEX triplet: E4, 80 and A8. RGB value is (228,128,168). Sum of RGB (Red+Green+Blue) = 228+128+168=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E480A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480A8 is #1B7F57. Grayscale: #A2A2A2. Windows color (decimal): -1802072 or 11043044. OLE color: 11043044.
HSL color Cylindrical-coordinate representation of color #E480A8: hue angle of 336º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480A8 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 168 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.11 |
| HSL | 336º | 0.65% | 0.7% | - |
| HSV(B) | 336º | 0.44% | 0.89% | - |
| XYZ | 46.78 | 34.76 | 41.29 | - |
| YUV | 162.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 168 | 0 | 0.44 | 0.26 | 0.11 | 336 | 0.65 | 0.7 |
| Hex | E4 | 80 | A8 | 0 | 2C | 1A | B | 150 | 41 | 46 |
| Octal | 344 | 200 | 250 | 0 | 54 | 32 | 13 | 520 | 101 | 106 |
| Binary | 11100100 | 10000000 | 10101000 | 0 | 101100 | 11010 | 1011 | 101010000 | 1000001 | 1000110 |
Color Harmonies of #E480A8
Complementary color
Monochromatic Colors of #E480A8
Black with #E480A8
Text Example
Text Example
White with #E480A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480A8; }
p { color: rgb(228,128,168); }
H1.HeaderClassName
{
color: #E480A8;
}
.AnyTagClassName
{
color: #E480A8;
}
</style>
background-color css
<style>
a { background-color: #E480A8; }
a { background-color: rgb(228,128,168); }
div.DivClassName
{
background-color: #E480A8;
}
.BgClassName
{
background-color: #E480A8;
}
</style>
border-color css
<style>
span { border-color: #E480A8; }
span { border-color: rgb(228,128,168); }
td.TdClassName
{
border-color: #E480A8;
}
.TagClassName
{
border-color: #E480A8;
}
</style>