Shades of Kobi #E48AAC
Tints of Kobi #E48AAC
RGB
CMYK
RGB Variations
Color information
#E48AAC (or 0xE48AAC) is known color: Kobi. HEX triplet: E4, 8A and AC. RGB value is (228,138,172). Sum of RGB (Red+Green+Blue) = 228+138+172=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AAC is #1B7553. Grayscale: #A8A8A8. Windows color (decimal): -1799508 or 11307748. OLE color: 11307748.
HSL color Cylindrical-coordinate representation of color #E48AAC: hue angle of 337.33º 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 #E48AAC is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 172 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.11 |
| HSL | 337.33º | 0.63% | 0.72% | - |
| HSV(B) | 337.33º | 0.39% | 0.89% | - |
| XYZ | 48.53 | 37.65 | 43.74 | - |
| YUV | 168.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 172 | 0 | 0.39 | 0.25 | 0.11 | 337.33 | 0.63 | 0.72 |
| Hex | E4 | 8A | AC | 0 | 27 | 19 | B | 151 | 3E | 48 |
| Octal | 344 | 212 | 254 | 0 | 47 | 31 | 13 | 521 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10101100 | 0 | 100111 | 11001 | 1011 | 101010001 | 111110 | 1001000 |
Color Harmonies of #E48AAC
Complementary color
Monochromatic Colors of #E48AAC
Black with #E48AAC
Text Example
Text Example
White with #E48AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AAC; }
p { color: rgb(228,138,172); }
H1.HeaderClassName
{
color: #E48AAC;
}
.AnyTagClassName
{
color: #E48AAC;
}
</style>
background-color css
<style>
a { background-color: #E48AAC; }
a { background-color: rgb(228,138,172); }
div.DivClassName
{
background-color: #E48AAC;
}
.BgClassName
{
background-color: #E48AAC;
}
</style>
border-color css
<style>
span { border-color: #E48AAC; }
span { border-color: rgb(228,138,172); }
td.TdClassName
{
border-color: #E48AAC;
}
.TagClassName
{
border-color: #E48AAC;
}
</style>