#E092AC

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

Shades of Kobi #E092AC

Tints of Kobi #E092AC

Color information

#E092AC (or 0xE092AC) is unknown color: approx Kobi. HEX triplet: E0, 92 and AC. RGB value is (224,146,172). Sum of RGB (Red+Green+Blue) = 224+146+172=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E092AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E092AC is #1F6D53. Grayscale: #ACACAC. Windows color (decimal): -2059604 or 11309792. OLE color: 11309792.

HSL color Cylindrical-coordinate representation of color #E092AC: hue angle of 340º 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 #E092AC is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224146172-
CMYK00.350.230.12
HSL340º55.71%72.55%-
HSV(B)340º34.82%87.84%-
XYZ48.4739.3844.08-
YUV172.29127.84164.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=41.33%
G=26.94%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414617200.350.230.1234055.7172.55
HexE092AC02317C1543849
Octal340222254043271452470111
Binary11100000100100101010110001000111011111001010101001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092AC; }

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

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

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

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

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

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

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

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