Shades of Kobi #E48AAB
Tints of Kobi #E48AAB
RGB
CMYK
RGB Variations
Color information
#E48AAB (or 0xE48AAB) is known color: Kobi. HEX triplet: E4, 8A and AB. RGB value is (228,138,171). Sum of RGB (Red+Green+Blue) = 228+138+171=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AAB is #1B7554. Grayscale: #A8A8A8. Windows color (decimal): -1799509 or 11242212. OLE color: 11242212.
HSL color Cylindrical-coordinate representation of color #E48AAB: hue angle of 338º 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 #E48AAB is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 171 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.11 |
| HSL | 338º | 0.63% | 0.72% | - |
| HSV(B) | 338º | 0.39% | 0.89% | - |
| XYZ | 48.43 | 37.61 | 43.24 | - |
| YUV | 168.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 171 | 0 | 0.39 | 0.25 | 0.11 | 338 | 0.63 | 0.72 |
| Hex | E4 | 8A | AB | 0 | 27 | 19 | B | 152 | 3E | 48 |
| Octal | 344 | 212 | 253 | 0 | 47 | 31 | 13 | 522 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10101011 | 0 | 100111 | 11001 | 1011 | 101010010 | 111110 | 1001000 |
Color Harmonies of #E48AAB
Complementary color
Monochromatic Colors of #E48AAB
Black with #E48AAB
Text Example
Text Example
White with #E48AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AAB; }
p { color: rgb(228,138,171); }
H1.HeaderClassName
{
color: #E48AAB;
}
.AnyTagClassName
{
color: #E48AAB;
}
</style>
background-color css
<style>
a { background-color: #E48AAB; }
a { background-color: rgb(228,138,171); }
div.DivClassName
{
background-color: #E48AAB;
}
.BgClassName
{
background-color: #E48AAB;
}
</style>
border-color css
<style>
span { border-color: #E48AAB; }
span { border-color: rgb(228,138,171); }
td.TdClassName
{
border-color: #E48AAB;
}
.TagClassName
{
border-color: #E48AAB;
}
</style>