#E290A3

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

Shades of Kobi #E290A3

Tints of Kobi #E290A3

Color information

#E290A3 (or 0xE290A3) is unknown color: approx Kobi. HEX triplet: E2, 90 and A3. RGB value is (226,144,163). Sum of RGB (Red+Green+Blue) = 226+144+163=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E290A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E290A3 is #1D6F5C. Grayscale: #AAAAAA. Windows color (decimal): -1929053 or 10719458. OLE color: 10719458.

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

Color convert

RGB226144163-
CMYK00.360.280.11
HSL346.1º58.57%72.55%-
HSV(B)346.1º36.28%88.63%-
XYZ47.9538.7639.6-
YUV170.68123.67167.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 163 (64.06% from 255) = 30.58%
R=42.40%
G=27.02%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614416300.360.280.11346.158.5772.55
HexE290A30241CB15a3b49
Octal342220243044341353273111
Binary11100010100100001010001101001001110010111010110101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290A3; }

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

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

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

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

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

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

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

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