Shades of Kobi #E295A5
Tints of Kobi #E295A5
RGB
CMYK
RGB Variations
Color information
#E295A5 (or 0xE295A5) is known color: Kobi. HEX triplet: E2, 95 and A5. RGB value is (226,149,165). Sum of RGB (Red+Green+Blue) = 226+149+165=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E295A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E295A5 is #1D6A5A. Grayscale: #ADADAD. Windows color (decimal): -1927771 or 10851810. OLE color: 10851810.
HSL color Cylindrical-coordinate representation of color #E295A5: hue angle of 347.53º 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 #E295A5 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 165 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.11 |
| HSL | 347.53º | 0.57% | 0.74% | - |
| HSV(B) | 347.53º | 0.34% | 0.89% | - |
| XYZ | 48.9 | 40.38 | 40.81 | - |
| YUV | 173.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 165 | 0 | 0.34 | 0.27 | 0.11 | 347.53 | 0.57 | 0.74 |
| Hex | E2 | 95 | A5 | 0 | 22 | 1B | B | 15C | 39 | 4A |
| Octal | 342 | 225 | 245 | 0 | 42 | 33 | 13 | 534 | 71 | 112 |
| Binary | 11100010 | 10010101 | 10100101 | 0 | 100010 | 11011 | 1011 | 101011100 | 111001 | 1001010 |
Color Harmonies of #E295A5
Complementary color
Monochromatic Colors of #E295A5
Black with #E295A5
Text Example
Text Example
White with #E295A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295A5; }
p { color: rgb(226,149,165); }
H1.HeaderClassName
{
color: #E295A5;
}
.AnyTagClassName
{
color: #E295A5;
}
</style>
background-color css
<style>
a { background-color: #E295A5; }
a { background-color: rgb(226,149,165); }
div.DivClassName
{
background-color: #E295A5;
}
.BgClassName
{
background-color: #E295A5;
}
</style>
border-color css
<style>
span { border-color: #E295A5; }
span { border-color: rgb(226,149,165); }
td.TdClassName
{
border-color: #E295A5;
}
.TagClassName
{
border-color: #E295A5;
}
</style>