Shades of Kobi #E48AAE
Tints of Kobi #E48AAE
RGB
CMYK
RGB Variations
Color information
#E48AAE (or 0xE48AAE) is known color: Kobi. HEX triplet: E4, 8A and AE. RGB value is (228,138,174). Sum of RGB (Red+Green+Blue) = 228+138+174=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E48AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48AAE is #1B7551. Grayscale: #A8A8A8. Windows color (decimal): -1799506 or 11438820. OLE color: 11438820.
HSL color Cylindrical-coordinate representation of color #E48AAE: hue angle of 336º 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 #E48AAE is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 174 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.11 |
| HSL | 336º | 0.63% | 0.72% | - |
| HSV(B) | 336º | 0.39% | 0.89% | - |
| XYZ | 48.72 | 37.73 | 44.76 | - |
| YUV | 169.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 174 | 0 | 0.39 | 0.24 | 0.11 | 336 | 0.63 | 0.72 |
| Hex | E4 | 8A | AE | 0 | 27 | 18 | B | 150 | 3E | 48 |
| Octal | 344 | 212 | 256 | 0 | 47 | 30 | 13 | 520 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10101110 | 0 | 100111 | 11000 | 1011 | 101010000 | 111110 | 1001000 |
Color Harmonies of #E48AAE
Complementary color
Monochromatic Colors of #E48AAE
Black with #E48AAE
Text Example
Text Example
White with #E48AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48AAE; }
p { color: rgb(228,138,174); }
H1.HeaderClassName
{
color: #E48AAE;
}
.AnyTagClassName
{
color: #E48AAE;
}
</style>
background-color css
<style>
a { background-color: #E48AAE; }
a { background-color: rgb(228,138,174); }
div.DivClassName
{
background-color: #E48AAE;
}
.BgClassName
{
background-color: #E48AAE;
}
</style>
border-color css
<style>
span { border-color: #E48AAE; }
span { border-color: rgb(228,138,174); }
td.TdClassName
{
border-color: #E48AAE;
}
.TagClassName
{
border-color: #E48AAE;
}
</style>