#E68CA9

Color #E68CA9 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E68CA9

Tints of Kobi #E68CA9

Color information

#E68CA9 (or 0xE68CA9) is unknown color: approx Kobi. HEX triplet: E6, 8C and A9. RGB value is (230,140,169). Sum of RGB (Red+Green+Blue) = 230+140+169=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68CA9 is #197356. Grayscale: #AAAAAA. Windows color (decimal): -1667927 or 11111654. OLE color: 11111654.

HSL color Cylindrical-coordinate representation of color #E68CA9: hue angle of 340.67º 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 #E68CA9 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB230140169-
CMYK00.390.270.10
HSL340.67º64.29%72.55%-
HSV(B)340.67º39.13%90.2%-
XYZ49.1738.4442.36-
YUV170.22127.32170.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=42.67%
G=25.97%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014016900.390.270.10340.6764.2972.55
HexE68CA90271BA1554049
Octal3462142510473312525100111
Binary111001101000110010101001010011111011101010101010110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68CA9; }

 p { color: rgb(230,140,169); }

 H1.HeaderClassName
 {
   color: #E68CA9;
 }
 .AnyTagClassName
 {
   color: #E68CA9;
 }
</style>
background-color css

<style>
 a { background-color: #E68CA9; }

 a { background-color: rgb(230,140,169); }

 div.DivClassName
 {
   background-color: #E68CA9;
 }
 .BgClassName
 {
   background-color: #E68CA9;
 }
</style>
border-color css

<style>
 span { border-color: #E68CA9; }

 span { border-color: rgb(230,140,169); }

 td.TdClassName
 {
   border-color: #E68CA9;
 }
 .TagClassName
 {
   border-color: #E68CA9;
 }
</style>