Shades of Kobi #E28DAD
Tints of Kobi #E28DAD
RGB
CMYK
RGB Variations
Color information
#E28DAD (or 0xE28DAD) is known color: Kobi. HEX triplet: E2, 8D and AD. RGB value is (226,141,173). Sum of RGB (Red+Green+Blue) = 226+141+173=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28DAD is #1D7252. Grayscale: #AAAAAA. Windows color (decimal): -1929811 or 11374050. OLE color: 11374050.
HSL color Cylindrical-coordinate representation of color #E28DAD: hue angle of 337.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28DAD is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 173 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.11 |
| HSL | 337.41º | 0.59% | 0.72% | - |
| HSV(B) | 337.41º | 0.38% | 0.89% | - |
| XYZ | 48.43 | 38.24 | 44.36 | - |
| YUV | 170.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 173 | 0 | 0.38 | 0.23 | 0.11 | 337.41 | 0.59 | 0.72 |
| Hex | E2 | 8D | AD | 0 | 26 | 17 | B | 151 | 3B | 48 |
| Octal | 342 | 215 | 255 | 0 | 46 | 27 | 13 | 521 | 73 | 110 |
| Binary | 11100010 | 10001101 | 10101101 | 0 | 100110 | 10111 | 1011 | 101010001 | 111011 | 1001000 |
Color Harmonies of #E28DAD
Complementary color
Monochromatic Colors of #E28DAD
Black with #E28DAD
Text Example
Text Example
White with #E28DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DAD; }
p { color: rgb(226,141,173); }
H1.HeaderClassName
{
color: #E28DAD;
}
.AnyTagClassName
{
color: #E28DAD;
}
</style>
background-color css
<style>
a { background-color: #E28DAD; }
a { background-color: rgb(226,141,173); }
div.DivClassName
{
background-color: #E28DAD;
}
.BgClassName
{
background-color: #E28DAD;
}
</style>
border-color css
<style>
span { border-color: #E28DAD; }
span { border-color: rgb(226,141,173); }
td.TdClassName
{
border-color: #E28DAD;
}
.TagClassName
{
border-color: #E28DAD;
}
</style>