Shades of Kobi #E295B3
Tints of Kobi #E295B3
RGB
CMYK
RGB Variations
Color information
#E295B3 (or 0xE295B3) is known color: Kobi. HEX triplet: E2, 95 and B3. RGB value is (226,149,179). Sum of RGB (Red+Green+Blue) = 226+149+179=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E295B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295B3 is #1D6A4C. Grayscale: #AFAFAF. Windows color (decimal): -1927757 or 11769314. OLE color: 11769314.
HSL color Cylindrical-coordinate representation of color #E295B3: hue angle of 336.62º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E295B3 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 179 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.11 |
| HSL | 336.62º | 0.57% | 0.74% | - |
| HSV(B) | 336.62º | 0.34% | 0.89% | - |
| XYZ | 50.25 | 40.92 | 47.9 | - |
| YUV | 175.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 179 | 0 | 0.34 | 0.21 | 0.11 | 336.62 | 0.57 | 0.74 |
| Hex | E2 | 95 | B3 | 0 | 22 | 15 | B | 151 | 39 | 4A |
| Octal | 342 | 225 | 263 | 0 | 42 | 25 | 13 | 521 | 71 | 112 |
| Binary | 11100010 | 10010101 | 10110011 | 0 | 100010 | 10101 | 1011 | 101010001 | 111001 | 1001010 |
Color Harmonies of #E295B3
Complementary color
Monochromatic Colors of #E295B3
Black with #E295B3
Text Example
Text Example
White with #E295B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295B3; }
p { color: rgb(226,149,179); }
H1.HeaderClassName
{
color: #E295B3;
}
.AnyTagClassName
{
color: #E295B3;
}
</style>
background-color css
<style>
a { background-color: #E295B3; }
a { background-color: rgb(226,149,179); }
div.DivClassName
{
background-color: #E295B3;
}
.BgClassName
{
background-color: #E295B3;
}
</style>
border-color css
<style>
span { border-color: #E295B3; }
span { border-color: rgb(226,149,179); }
td.TdClassName
{
border-color: #E295B3;
}
.TagClassName
{
border-color: #E295B3;
}
</style>