Shades of Kobi #E297B1
Tints of Kobi #E297B1
RGB
CMYK
RGB Variations
Color information
#E297B1 (or 0xE297B1) is known color: Kobi. HEX triplet: E2, 97 and B1. RGB value is (226,151,177). Sum of RGB (Red+Green+Blue) = 226+151+177=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E297B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E297B1 is #1D684E. Grayscale: #B0B0B0. Windows color (decimal): -1927247 or 11638754. OLE color: 11638754.
HSL color Cylindrical-coordinate representation of color #E297B1: hue angle of 339.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E297B1 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 177 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.11 |
| HSL | 339.2º | 0.56% | 0.74% | - |
| HSV(B) | 339.2º | 0.33% | 0.89% | - |
| XYZ | 50.37 | 41.48 | 46.95 | - |
| YUV | 176.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 177 | 0 | 0.33 | 0.22 | 0.11 | 339.2 | 0.56 | 0.74 |
| Hex | E2 | 97 | B1 | 0 | 21 | 16 | B | 153 | 38 | 4A |
| Octal | 342 | 227 | 261 | 0 | 41 | 26 | 13 | 523 | 70 | 112 |
| Binary | 11100010 | 10010111 | 10110001 | 0 | 100001 | 10110 | 1011 | 101010011 | 111000 | 1001010 |
Color Harmonies of #E297B1
Complementary color
Monochromatic Colors of #E297B1
Black with #E297B1
Text Example
Text Example
White with #E297B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297B1; }
p { color: rgb(226,151,177); }
H1.HeaderClassName
{
color: #E297B1;
}
.AnyTagClassName
{
color: #E297B1;
}
</style>
background-color css
<style>
a { background-color: #E297B1; }
a { background-color: rgb(226,151,177); }
div.DivClassName
{
background-color: #E297B1;
}
.BgClassName
{
background-color: #E297B1;
}
</style>
border-color css
<style>
span { border-color: #E297B1; }
span { border-color: rgb(226,151,177); }
td.TdClassName
{
border-color: #E297B1;
}
.TagClassName
{
border-color: #E297B1;
}
</style>