Shades of Kobi #E280A5
Tints of Kobi #E280A5
RGB
CMYK
RGB Variations
Color information
#E280A5 (or 0xE280A5) is known color: Kobi. HEX triplet: E2, 80 and A5. RGB value is (226,128,165). Sum of RGB (Red+Green+Blue) = 226+128+165=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E280A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E280A5 is #1D7F5A. Grayscale: #A1A1A1. Windows color (decimal): -1933147 or 10846434. OLE color: 10846434.
HSL color Cylindrical-coordinate representation of color #E280A5: hue angle of 337.35º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280A5 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 165 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.11 |
| HSL | 337.35º | 0.63% | 0.69% | - |
| HSV(B) | 337.35º | 0.43% | 0.89% | - |
| XYZ | 45.87 | 34.32 | 39.8 | - |
| YUV | 161.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 165 | 0 | 0.43 | 0.27 | 0.11 | 337.35 | 0.63 | 0.69 |
| Hex | E2 | 80 | A5 | 0 | 2B | 1B | B | 151 | 3F | 45 |
| Octal | 342 | 200 | 245 | 0 | 53 | 33 | 13 | 521 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10100101 | 0 | 101011 | 11011 | 1011 | 101010001 | 111111 | 1000101 |
Color Harmonies of #E280A5
Complementary color
Monochromatic Colors of #E280A5
Black with #E280A5
Text Example
Text Example
White with #E280A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280A5; }
p { color: rgb(226,128,165); }
H1.HeaderClassName
{
color: #E280A5;
}
.AnyTagClassName
{
color: #E280A5;
}
</style>
background-color css
<style>
a { background-color: #E280A5; }
a { background-color: rgb(226,128,165); }
div.DivClassName
{
background-color: #E280A5;
}
.BgClassName
{
background-color: #E280A5;
}
</style>
border-color css
<style>
span { border-color: #E280A5; }
span { border-color: rgb(226,128,165); }
td.TdClassName
{
border-color: #E280A5;
}
.TagClassName
{
border-color: #E280A5;
}
</style>