Shades of Kobi #E19FAE
Tints of Kobi #E19FAE
RGB
CMYK
RGB Variations
Color information
#E19FAE (or 0xE19FAE) is known color: Kobi. HEX triplet: E1, 9F and AE. RGB value is (225,159,174). Sum of RGB (Red+Green+Blue) = 225+159+174=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19FAE is #1E6051. Grayscale: #B4B4B4. Windows color (decimal): -1990738 or 11444193. OLE color: 11444193.
HSL color Cylindrical-coordinate representation of color #E19FAE: hue angle of 346.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E19FAE is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 174 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.12 |
| HSL | 346.36º | 0.52% | 0.75% | - |
| HSV(B) | 346.36º | 0.29% | 0.88% | - |
| XYZ | 51.09 | 43.86 | 45.82 | - |
| YUV | 180.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 174 | 0 | 0.29 | 0.23 | 0.12 | 346.36 | 0.52 | 0.75 |
| Hex | E1 | 9F | AE | 0 | 1D | 17 | C | 15A | 34 | 4B |
| Octal | 341 | 237 | 256 | 0 | 35 | 27 | 14 | 532 | 64 | 113 |
| Binary | 11100001 | 10011111 | 10101110 | 0 | 11101 | 10111 | 1100 | 101011010 | 110100 | 1001011 |
Color Harmonies of #E19FAE
Complementary color
Monochromatic Colors of #E19FAE
Black with #E19FAE
Text Example
Text Example
White with #E19FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FAE; }
p { color: rgb(225,159,174); }
H1.HeaderClassName
{
color: #E19FAE;
}
.AnyTagClassName
{
color: #E19FAE;
}
</style>
background-color css
<style>
a { background-color: #E19FAE; }
a { background-color: rgb(225,159,174); }
div.DivClassName
{
background-color: #E19FAE;
}
.BgClassName
{
background-color: #E19FAE;
}
</style>
border-color css
<style>
span { border-color: #E19FAE; }
span { border-color: rgb(225,159,174); }
td.TdClassName
{
border-color: #E19FAE;
}
.TagClassName
{
border-color: #E19FAE;
}
</style>