Shades of Kobi #E48FAD
Tints of Kobi #E48FAD
RGB
CMYK
RGB Variations
Color information
#E48FAD (or 0xE48FAD) is known color: Kobi. HEX triplet: E4, 8F and AD. RGB value is (228,143,173). Sum of RGB (Red+Green+Blue) = 228+143+173=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48FAD is #1B7052. Grayscale: #ABABAB. Windows color (decimal): -1798227 or 11374564. OLE color: 11374564.
HSL color Cylindrical-coordinate representation of color #E48FAD: hue angle of 338.82º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E48FAD is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 173 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.11 |
| HSL | 338.82º | 0.61% | 0.73% | - |
| HSV(B) | 338.82º | 0.37% | 0.89% | - |
| XYZ | 49.36 | 39.16 | 44.49 | - |
| YUV | 171.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 173 | 0 | 0.37 | 0.24 | 0.11 | 338.82 | 0.61 | 0.73 |
| Hex | E4 | 8F | AD | 0 | 25 | 18 | B | 153 | 3D | 49 |
| Octal | 344 | 217 | 255 | 0 | 45 | 30 | 13 | 523 | 75 | 111 |
| Binary | 11100100 | 10001111 | 10101101 | 0 | 100101 | 11000 | 1011 | 101010011 | 111101 | 1001001 |
Color Harmonies of #E48FAD
Complementary color
Monochromatic Colors of #E48FAD
Black with #E48FAD
Text Example
Text Example
White with #E48FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FAD; }
p { color: rgb(228,143,173); }
H1.HeaderClassName
{
color: #E48FAD;
}
.AnyTagClassName
{
color: #E48FAD;
}
</style>
background-color css
<style>
a { background-color: #E48FAD; }
a { background-color: rgb(228,143,173); }
div.DivClassName
{
background-color: #E48FAD;
}
.BgClassName
{
background-color: #E48FAD;
}
</style>
border-color css
<style>
span { border-color: #E48FAD; }
span { border-color: rgb(228,143,173); }
td.TdClassName
{
border-color: #E48FAD;
}
.TagClassName
{
border-color: #E48FAD;
}
</style>