#E290AA

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

Shades of Kobi #E290AA

Tints of Kobi #E290AA

Color information

#E290AA (or 0xE290AA) is unknown color: approx Kobi. HEX triplet: E2, 90 and AA. RGB value is (226,144,170). Sum of RGB (Red+Green+Blue) = 226+144+170=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E290AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E290AA is #1D6F55. Grayscale: #ABABAB. Windows color (decimal): -1929046 or 11178210. OLE color: 11178210.

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

Color convert

RGB226144170-
CMYK00.360.250.11
HSL340.98º58.57%72.55%-
HSV(B)340.98º36.28%88.63%-
XYZ48.5939.0243-
YUV171.48127.17166.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.85%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=41.85%
G=26.67%
B=31.48%

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
Decimal22614417000.360.250.11340.9858.5772.55
HexE290AA02419B1553b49
Octal342220252044311352573111
Binary11100010100100001010101001001001100110111010101011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290AA; }

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

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

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

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

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

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

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

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