Shades of Kobi #E18CB3
Tints of Kobi #E18CB3
RGB
CMYK
RGB Variations
Color information
#E18CB3 (or 0xE18CB3) is known color: Kobi. HEX triplet: E1, 8C and B3. RGB value is (225,140,179). Sum of RGB (Red+Green+Blue) = 225+140+179=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CB3 is #1E734C. Grayscale: #A9A9A9. Windows color (decimal): -1995597 or 11767009. OLE color: 11767009.
HSL color Cylindrical-coordinate representation of color #E18CB3: hue angle of 332.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 #E18CB3 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 179 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.12 |
| HSL | 332.47º | 0.59% | 0.72% | - |
| HSV(B) | 332.47º | 0.38% | 0.88% | - |
| XYZ | 48.57 | 38.02 | 47.43 | - |
| YUV | 169.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 179 | 0 | 0.38 | 0.20 | 0.12 | 332.47 | 0.59 | 0.72 |
| Hex | E1 | 8C | B3 | 0 | 26 | 14 | C | 14C | 3B | 48 |
| Octal | 341 | 214 | 263 | 0 | 46 | 24 | 14 | 514 | 73 | 110 |
| Binary | 11100001 | 10001100 | 10110011 | 0 | 100110 | 10100 | 1100 | 101001100 | 111011 | 1001000 |
Color Harmonies of #E18CB3
Complementary color
Monochromatic Colors of #E18CB3
Black with #E18CB3
Text Example
Text Example
White with #E18CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CB3; }
p { color: rgb(225,140,179); }
H1.HeaderClassName
{
color: #E18CB3;
}
.AnyTagClassName
{
color: #E18CB3;
}
</style>
background-color css
<style>
a { background-color: #E18CB3; }
a { background-color: rgb(225,140,179); }
div.DivClassName
{
background-color: #E18CB3;
}
.BgClassName
{
background-color: #E18CB3;
}
</style>
border-color css
<style>
span { border-color: #E18CB3; }
span { border-color: rgb(225,140,179); }
td.TdClassName
{
border-color: #E18CB3;
}
.TagClassName
{
border-color: #E18CB3;
}
</style>