Shades of Kobi #E09CA3
Tints of Kobi #E09CA3
RGB
CMYK
RGB Variations
Color information
#E09CA3 (or 0xE09CA3) is known color: Kobi. HEX triplet: E0, 9C and A3. RGB value is (224,156,163). Sum of RGB (Red+Green+Blue) = 224+156+163=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09CA3 is #1F635C. Grayscale: #B1B1B1. Windows color (decimal): -2057053 or 10722528. OLE color: 10722528.
HSL color Cylindrical-coordinate representation of color #E09CA3: hue angle of 353.82º 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 #E09CA3 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 163 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.12 |
| HSL | 353.82º | 0.52% | 0.75% | - |
| HSV(B) | 353.82º | 0.3% | 0.88% | - |
| XYZ | 49.24 | 42.27 | 40.21 | - |
| YUV | 177.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 163 | 0 | 0.30 | 0.27 | 0.12 | 353.82 | 0.52 | 0.75 |
| Hex | E0 | 9C | A3 | 0 | 1E | 1B | C | 162 | 34 | 4B |
| Octal | 340 | 234 | 243 | 0 | 36 | 33 | 14 | 542 | 64 | 113 |
| Binary | 11100000 | 10011100 | 10100011 | 0 | 11110 | 11011 | 1100 | 101100010 | 110100 | 1001011 |
Color Harmonies of #E09CA3
Complementary color
Monochromatic Colors of #E09CA3
Black with #E09CA3
Text Example
Text Example
White with #E09CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CA3; }
p { color: rgb(224,156,163); }
H1.HeaderClassName
{
color: #E09CA3;
}
.AnyTagClassName
{
color: #E09CA3;
}
</style>
background-color css
<style>
a { background-color: #E09CA3; }
a { background-color: rgb(224,156,163); }
div.DivClassName
{
background-color: #E09CA3;
}
.BgClassName
{
background-color: #E09CA3;
}
</style>
border-color css
<style>
span { border-color: #E09CA3; }
span { border-color: rgb(224,156,163); }
td.TdClassName
{
border-color: #E09CA3;
}
.TagClassName
{
border-color: #E09CA3;
}
</style>