Shades of Kobi #E27FA5
Tints of Kobi #E27FA5
RGB
CMYK
RGB Variations
Color information
#E27FA5 (or 0xE27FA5) is known color: Kobi. HEX triplet: E2, 7F and A5. RGB value is (226,127,165). Sum of RGB (Red+Green+Blue) = 226+127+165=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27FA5 is #1D805A. Grayscale: #A0A0A0. Windows color (decimal): -1933403 or 10846178. OLE color: 10846178.
HSL color Cylindrical-coordinate representation of color #E27FA5: hue angle of 336.97º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27FA5 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 165 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.11 |
| HSL | 336.97º | 0.63% | 0.69% | - |
| HSV(B) | 336.97º | 0.44% | 0.89% | - |
| XYZ | 45.74 | 34.06 | 39.76 | - |
| YUV | 160.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 165 | 0 | 0.44 | 0.27 | 0.11 | 336.97 | 0.63 | 0.69 |
| Hex | E2 | 7F | A5 | 0 | 2C | 1B | B | 151 | 3F | 45 |
| Octal | 342 | 177 | 245 | 0 | 54 | 33 | 13 | 521 | 77 | 105 |
| Binary | 11100010 | 1111111 | 10100101 | 0 | 101100 | 11011 | 1011 | 101010001 | 111111 | 1000101 |
Color Harmonies of #E27FA5
Complementary color
Monochromatic Colors of #E27FA5
Black with #E27FA5
Text Example
Text Example
White with #E27FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FA5; }
p { color: rgb(226,127,165); }
H1.HeaderClassName
{
color: #E27FA5;
}
.AnyTagClassName
{
color: #E27FA5;
}
</style>
background-color css
<style>
a { background-color: #E27FA5; }
a { background-color: rgb(226,127,165); }
div.DivClassName
{
background-color: #E27FA5;
}
.BgClassName
{
background-color: #E27FA5;
}
</style>
border-color css
<style>
span { border-color: #E27FA5; }
span { border-color: rgb(226,127,165); }
td.TdClassName
{
border-color: #E27FA5;
}
.TagClassName
{
border-color: #E27FA5;
}
</style>