Shades of Kobi #E68CAA
Tints of Kobi #E68CAA
RGB
CMYK
RGB Variations
Color information
#E68CAA (or 0xE68CAA) is known color: Kobi. HEX triplet: E6, 8C and AA. RGB value is (230,140,170). Sum of RGB (Red+Green+Blue) = 230+140+170=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68CAA is #197355. Grayscale: #AAAAAA. Windows color (decimal): -1667926 or 11177190. OLE color: 11177190.
HSL color Cylindrical-coordinate representation of color #E68CAA: hue angle of 340º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CAA is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 170 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.10 |
| HSL | 340º | 0.64% | 0.73% | - |
| HSV(B) | 340º | 0.39% | 0.9% | - |
| XYZ | 49.27 | 38.48 | 42.86 | - |
| YUV | 170.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 170 | 0 | 0.39 | 0.26 | 0.10 | 340 | 0.64 | 0.73 |
| Hex | E6 | 8C | AA | 0 | 27 | 1A | A | 154 | 40 | 49 |
| Octal | 346 | 214 | 252 | 0 | 47 | 32 | 12 | 524 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10101010 | 0 | 100111 | 11010 | 1010 | 101010100 | 1000000 | 1001001 |
Color Harmonies of #E68CAA
Complementary color
Monochromatic Colors of #E68CAA
Black with #E68CAA
Text Example
Text Example
White with #E68CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CAA; }
p { color: rgb(230,140,170); }
H1.HeaderClassName
{
color: #E68CAA;
}
.AnyTagClassName
{
color: #E68CAA;
}
</style>
background-color css
<style>
a { background-color: #E68CAA; }
a { background-color: rgb(230,140,170); }
div.DivClassName
{
background-color: #E68CAA;
}
.BgClassName
{
background-color: #E68CAA;
}
</style>
border-color css
<style>
span { border-color: #E68CAA; }
span { border-color: rgb(230,140,170); }
td.TdClassName
{
border-color: #E68CAA;
}
.TagClassName
{
border-color: #E68CAA;
}
</style>