Shades of Kobi #E18CAE
Tints of Kobi #E18CAE
RGB
CMYK
RGB Variations
Color information
#E18CAE (or 0xE18CAE) is known color: Kobi. HEX triplet: E1, 8C and AE. RGB value is (225,140,174). Sum of RGB (Red+Green+Blue) = 225+140+174=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CAE is #1E7351. Grayscale: #A9A9A9. Windows color (decimal): -1995602 or 11439329. OLE color: 11439329.
HSL color Cylindrical-coordinate representation of color #E18CAE: hue angle of 336º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CAE is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 174 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.12 |
| HSL | 336º | 0.59% | 0.72% | - |
| HSV(B) | 336º | 0.38% | 0.88% | - |
| XYZ | 48.07 | 37.82 | 44.81 | - |
| YUV | 169.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 174 | 0 | 0.38 | 0.23 | 0.12 | 336 | 0.59 | 0.72 |
| Hex | E1 | 8C | AE | 0 | 26 | 17 | C | 150 | 3B | 48 |
| Octal | 341 | 214 | 256 | 0 | 46 | 27 | 14 | 520 | 73 | 110 |
| Binary | 11100001 | 10001100 | 10101110 | 0 | 100110 | 10111 | 1100 | 101010000 | 111011 | 1001000 |
Color Harmonies of #E18CAE
Complementary color
Monochromatic Colors of #E18CAE
Black with #E18CAE
Text Example
Text Example
White with #E18CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CAE; }
p { color: rgb(225,140,174); }
H1.HeaderClassName
{
color: #E18CAE;
}
.AnyTagClassName
{
color: #E18CAE;
}
</style>
background-color css
<style>
a { background-color: #E18CAE; }
a { background-color: rgb(225,140,174); }
div.DivClassName
{
background-color: #E18CAE;
}
.BgClassName
{
background-color: #E18CAE;
}
</style>
border-color css
<style>
span { border-color: #E18CAE; }
span { border-color: rgb(225,140,174); }
td.TdClassName
{
border-color: #E18CAE;
}
.TagClassName
{
border-color: #E18CAE;
}
</style>