Shades of Kobi #E48CAC
Tints of Kobi #E48CAC
RGB
CMYK
RGB Variations
Color information
#E48CAC (or 0xE48CAC) is known color: Kobi. HEX triplet: E4, 8C and AC. RGB value is (228,140,172). Sum of RGB (Red+Green+Blue) = 228+140+172=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48CAC is #1B7353. Grayscale: #A9A9A9. Windows color (decimal): -1798996 or 11308260. OLE color: 11308260.
HSL color Cylindrical-coordinate representation of color #E48CAC: hue angle of 338.18º 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 #E48CAC is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 172 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.11 |
| HSL | 338.18º | 0.62% | 0.72% | - |
| HSV(B) | 338.18º | 0.39% | 0.89% | - |
| XYZ | 48.82 | 38.23 | 43.84 | - |
| YUV | 169.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 172 | 0 | 0.39 | 0.25 | 0.11 | 338.18 | 0.62 | 0.72 |
| Hex | E4 | 8C | AC | 0 | 27 | 19 | B | 152 | 3E | 48 |
| Octal | 344 | 214 | 254 | 0 | 47 | 31 | 13 | 522 | 76 | 110 |
| Binary | 11100100 | 10001100 | 10101100 | 0 | 100111 | 11001 | 1011 | 101010010 | 111110 | 1001000 |
Color Harmonies of #E48CAC
Complementary color
Monochromatic Colors of #E48CAC
Black with #E48CAC
Text Example
Text Example
White with #E48CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CAC; }
p { color: rgb(228,140,172); }
H1.HeaderClassName
{
color: #E48CAC;
}
.AnyTagClassName
{
color: #E48CAC;
}
</style>
background-color css
<style>
a { background-color: #E48CAC; }
a { background-color: rgb(228,140,172); }
div.DivClassName
{
background-color: #E48CAC;
}
.BgClassName
{
background-color: #E48CAC;
}
</style>
border-color css
<style>
span { border-color: #E48CAC; }
span { border-color: rgb(228,140,172); }
td.TdClassName
{
border-color: #E48CAC;
}
.TagClassName
{
border-color: #E48CAC;
}
</style>