#E291A3

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

Shades of Kobi #E291A3

Tints of Kobi #E291A3

Color information

#E291A3 (or 0xE291A3) is unknown color: approx Kobi. HEX triplet: E2, 91 and A3. RGB value is (226,145,163). Sum of RGB (Red+Green+Blue) = 226+145+163=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E291A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291A3 is #1D6E5C. Grayscale: #ABABAB. Windows color (decimal): -1928797 or 10719714. OLE color: 10719714.

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

Color convert

RGB226145163-
CMYK00.360.280.11
HSL346.67º58.27%72.75%-
HSV(B)346.67º35.84%88.63%-
XYZ48.139.0639.66-
YUV171.27123.34167.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.32%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 163 (64.06% from 255) = 30.52%
R=42.32%
G=27.15%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614516300.360.280.11346.6758.2772.75
HexE291A30241CB15b3a49
Octal342221243044341353372111
Binary11100010100100011010001101001001110010111010110111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291A3; }

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

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

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

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

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

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

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

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