Shades of Kobi #E594B4
Tints of Kobi #E594B4
RGB
CMYK
RGB Variations
Color information
#E594B4 (or 0xE594B4) is known color: Kobi. HEX triplet: E5, 94 and B4. RGB value is (229,148,180). Sum of RGB (Red+Green+Blue) = 229+148+180=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E594B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594B4 is #1A6B4B. Grayscale: #AFAFAF. Windows color (decimal): -1731404 or 11834597. OLE color: 11834597.
HSL color Cylindrical-coordinate representation of color #E594B4: hue angle of 336.3º 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 #E594B4 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 180 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.10 |
| HSL | 336.3º | 0.61% | 0.74% | - |
| HSV(B) | 336.3º | 0.35% | 0.9% | - |
| XYZ | 51.14 | 41.13 | 48.42 | - |
| YUV | 175.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 180 | 0 | 0.35 | 0.21 | 0.10 | 336.3 | 0.61 | 0.74 |
| Hex | E5 | 94 | B4 | 0 | 23 | 15 | A | 150 | 3D | 4A |
| Octal | 345 | 224 | 264 | 0 | 43 | 25 | 12 | 520 | 75 | 112 |
| Binary | 11100101 | 10010100 | 10110100 | 0 | 100011 | 10101 | 1010 | 101010000 | 111101 | 1001010 |
Color Harmonies of #E594B4
Complementary color
Monochromatic Colors of #E594B4
Black with #E594B4
Text Example
Text Example
White with #E594B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594B4; }
p { color: rgb(229,148,180); }
H1.HeaderClassName
{
color: #E594B4;
}
.AnyTagClassName
{
color: #E594B4;
}
</style>
background-color css
<style>
a { background-color: #E594B4; }
a { background-color: rgb(229,148,180); }
div.DivClassName
{
background-color: #E594B4;
}
.BgClassName
{
background-color: #E594B4;
}
</style>
border-color css
<style>
span { border-color: #E594B4; }
span { border-color: rgb(229,148,180); }
td.TdClassName
{
border-color: #E594B4;
}
.TagClassName
{
border-color: #E594B4;
}
</style>