Shades of Kobi #E594A4
Tints of Kobi #E594A4
RGB
CMYK
RGB Variations
Color information
#E594A4 (or 0xE594A4) is known color: Kobi. HEX triplet: E5, 94 and A4. RGB value is (229,148,164). Sum of RGB (Red+Green+Blue) = 229+148+164=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E594A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E594A4 is #1A6B5B. Grayscale: #AEAEAE. Windows color (decimal): -1731420 or 10786021. OLE color: 10786021.
HSL color Cylindrical-coordinate representation of color #E594A4: hue angle of 348.15º 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 #E594A4 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 164 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.10 |
| HSL | 348.15º | 0.61% | 0.74% | - |
| HSV(B) | 348.15º | 0.35% | 0.9% | - |
| XYZ | 49.6 | 40.52 | 40.33 | - |
| YUV | 174.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 164 | 0 | 0.35 | 0.28 | 0.10 | 348.15 | 0.61 | 0.74 |
| Hex | E5 | 94 | A4 | 0 | 23 | 1C | A | 15C | 3D | 4A |
| Octal | 345 | 224 | 244 | 0 | 43 | 34 | 12 | 534 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10100100 | 0 | 100011 | 11100 | 1010 | 101011100 | 111101 | 1001010 |
Color Harmonies of #E594A4
Complementary color
Monochromatic Colors of #E594A4
Black with #E594A4
Text Example
Text Example
White with #E594A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594A4; }
p { color: rgb(229,148,164); }
H1.HeaderClassName
{
color: #E594A4;
}
.AnyTagClassName
{
color: #E594A4;
}
</style>
background-color css
<style>
a { background-color: #E594A4; }
a { background-color: rgb(229,148,164); }
div.DivClassName
{
background-color: #E594A4;
}
.BgClassName
{
background-color: #E594A4;
}
</style>
border-color css
<style>
span { border-color: #E594A4; }
span { border-color: rgb(229,148,164); }
td.TdClassName
{
border-color: #E594A4;
}
.TagClassName
{
border-color: #E594A4;
}
</style>