Shades of Kobi #E17FAA
Tints of Kobi #E17FAA
RGB
CMYK
RGB Variations
Color information
#E17FAA (or 0xE17FAA) is known color: Kobi. HEX triplet: E1, 7F and AA. RGB value is (225,127,170). Sum of RGB (Red+Green+Blue) = 225+127+170=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FAA is #1E8055. Grayscale: #A1A1A1. Windows color (decimal): -1998934 or 11173857. OLE color: 11173857.
HSL color Cylindrical-coordinate representation of color #E17FAA: hue angle of 333.67º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FAA is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 170 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.12 |
| HSL | 333.67º | 0.62% | 0.69% | - |
| HSV(B) | 333.67º | 0.44% | 0.88% | - |
| XYZ | 45.9 | 34.09 | 42.19 | - |
| YUV | 161.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 170 | 0 | 0.44 | 0.24 | 0.12 | 333.67 | 0.62 | 0.69 |
| Hex | E1 | 7F | AA | 0 | 2C | 18 | C | 14E | 3E | 45 |
| Octal | 341 | 177 | 252 | 0 | 54 | 30 | 14 | 516 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10101010 | 0 | 101100 | 11000 | 1100 | 101001110 | 111110 | 1000101 |
Color Harmonies of #E17FAA
Complementary color
Monochromatic Colors of #E17FAA
Black with #E17FAA
Text Example
Text Example
White with #E17FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FAA; }
p { color: rgb(225,127,170); }
H1.HeaderClassName
{
color: #E17FAA;
}
.AnyTagClassName
{
color: #E17FAA;
}
</style>
background-color css
<style>
a { background-color: #E17FAA; }
a { background-color: rgb(225,127,170); }
div.DivClassName
{
background-color: #E17FAA;
}
.BgClassName
{
background-color: #E17FAA;
}
</style>
border-color css
<style>
span { border-color: #E17FAA; }
span { border-color: rgb(225,127,170); }
td.TdClassName
{
border-color: #E17FAA;
}
.TagClassName
{
border-color: #E17FAA;
}
</style>