Shades of Kobi #E67FAA
Tints of Kobi #E67FAA
RGB
CMYK
RGB Variations
Color information
#E67FAA (or 0xE67FAA) is known color: Kobi. HEX triplet: E6, 7F and AA. RGB value is (230,127,170). Sum of RGB (Red+Green+Blue) = 230+127+170=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67FAA is #198055. Grayscale: #A2A2A2. Windows color (decimal): -1671254 or 11173862. OLE color: 11173862.
HSL color Cylindrical-coordinate representation of color #E67FAA: hue angle of 334.95º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FAA is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 170 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.10 |
| HSL | 334.95º | 0.67% | 0.7% | - |
| HSV(B) | 334.95º | 0.45% | 0.9% | - |
| XYZ | 47.48 | 34.9 | 42.26 | - |
| YUV | 162.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 170 | 0 | 0.45 | 0.26 | 0.10 | 334.95 | 0.67 | 0.7 |
| Hex | E6 | 7F | AA | 0 | 2D | 1A | A | 14F | 43 | 46 |
| Octal | 346 | 177 | 252 | 0 | 55 | 32 | 12 | 517 | 103 | 106 |
| Binary | 11100110 | 1111111 | 10101010 | 0 | 101101 | 11010 | 1010 | 101001111 | 1000011 | 1000110 |
Color Harmonies of #E67FAA
Complementary color
Monochromatic Colors of #E67FAA
Black with #E67FAA
Text Example
Text Example
White with #E67FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FAA; }
p { color: rgb(230,127,170); }
H1.HeaderClassName
{
color: #E67FAA;
}
.AnyTagClassName
{
color: #E67FAA;
}
</style>
background-color css
<style>
a { background-color: #E67FAA; }
a { background-color: rgb(230,127,170); }
div.DivClassName
{
background-color: #E67FAA;
}
.BgClassName
{
background-color: #E67FAA;
}
</style>
border-color css
<style>
span { border-color: #E67FAA; }
span { border-color: rgb(230,127,170); }
td.TdClassName
{
border-color: #E67FAA;
}
.TagClassName
{
border-color: #E67FAA;
}
</style>