Shades of Kobi #E38FB4
Tints of Kobi #E38FB4
RGB
CMYK
RGB Variations
Color information
#E38FB4 (or 0xE38FB4) is known color: Kobi. HEX triplet: E3, 8F and B4. RGB value is (227,143,180). Sum of RGB (Red+Green+Blue) = 227+143+180=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FB4 is #1C704B. Grayscale: #ACACAC. Windows color (decimal): -1863756 or 11833315. OLE color: 11833315.
HSL color Cylindrical-coordinate representation of color #E38FB4: hue angle of 333.57º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38FB4 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 180 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.11 |
| HSL | 333.57º | 0.6% | 0.73% | - |
| HSV(B) | 333.57º | 0.37% | 0.89% | - |
| XYZ | 49.74 | 39.27 | 48.14 | - |
| YUV | 172.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 180 | 0 | 0.37 | 0.21 | 0.11 | 333.57 | 0.6 | 0.73 |
| Hex | E3 | 8F | B4 | 0 | 25 | 15 | B | 14E | 3C | 49 |
| Octal | 343 | 217 | 264 | 0 | 45 | 25 | 13 | 516 | 74 | 111 |
| Binary | 11100011 | 10001111 | 10110100 | 0 | 100101 | 10101 | 1011 | 101001110 | 111100 | 1001001 |
Color Harmonies of #E38FB4
Complementary color
Monochromatic Colors of #E38FB4
Black with #E38FB4
Text Example
Text Example
White with #E38FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38FB4; }
p { color: rgb(227,143,180); }
H1.HeaderClassName
{
color: #E38FB4;
}
.AnyTagClassName
{
color: #E38FB4;
}
</style>
background-color css
<style>
a { background-color: #E38FB4; }
a { background-color: rgb(227,143,180); }
div.DivClassName
{
background-color: #E38FB4;
}
.BgClassName
{
background-color: #E38FB4;
}
</style>
border-color css
<style>
span { border-color: #E38FB4; }
span { border-color: rgb(227,143,180); }
td.TdClassName
{
border-color: #E38FB4;
}
.TagClassName
{
border-color: #E38FB4;
}
</style>