Shades of Kobi #E595A4
Tints of Kobi #E595A4
RGB
CMYK
RGB Variations
Color information
#E595A4 (or 0xE595A4) is known color: Kobi. HEX triplet: E5, 95 and A4. RGB value is (229,149,164). Sum of RGB (Red+Green+Blue) = 229+149+164=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E595A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E595A4 is #1A6A5B. Grayscale: #AEAEAE. Windows color (decimal): -1731164 or 10786277. OLE color: 10786277.
HSL color Cylindrical-coordinate representation of color #E595A4: hue angle of 348.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E595A4 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 164 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.10 |
| HSL | 348.75º | 0.61% | 0.74% | - |
| HSV(B) | 348.75º | 0.35% | 0.9% | - |
| XYZ | 49.76 | 40.83 | 40.38 | - |
| YUV | 174.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 164 | 0 | 0.35 | 0.28 | 0.10 | 348.75 | 0.61 | 0.74 |
| Hex | E5 | 95 | A4 | 0 | 23 | 1C | A | 15D | 3D | 4A |
| Octal | 345 | 225 | 244 | 0 | 43 | 34 | 12 | 535 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10100100 | 0 | 100011 | 11100 | 1010 | 101011101 | 111101 | 1001010 |
Color Harmonies of #E595A4
Complementary color
Monochromatic Colors of #E595A4
Black with #E595A4
Text Example
Text Example
White with #E595A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595A4; }
p { color: rgb(229,149,164); }
H1.HeaderClassName
{
color: #E595A4;
}
.AnyTagClassName
{
color: #E595A4;
}
</style>
background-color css
<style>
a { background-color: #E595A4; }
a { background-color: rgb(229,149,164); }
div.DivClassName
{
background-color: #E595A4;
}
.BgClassName
{
background-color: #E595A4;
}
</style>
border-color css
<style>
span { border-color: #E595A4; }
span { border-color: rgb(229,149,164); }
td.TdClassName
{
border-color: #E595A4;
}
.TagClassName
{
border-color: #E595A4;
}
</style>