Shades of Kobi #E192AE
Tints of Kobi #E192AE
RGB
CMYK
RGB Variations
Color information
#E192AE (or 0xE192AE) is known color: Kobi. HEX triplet: E1, 92 and AE. RGB value is (225,146,174). Sum of RGB (Red+Green+Blue) = 225+146+174=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E192AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192AE is #1E6D51. Grayscale: #ACACAC. Windows color (decimal): -1994066 or 11440865. OLE color: 11440865.
HSL color Cylindrical-coordinate representation of color #E192AE: hue angle of 338.73º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E192AE is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 174 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.12 |
| HSL | 338.73º | 0.57% | 0.73% | - |
| HSV(B) | 338.73º | 0.35% | 0.88% | - |
| XYZ | 48.97 | 39.62 | 45.11 | - |
| YUV | 172.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 174 | 0 | 0.35 | 0.23 | 0.12 | 338.73 | 0.57 | 0.73 |
| Hex | E1 | 92 | AE | 0 | 23 | 17 | C | 153 | 39 | 49 |
| Octal | 341 | 222 | 256 | 0 | 43 | 27 | 14 | 523 | 71 | 111 |
| Binary | 11100001 | 10010010 | 10101110 | 0 | 100011 | 10111 | 1100 | 101010011 | 111001 | 1001001 |
Color Harmonies of #E192AE
Complementary color
Monochromatic Colors of #E192AE
Black with #E192AE
Text Example
Text Example
White with #E192AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192AE; }
p { color: rgb(225,146,174); }
H1.HeaderClassName
{
color: #E192AE;
}
.AnyTagClassName
{
color: #E192AE;
}
</style>
background-color css
<style>
a { background-color: #E192AE; }
a { background-color: rgb(225,146,174); }
div.DivClassName
{
background-color: #E192AE;
}
.BgClassName
{
background-color: #E192AE;
}
</style>
border-color css
<style>
span { border-color: #E192AE; }
span { border-color: rgb(225,146,174); }
td.TdClassName
{
border-color: #E192AE;
}
.TagClassName
{
border-color: #E192AE;
}
</style>