#E68EA9

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

Shades of Kobi #E68EA9

Tints of Kobi #E68EA9

Color information

#E68EA9 (or 0xE68EA9) is unknown color: approx Kobi. HEX triplet: E6, 8E and A9. RGB value is (230,142,169). Sum of RGB (Red+Green+Blue) = 230+142+169=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68EA9 is #197156. Grayscale: #ABABAB. Windows color (decimal): -1667415 or 11112166. OLE color: 11112166.

HSL color Cylindrical-coordinate representation of color #E68EA9: hue angle of 341.59º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68EA9 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB230142169-
CMYK00.380.270.10
HSL341.59º63.77%72.94%-
HSV(B)341.59º38.26%90.2%-
XYZ49.4739.0342.46-
YUV171.39126.65169.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=42.51%
G=26.25%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014216900.380.270.10341.5963.7772.94
HexE68EA90261BA1564049
Octal3462162510463312526100111
Binary111001101000111010101001010011011011101010101011010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68EA9; }

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

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

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

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

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

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

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

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