#E291AB

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

Shades of Kobi #E291AB

Tints of Kobi #E291AB

Color information

#E291AB (or 0xE291AB) is unknown color: approx Kobi. HEX triplet: E2, 91 and AB. RGB value is (226,145,171). Sum of RGB (Red+Green+Blue) = 226+145+171=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E291AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291AB is #1D6E54. Grayscale: #ACACAC. Windows color (decimal): -1928789 or 11244002. OLE color: 11244002.

HSL color Cylindrical-coordinate representation of color #E291AB: hue angle of 340.74º 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 #E291AB is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226145171-
CMYK00.360.240.11
HSL340.74º58.27%72.75%-
HSV(B)340.74º35.84%88.63%-
XYZ48.8439.3643.55-
YUV172.18127.34166.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=41.70%
G=26.75%
B=31.55%

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
Decimal22614517100.360.240.11340.7458.2772.75
HexE291AB02418B1553a49
Octal342221253044301352572111
Binary11100010100100011010101101001001100010111010101011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291AB; }

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

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

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

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

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

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

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

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