Shades of Kobi #E48AAA
Tints of Kobi #E48AAA
RGB
CMYK
RGB Variations
Color information
#E48AAA (or 0xE48AAA) is known color: Kobi. HEX triplet: E4, 8A and AA. RGB value is (228,138,170). Sum of RGB (Red+Green+Blue) = 228+138+170=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AAA is #1B7555. Grayscale: #A8A8A8. Windows color (decimal): -1799510 or 11176676. OLE color: 11176676.
HSL color Cylindrical-coordinate representation of color #E48AAA: hue angle of 338.67º 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 #E48AAA is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 170 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.11 |
| HSL | 338.67º | 0.63% | 0.72% | - |
| HSV(B) | 338.67º | 0.39% | 0.89% | - |
| XYZ | 48.34 | 37.57 | 42.73 | - |
| YUV | 168.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 170 | 0 | 0.39 | 0.25 | 0.11 | 338.67 | 0.63 | 0.72 |
| Hex | E4 | 8A | AA | 0 | 27 | 19 | B | 153 | 3E | 48 |
| Octal | 344 | 212 | 252 | 0 | 47 | 31 | 13 | 523 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10101010 | 0 | 100111 | 11001 | 1011 | 101010011 | 111110 | 1001000 |
Color Harmonies of #E48AAA
Complementary color
Monochromatic Colors of #E48AAA
Black with #E48AAA
Text Example
Text Example
White with #E48AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AAA; }
p { color: rgb(228,138,170); }
H1.HeaderClassName
{
color: #E48AAA;
}
.AnyTagClassName
{
color: #E48AAA;
}
</style>
background-color css
<style>
a { background-color: #E48AAA; }
a { background-color: rgb(228,138,170); }
div.DivClassName
{
background-color: #E48AAA;
}
.BgClassName
{
background-color: #E48AAA;
}
</style>
border-color css
<style>
span { border-color: #E48AAA; }
span { border-color: rgb(228,138,170); }
td.TdClassName
{
border-color: #E48AAA;
}
.TagClassName
{
border-color: #E48AAA;
}
</style>