Shades of Kobi #E1A3B4
Tints of Kobi #E1A3B4
RGB
CMYK
RGB Variations
Color information
#E1A3B4 (or 0xE1A3B4) is known color: Kobi. HEX triplet: E1, A3 and B4. RGB value is (225,163,180). Sum of RGB (Red+Green+Blue) = 225+163+180=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A3B4 is #1E5C4B. Grayscale: #B7B7B7. Windows color (decimal): -1989708 or 11838433. OLE color: 11838433.
HSL color Cylindrical-coordinate representation of color #E1A3B4: hue angle of 343.55º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A3B4 is Cyan = 0, Magento = 0.28, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 180 | - |
| CMYK | 0 | 0.28 | 0.2 | 0.12 |
| HSL | 343.55º | 0.51% | 0.76% | - |
| HSV(B) | 343.55º | 0.28% | 0.88% | - |
| XYZ | 52.39 | 45.5 | 49.2 | - |
| YUV | 183.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 180 | 0 | 0.28 | 0.2 | 0.12 | 343.55 | 0.51 | 0.76 |
| Hex | E1 | A3 | B4 | 0 | 1C | 14 | C | 158 | 33 | 4C |
| Octal | 341 | 243 | 264 | 0 | 34 | 24 | 14 | 530 | 63 | 114 |
| Binary | 11100001 | 10100011 | 10110100 | 0 | 11100 | 10100 | 1100 | 101011000 | 110011 | 1001100 |
Color Harmonies of #E1A3B4
Complementary color
Monochromatic Colors of #E1A3B4
Black with #E1A3B4
Text Example
Text Example
White with #E1A3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A3B4; }
p { color: rgb(225,163,180); }
H1.HeaderClassName
{
color: #E1A3B4;
}
.AnyTagClassName
{
color: #E1A3B4;
}
</style>
background-color css
<style>
a { background-color: #E1A3B4; }
a { background-color: rgb(225,163,180); }
div.DivClassName
{
background-color: #E1A3B4;
}
.BgClassName
{
background-color: #E1A3B4;
}
</style>
border-color css
<style>
span { border-color: #E1A3B4; }
span { border-color: rgb(225,163,180); }
td.TdClassName
{
border-color: #E1A3B4;
}
.TagClassName
{
border-color: #E1A3B4;
}
</style>