Shades of Kobi #E284A5
Tints of Kobi #E284A5
RGB
CMYK
RGB Variations
Color information
#E284A5 (or 0xE284A5) is known color: Kobi. HEX triplet: E2, 84 and A5. RGB value is (226,132,165). Sum of RGB (Red+Green+Blue) = 226+132+165=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E284A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E284A5 is #1D7B5A. Grayscale: #A3A3A3. Windows color (decimal): -1932123 or 10847458. OLE color: 10847458.
HSL color Cylindrical-coordinate representation of color #E284A5: hue angle of 338.94º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284A5 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 165 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.11 |
| HSL | 338.94º | 0.62% | 0.7% | - |
| HSV(B) | 338.94º | 0.42% | 0.89% | - |
| XYZ | 46.41 | 35.39 | 39.98 | - |
| YUV | 163.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 165 | 0 | 0.42 | 0.27 | 0.11 | 338.94 | 0.62 | 0.7 |
| Hex | E2 | 84 | A5 | 0 | 2A | 1B | B | 153 | 3E | 46 |
| Octal | 342 | 204 | 245 | 0 | 52 | 33 | 13 | 523 | 76 | 106 |
| Binary | 11100010 | 10000100 | 10100101 | 0 | 101010 | 11011 | 1011 | 101010011 | 111110 | 1000110 |
Color Harmonies of #E284A5
Complementary color
Monochromatic Colors of #E284A5
Black with #E284A5
Text Example
Text Example
White with #E284A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284A5; }
p { color: rgb(226,132,165); }
H1.HeaderClassName
{
color: #E284A5;
}
.AnyTagClassName
{
color: #E284A5;
}
</style>
background-color css
<style>
a { background-color: #E284A5; }
a { background-color: rgb(226,132,165); }
div.DivClassName
{
background-color: #E284A5;
}
.BgClassName
{
background-color: #E284A5;
}
</style>
border-color css
<style>
span { border-color: #E284A5; }
span { border-color: rgb(226,132,165); }
td.TdClassName
{
border-color: #E284A5;
}
.TagClassName
{
border-color: #E284A5;
}
</style>