Shades of Kobi #E48CB2
Tints of Kobi #E48CB2
RGB
CMYK
RGB Variations
Color information
#E48CB2 (or 0xE48CB2) is known color: Kobi. HEX triplet: E4, 8C and B2. RGB value is (228,140,178). Sum of RGB (Red+Green+Blue) = 228+140+178=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48CB2 is #1B734D. Grayscale: #AAAAAA. Windows color (decimal): -1798990 or 11701476. OLE color: 11701476.
HSL color Cylindrical-coordinate representation of color #E48CB2: hue angle of 334.09º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48CB2 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 178 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.11 |
| HSL | 334.09º | 0.62% | 0.72% | - |
| HSV(B) | 334.09º | 0.39% | 0.89% | - |
| XYZ | 49.41 | 38.46 | 46.94 | - |
| YUV | 170.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 178 | 0 | 0.39 | 0.22 | 0.11 | 334.09 | 0.62 | 0.72 |
| Hex | E4 | 8C | B2 | 0 | 27 | 16 | B | 14E | 3E | 48 |
| Octal | 344 | 214 | 262 | 0 | 47 | 26 | 13 | 516 | 76 | 110 |
| Binary | 11100100 | 10001100 | 10110010 | 0 | 100111 | 10110 | 1011 | 101001110 | 111110 | 1001000 |
Color Harmonies of #E48CB2
Complementary color
Monochromatic Colors of #E48CB2
Black with #E48CB2
Text Example
Text Example
White with #E48CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CB2; }
p { color: rgb(228,140,178); }
H1.HeaderClassName
{
color: #E48CB2;
}
.AnyTagClassName
{
color: #E48CB2;
}
</style>
background-color css
<style>
a { background-color: #E48CB2; }
a { background-color: rgb(228,140,178); }
div.DivClassName
{
background-color: #E48CB2;
}
.BgClassName
{
background-color: #E48CB2;
}
</style>
border-color css
<style>
span { border-color: #E48CB2; }
span { border-color: rgb(228,140,178); }
td.TdClassName
{
border-color: #E48CB2;
}
.TagClassName
{
border-color: #E48CB2;
}
</style>