#E291AC

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

Shades of Kobi #E291AC

Tints of Kobi #E291AC

Color information

#E291AC (or 0xE291AC) is unknown color: approx Kobi. HEX triplet: E2, 91 and AC. RGB value is (226,145,172). Sum of RGB (Red+Green+Blue) = 226+145+172=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E291AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291AC is #1D6E53. Grayscale: #ACACAC. Windows color (decimal): -1928788 or 11309538. OLE color: 11309538.

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

Color convert

RGB226145172-
CMYK00.360.240.11
HSL340º58.27%72.75%-
HSV(B)340º35.84%88.63%-
XYZ48.9439.444.06-
YUV172.3127.84166.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=41.62%
G=26.70%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614517200.360.240.1134058.2772.75
HexE291AC02418B1543a49
Octal342221254044301352472111
Binary11100010100100011010110001001001100010111010101001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291AC; }

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

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

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

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

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

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

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

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