Shades of Kobi #E480AF
Tints of Kobi #E480AF
RGB
CMYK
RGB Variations
Color information
#E480AF (or 0xE480AF) is known color: Kobi. HEX triplet: E4, 80 and AF. RGB value is (228,128,175). Sum of RGB (Red+Green+Blue) = 228+128+175=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E480AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480AF is #1B7F50. Grayscale: #A3A3A3. Windows color (decimal): -1802065 or 11501796. OLE color: 11501796.
HSL color Cylindrical-coordinate representation of color #E480AF: hue angle of 331.8º 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 #E480AF is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 175 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.11 |
| HSL | 331.8º | 0.65% | 0.7% | - |
| HSV(B) | 331.8º | 0.44% | 0.89% | - |
| XYZ | 47.45 | 35.03 | 44.82 | - |
| YUV | 163.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 175 | 0 | 0.44 | 0.23 | 0.11 | 331.8 | 0.65 | 0.7 |
| Hex | E4 | 80 | AF | 0 | 2C | 17 | B | 14C | 41 | 46 |
| Octal | 344 | 200 | 257 | 0 | 54 | 27 | 13 | 514 | 101 | 106 |
| Binary | 11100100 | 10000000 | 10101111 | 0 | 101100 | 10111 | 1011 | 101001100 | 1000001 | 1000110 |
Color Harmonies of #E480AF
Complementary color
Monochromatic Colors of #E480AF
Black with #E480AF
Text Example
Text Example
White with #E480AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480AF; }
p { color: rgb(228,128,175); }
H1.HeaderClassName
{
color: #E480AF;
}
.AnyTagClassName
{
color: #E480AF;
}
</style>
background-color css
<style>
a { background-color: #E480AF; }
a { background-color: rgb(228,128,175); }
div.DivClassName
{
background-color: #E480AF;
}
.BgClassName
{
background-color: #E480AF;
}
</style>
border-color css
<style>
span { border-color: #E480AF; }
span { border-color: rgb(228,128,175); }
td.TdClassName
{
border-color: #E480AF;
}
.TagClassName
{
border-color: #E480AF;
}
</style>