Shades of Kobi #E09DAE
Tints of Kobi #E09DAE
RGB
CMYK
RGB Variations
Color information
#E09DAE (or 0xE09DAE) is known color: Kobi. HEX triplet: E0, 9D and AE. RGB value is (224,157,174). Sum of RGB (Red+Green+Blue) = 224+157+174=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09DAE is #1F6251. Grayscale: #B2B2B2. Windows color (decimal): -2056786 or 11443680. OLE color: 11443680.
HSL color Cylindrical-coordinate representation of color #E09DAE: hue angle of 344.78º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DAE is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 174 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.12 |
| HSL | 344.78º | 0.52% | 0.75% | - |
| HSV(B) | 344.78º | 0.3% | 0.88% | - |
| XYZ | 50.44 | 43.02 | 45.69 | - |
| YUV | 178.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 174 | 0 | 0.30 | 0.22 | 0.12 | 344.78 | 0.52 | 0.75 |
| Hex | E0 | 9D | AE | 0 | 1E | 16 | C | 159 | 34 | 4B |
| Octal | 340 | 235 | 256 | 0 | 36 | 26 | 14 | 531 | 64 | 113 |
| Binary | 11100000 | 10011101 | 10101110 | 0 | 11110 | 10110 | 1100 | 101011001 | 110100 | 1001011 |
Color Harmonies of #E09DAE
Complementary color
Monochromatic Colors of #E09DAE
Black with #E09DAE
Text Example
Text Example
White with #E09DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DAE; }
p { color: rgb(224,157,174); }
H1.HeaderClassName
{
color: #E09DAE;
}
.AnyTagClassName
{
color: #E09DAE;
}
</style>
background-color css
<style>
a { background-color: #E09DAE; }
a { background-color: rgb(224,157,174); }
div.DivClassName
{
background-color: #E09DAE;
}
.BgClassName
{
background-color: #E09DAE;
}
</style>
border-color css
<style>
span { border-color: #E09DAE; }
span { border-color: rgb(224,157,174); }
td.TdClassName
{
border-color: #E09DAE;
}
.TagClassName
{
border-color: #E09DAE;
}
</style>