Shades of Kobi #E18AB3
Tints of Kobi #E18AB3
RGB
CMYK
RGB Variations
Color information
#E18AB3 (or 0xE18AB3) is known color: Kobi. HEX triplet: E1, 8A and B3. RGB value is (225,138,179). Sum of RGB (Red+Green+Blue) = 225+138+179=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AB3 is #1E754C. Grayscale: #A8A8A8. Windows color (decimal): -1996109 or 11766497. OLE color: 11766497.
HSL color Cylindrical-coordinate representation of color #E18AB3: hue angle of 331.72º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18AB3 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 179 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.12 |
| HSL | 331.72º | 0.59% | 0.71% | - |
| HSV(B) | 331.72º | 0.39% | 0.88% | - |
| XYZ | 48.28 | 37.44 | 47.33 | - |
| YUV | 168.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 179 | 0 | 0.39 | 0.20 | 0.12 | 331.72 | 0.59 | 0.71 |
| Hex | E1 | 8A | B3 | 0 | 27 | 14 | C | 14C | 3B | 47 |
| Octal | 341 | 212 | 263 | 0 | 47 | 24 | 14 | 514 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10110011 | 0 | 100111 | 10100 | 1100 | 101001100 | 111011 | 1000111 |
Color Harmonies of #E18AB3
Complementary color
Monochromatic Colors of #E18AB3
Black with #E18AB3
Text Example
Text Example
White with #E18AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18AB3; }
p { color: rgb(225,138,179); }
H1.HeaderClassName
{
color: #E18AB3;
}
.AnyTagClassName
{
color: #E18AB3;
}
</style>
background-color css
<style>
a { background-color: #E18AB3; }
a { background-color: rgb(225,138,179); }
div.DivClassName
{
background-color: #E18AB3;
}
.BgClassName
{
background-color: #E18AB3;
}
</style>
border-color css
<style>
span { border-color: #E18AB3; }
span { border-color: rgb(225,138,179); }
td.TdClassName
{
border-color: #E18AB3;
}
.TagClassName
{
border-color: #E18AB3;
}
</style>