Shades of Kobi #E28CAE
Tints of Kobi #E28CAE
RGB
CMYK
RGB Variations
Color information
#E28CAE (or 0xE28CAE) is known color: Kobi. HEX triplet: E2, 8C and AE. RGB value is (226,140,174). Sum of RGB (Red+Green+Blue) = 226+140+174=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28CAE is #1D7351. Grayscale: #A9A9A9. Windows color (decimal): -1930066 or 11439330. OLE color: 11439330.
HSL color Cylindrical-coordinate representation of color #E28CAE: hue angle of 336.28º degrees, saturation: 0.6, 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 #E28CAE is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 174 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.11 |
| HSL | 336.28º | 0.6% | 0.72% | - |
| HSV(B) | 336.28º | 0.38% | 0.89% | - |
| XYZ | 48.38 | 37.98 | 44.83 | - |
| YUV | 169.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 174 | 0 | 0.38 | 0.23 | 0.11 | 336.28 | 0.6 | 0.72 |
| Hex | E2 | 8C | AE | 0 | 26 | 17 | B | 150 | 3C | 48 |
| Octal | 342 | 214 | 256 | 0 | 46 | 27 | 13 | 520 | 74 | 110 |
| Binary | 11100010 | 10001100 | 10101110 | 0 | 100110 | 10111 | 1011 | 101010000 | 111100 | 1001000 |
Color Harmonies of #E28CAE
Complementary color
Monochromatic Colors of #E28CAE
Black with #E28CAE
Text Example
Text Example
White with #E28CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CAE; }
p { color: rgb(226,140,174); }
H1.HeaderClassName
{
color: #E28CAE;
}
.AnyTagClassName
{
color: #E28CAE;
}
</style>
background-color css
<style>
a { background-color: #E28CAE; }
a { background-color: rgb(226,140,174); }
div.DivClassName
{
background-color: #E28CAE;
}
.BgClassName
{
background-color: #E28CAE;
}
</style>
border-color css
<style>
span { border-color: #E28CAE; }
span { border-color: rgb(226,140,174); }
td.TdClassName
{
border-color: #E28CAE;
}
.TagClassName
{
border-color: #E28CAE;
}
</style>