Shades of Kobi #E295A4
Tints of Kobi #E295A4
RGB
CMYK
RGB Variations
Color information
#E295A4 (or 0xE295A4) is known color: Kobi. HEX triplet: E2, 95 and A4. RGB value is (226,149,164). Sum of RGB (Red+Green+Blue) = 226+149+164=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E295A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E295A4 is #1D6A5B. Grayscale: #ADADAD. Windows color (decimal): -1927772 or 10786274. OLE color: 10786274.
HSL color Cylindrical-coordinate representation of color #E295A4: hue angle of 348.31º 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 #E295A4 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 164 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.11 |
| HSL | 348.31º | 0.57% | 0.74% | - |
| HSV(B) | 348.31º | 0.34% | 0.89% | - |
| XYZ | 48.81 | 40.34 | 40.34 | - |
| YUV | 173.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 164 | 0 | 0.34 | 0.27 | 0.11 | 348.31 | 0.57 | 0.74 |
| Hex | E2 | 95 | A4 | 0 | 22 | 1B | B | 15C | 39 | 4A |
| Octal | 342 | 225 | 244 | 0 | 42 | 33 | 13 | 534 | 71 | 112 |
| Binary | 11100010 | 10010101 | 10100100 | 0 | 100010 | 11011 | 1011 | 101011100 | 111001 | 1001010 |
Color Harmonies of #E295A4
Complementary color
Monochromatic Colors of #E295A4
Black with #E295A4
Text Example
Text Example
White with #E295A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295A4; }
p { color: rgb(226,149,164); }
H1.HeaderClassName
{
color: #E295A4;
}
.AnyTagClassName
{
color: #E295A4;
}
</style>
background-color css
<style>
a { background-color: #E295A4; }
a { background-color: rgb(226,149,164); }
div.DivClassName
{
background-color: #E295A4;
}
.BgClassName
{
background-color: #E295A4;
}
</style>
border-color css
<style>
span { border-color: #E295A4; }
span { border-color: rgb(226,149,164); }
td.TdClassName
{
border-color: #E295A4;
}
.TagClassName
{
border-color: #E295A4;
}
</style>