Shades of Kobi #E484AD
Tints of Kobi #E484AD
RGB
CMYK
RGB Variations
Color information
#E484AD (or 0xE484AD) is known color: Kobi. HEX triplet: E4, 84 and AD. RGB value is (228,132,173). Sum of RGB (Red+Green+Blue) = 228+132+173=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E484AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E484AD is #1B7B52. Grayscale: #A5A5A5. Windows color (decimal): -1801043 or 11371748. OLE color: 11371748.
HSL color Cylindrical-coordinate representation of color #E484AD: hue angle of 334.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E484AD is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 173 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.11 |
| HSL | 334.38º | 0.64% | 0.71% | - |
| HSV(B) | 334.38º | 0.42% | 0.89% | - |
| XYZ | 47.79 | 36.01 | 43.97 | - |
| YUV | 165.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 173 | 0 | 0.42 | 0.24 | 0.11 | 334.38 | 0.64 | 0.71 |
| Hex | E4 | 84 | AD | 0 | 2A | 18 | B | 14E | 40 | 47 |
| Octal | 344 | 204 | 255 | 0 | 52 | 30 | 13 | 516 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10101101 | 0 | 101010 | 11000 | 1011 | 101001110 | 1000000 | 1000111 |
Color Harmonies of #E484AD
Complementary color
Monochromatic Colors of #E484AD
Black with #E484AD
Text Example
Text Example
White with #E484AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484AD; }
p { color: rgb(228,132,173); }
H1.HeaderClassName
{
color: #E484AD;
}
.AnyTagClassName
{
color: #E484AD;
}
</style>
background-color css
<style>
a { background-color: #E484AD; }
a { background-color: rgb(228,132,173); }
div.DivClassName
{
background-color: #E484AD;
}
.BgClassName
{
background-color: #E484AD;
}
</style>
border-color css
<style>
span { border-color: #E484AD; }
span { border-color: rgb(228,132,173); }
td.TdClassName
{
border-color: #E484AD;
}
.TagClassName
{
border-color: #E484AD;
}
</style>