Shades of Kobi #E09AB3
Tints of Kobi #E09AB3
RGB
CMYK
RGB Variations
Color information
#E09AB3 (or 0xE09AB3) is known color: Kobi. HEX triplet: E0, 9A and B3. RGB value is (224,154,179). Sum of RGB (Red+Green+Blue) = 224+154+179=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AB3 is #1F654C. Grayscale: #B1B1B1. Windows color (decimal): -2057549 or 11770592. OLE color: 11770592.
HSL color Cylindrical-coordinate representation of color #E09AB3: hue angle of 338.57º 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 #E09AB3 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 179 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.12 |
| HSL | 338.57º | 0.53% | 0.74% | - |
| HSV(B) | 338.57º | 0.31% | 0.88% | - |
| XYZ | 50.43 | 42.21 | 48.14 | - |
| YUV | 177.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 179 | 0 | 0.31 | 0.20 | 0.12 | 338.57 | 0.53 | 0.74 |
| Hex | E0 | 9A | B3 | 0 | 1F | 14 | C | 153 | 35 | 4A |
| Octal | 340 | 232 | 263 | 0 | 37 | 24 | 14 | 523 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10110011 | 0 | 11111 | 10100 | 1100 | 101010011 | 110101 | 1001010 |
Color Harmonies of #E09AB3
Complementary color
Monochromatic Colors of #E09AB3
Black with #E09AB3
Text Example
Text Example
White with #E09AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AB3; }
p { color: rgb(224,154,179); }
H1.HeaderClassName
{
color: #E09AB3;
}
.AnyTagClassName
{
color: #E09AB3;
}
</style>
background-color css
<style>
a { background-color: #E09AB3; }
a { background-color: rgb(224,154,179); }
div.DivClassName
{
background-color: #E09AB3;
}
.BgClassName
{
background-color: #E09AB3;
}
</style>
border-color css
<style>
span { border-color: #E09AB3; }
span { border-color: rgb(224,154,179); }
td.TdClassName
{
border-color: #E09AB3;
}
.TagClassName
{
border-color: #E09AB3;
}
</style>