#E391A0

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

Shades of Kobi #E391A0

Tints of Kobi #E391A0

Color information

#E391A0 (or 0xE391A0) is unknown color: approx Kobi. HEX triplet: E3, 91 and A0. RGB value is (227,145,160). Sum of RGB (Red+Green+Blue) = 227+145+160=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E391A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E391A0 is #1C6E5F. Grayscale: #ABABAB. Windows color (decimal): -1863264 or 10523107. OLE color: 10523107.

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

Color convert

RGB227145160-
CMYK00.360.300.11
HSL349.02º59.42%72.94%-
HSV(B)349.02º36.12%89.02%-
XYZ48.1539.1238.27-
YUV171.23121.67167.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.67%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=42.67%
G=27.26%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714516000.360.300.11349.0259.4272.94
HexE391A00241EB15d3b49
Octal343221240044361353573111
Binary11100011100100011010000001001001111010111010111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391A0; }

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

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

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

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

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

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

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

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