#E291AA

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

Shades of Kobi #E291AA

Tints of Kobi #E291AA

Color information

#E291AA (or 0xE291AA) is unknown color: approx Kobi. HEX triplet: E2, 91 and AA. RGB value is (226,145,170). Sum of RGB (Red+Green+Blue) = 226+145+170=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E291AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291AA is #1D6E55. Grayscale: #ACACAC. Windows color (decimal): -1928790 or 11178466. OLE color: 11178466.

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

Color convert

RGB226145170-
CMYK00.360.250.11
HSL341.48º58.27%72.75%-
HSV(B)341.48º35.84%88.63%-
XYZ48.7539.3243.05-
YUV172.07126.84166.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.77%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=41.77%
G=26.80%
B=31.42%

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
Decimal22614517000.360.250.11341.4858.2772.75
HexE291AA02419B1553a49
Octal342221252044311352572111
Binary11100010100100011010101001001001100110111010101011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E291AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E291AA; }

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

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

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

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

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

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

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

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