#E291A0

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

Shades of Kobi #E291A0

Tints of Kobi #E291A0

Color information

#E291A0 (or 0xE291A0) is unknown color: approx Kobi. HEX triplet: E2, 91 and A0. RGB value is (226,145,160). Sum of RGB (Red+Green+Blue) = 226+145+160=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E291A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291A0 is #1D6E5F. Grayscale: #AAAAAA. Windows color (decimal): -1928800 or 10523106. OLE color: 10523106.

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

Color convert

RGB226145160-
CMYK00.360.290.11
HSL348.89º58.27%72.75%-
HSV(B)348.89º35.84%88.63%-
XYZ47.8338.9638.26-
YUV170.93121.84167.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=42.56%
G=27.31%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614516000.360.290.11348.8958.2772.75
HexE291A00241DB15d3a49
Octal342221240044351353572111
Binary11100010100100011010000001001001110110111010111011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291A0; }

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

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

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

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

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

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

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

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