#E0929F

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

Shades of Kobi #E0929F

Tints of Kobi #E0929F

Color information

#E0929F (or 0xE0929F) is unknown color: approx Kobi. HEX triplet: E0, 92 and 9F. RGB value is (224,146,159). Sum of RGB (Red+Green+Blue) = 224+146+159=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0929F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0929F is #1F6D60. Grayscale: #AAAAAA. Windows color (decimal): -2059617 or 10457824. OLE color: 10457824.

HSL color Cylindrical-coordinate representation of color #E0929F: hue angle of 350º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0929F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224146159-
CMYK00.350.290.12
HSL350º55.71%72.55%-
HSV(B)350º34.82%87.84%-
XYZ47.2838.9137.82-
YUV170.8121.34165.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=42.34%
G=27.60%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414615900.350.290.1235055.7172.55
HexE0929F0231DC15e3849
Octal340222237043351453670111
Binary11100000100100101001111101000111110111001010111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0929F; }

 p { color: rgb(224,146,159); }

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

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

 a { background-color: rgb(224,146,159); }

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

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

 span { border-color: rgb(224,146,159); }

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