#E294AC

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

Shades of Kobi #E294AC

Tints of Kobi #E294AC

Color information

#E294AC (or 0xE294AC) is unknown color: approx Kobi. HEX triplet: E2, 94 and AC. RGB value is (226,148,172). Sum of RGB (Red+Green+Blue) = 226+148+172=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E294AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E294AC is #1D6B53. Grayscale: #AEAEAE. Windows color (decimal): -1928020 or 11310306. OLE color: 11310306.

HSL color Cylindrical-coordinate representation of color #E294AC: hue angle of 341.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294AC is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226148172-
CMYK00.350.240.11
HSL341.54º57.35%73.33%-
HSV(B)341.54º34.51%88.63%-
XYZ49.440.3344.21-
YUV174.06126.84165.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.39%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=41.39%
G=27.11%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614817200.350.240.11341.5457.3573.33
HexE294AC02318B1563949
Octal342224254043301352671111
Binary11100010100101001010110001000111100010111010101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E294AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E294AC; }

 p { color: rgb(226,148,172); }

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

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

 a { background-color: rgb(226,148,172); }

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

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

 span { border-color: rgb(226,148,172); }

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