Shades of Kobi #E18CA2
Tints of Kobi #E18CA2
RGB
CMYK
RGB Variations
Color information
#E18CA2 (or 0xE18CA2) is known color: Kobi. HEX triplet: E1, 8C and A2. RGB value is (225,140,162). Sum of RGB (Red+Green+Blue) = 225+140+162=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18CA2 is #1E735D. Grayscale: #A7A7A7. Windows color (decimal): -1995614 or 10652897. OLE color: 10652897.
HSL color Cylindrical-coordinate representation of color #E18CA2: hue angle of 344.47º 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 #E18CA2 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 162 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.12 |
| HSL | 344.47º | 0.59% | 0.72% | - |
| HSV(B) | 344.47º | 0.38% | 0.88% | - |
| XYZ | 46.95 | 37.37 | 38.92 | - |
| YUV | 167.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 162 | 0 | 0.38 | 0.28 | 0.12 | 344.47 | 0.59 | 0.72 |
| Hex | E1 | 8C | A2 | 0 | 26 | 1C | C | 158 | 3B | 48 |
| Octal | 341 | 214 | 242 | 0 | 46 | 34 | 14 | 530 | 73 | 110 |
| Binary | 11100001 | 10001100 | 10100010 | 0 | 100110 | 11100 | 1100 | 101011000 | 111011 | 1001000 |
Color Harmonies of #E18CA2
Complementary color
Monochromatic Colors of #E18CA2
Black with #E18CA2
Text Example
Text Example
White with #E18CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CA2; }
p { color: rgb(225,140,162); }
H1.HeaderClassName
{
color: #E18CA2;
}
.AnyTagClassName
{
color: #E18CA2;
}
</style>
background-color css
<style>
a { background-color: #E18CA2; }
a { background-color: rgb(225,140,162); }
div.DivClassName
{
background-color: #E18CA2;
}
.BgClassName
{
background-color: #E18CA2;
}
</style>
border-color css
<style>
span { border-color: #E18CA2; }
span { border-color: rgb(225,140,162); }
td.TdClassName
{
border-color: #E18CA2;
}
.TagClassName
{
border-color: #E18CA2;
}
</style>