#E491AC

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

Shades of Kobi #E491AC

Tints of Kobi #E491AC

Color information

#E491AC (or 0xE491AC) is unknown color: approx Kobi. HEX triplet: E4, 91 and AC. RGB value is (228,145,172). Sum of RGB (Red+Green+Blue) = 228+145+172=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E491AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E491AC is #1B6E53. Grayscale: #ACACAC. Windows color (decimal): -1797716 or 11309540. OLE color: 11309540.

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

Color convert

RGB228145172-
CMYK00.360.250.11
HSL340.48º60.58%73.14%-
HSV(B)340.48º36.4%89.41%-
XYZ49.5739.7244.08-
YUV172.9127.5167.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.83%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=41.83%
G=26.61%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814517200.360.250.11340.4860.5873.14
HexE491AC02419B1543d49
Octal344221254044311352475111
Binary11100100100100011010110001001001100110111010101001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E491AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E491AC; }

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

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

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

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

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

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

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

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