Shades of Kobi #E39DAE
Tints of Kobi #E39DAE
RGB
CMYK
RGB Variations
Color information
#E39DAE (or 0xE39DAE) is known color: Kobi. HEX triplet: E3, 9D and AE. RGB value is (227,157,174). Sum of RGB (Red+Green+Blue) = 227+157+174=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E39DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39DAE is #1C6251. Grayscale: #B3B3B3. Windows color (decimal): -1860178 or 11443683. OLE color: 11443683.
HSL color Cylindrical-coordinate representation of color #E39DAE: hue angle of 345.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E39DAE is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 157 | 174 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.11 |
| HSL | 345.43º | 0.56% | 0.75% | - |
| HSV(B) | 345.43º | 0.31% | 0.89% | - |
| XYZ | 51.38 | 43.5 | 45.73 | - |
| YUV | 179.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 174 | 0 | 0.31 | 0.23 | 0.11 | 345.43 | 0.56 | 0.75 |
| Hex | E3 | 9D | AE | 0 | 1F | 17 | B | 159 | 38 | 4B |
| Octal | 343 | 235 | 256 | 0 | 37 | 27 | 13 | 531 | 70 | 113 |
| Binary | 11100011 | 10011101 | 10101110 | 0 | 11111 | 10111 | 1011 | 101011001 | 111000 | 1001011 |
Color Harmonies of #E39DAE
Complementary color
Monochromatic Colors of #E39DAE
Black with #E39DAE
Text Example
Text Example
White with #E39DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DAE; }
p { color: rgb(227,157,174); }
H1.HeaderClassName
{
color: #E39DAE;
}
.AnyTagClassName
{
color: #E39DAE;
}
</style>
background-color css
<style>
a { background-color: #E39DAE; }
a { background-color: rgb(227,157,174); }
div.DivClassName
{
background-color: #E39DAE;
}
.BgClassName
{
background-color: #E39DAE;
}
</style>
border-color css
<style>
span { border-color: #E39DAE; }
span { border-color: rgb(227,157,174); }
td.TdClassName
{
border-color: #E39DAE;
}
.TagClassName
{
border-color: #E39DAE;
}
</style>