Shades of Kobi #E09AAD
Tints of Kobi #E09AAD
RGB
CMYK
RGB Variations
Color information
#E09AAD (or 0xE09AAD) is known color: Kobi. HEX triplet: E0, 9A and AD. RGB value is (224,154,173). Sum of RGB (Red+Green+Blue) = 224+154+173=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AAD is #1F6552. Grayscale: #B1B1B1. Windows color (decimal): -2057555 or 11377376. OLE color: 11377376.
HSL color Cylindrical-coordinate representation of color #E09AAD: hue angle of 343.71º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09AAD is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 173 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.12 |
| HSL | 343.71º | 0.53% | 0.74% | - |
| HSV(B) | 343.71º | 0.31% | 0.88% | - |
| XYZ | 49.84 | 41.98 | 45.01 | - |
| YUV | 177.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 173 | 0 | 0.31 | 0.23 | 0.12 | 343.71 | 0.53 | 0.74 |
| Hex | E0 | 9A | AD | 0 | 1F | 17 | C | 158 | 35 | 4A |
| Octal | 340 | 232 | 255 | 0 | 37 | 27 | 14 | 530 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10101101 | 0 | 11111 | 10111 | 1100 | 101011000 | 110101 | 1001010 |
Color Harmonies of #E09AAD
Complementary color
Monochromatic Colors of #E09AAD
Black with #E09AAD
Text Example
Text Example
White with #E09AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AAD; }
p { color: rgb(224,154,173); }
H1.HeaderClassName
{
color: #E09AAD;
}
.AnyTagClassName
{
color: #E09AAD;
}
</style>
background-color css
<style>
a { background-color: #E09AAD; }
a { background-color: rgb(224,154,173); }
div.DivClassName
{
background-color: #E09AAD;
}
.BgClassName
{
background-color: #E09AAD;
}
</style>
border-color css
<style>
span { border-color: #E09AAD; }
span { border-color: rgb(224,154,173); }
td.TdClassName
{
border-color: #E09AAD;
}
.TagClassName
{
border-color: #E09AAD;
}
</style>