#E290AF

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

Shades of Kobi #E290AF

Tints of Kobi #E290AF

Color information

#E290AF (or 0xE290AF) is unknown color: approx Kobi. HEX triplet: E2, 90 and AF. RGB value is (226,144,175). Sum of RGB (Red+Green+Blue) = 226+144+175=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E290AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E290AF is #1D6F50. Grayscale: #ACACAC. Windows color (decimal): -1929041 or 11505890. OLE color: 11505890.

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

Color convert

RGB226144175-
CMYK00.360.230.11
HSL337.32º58.57%72.55%-
HSV(B)337.32º36.28%88.63%-
XYZ49.0839.2145.54-
YUV172.05129.67166.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=41.47%
G=26.42%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614417500.360.230.11337.3258.5772.55
HexE290AF02417B1513b49
Octal342220257044271352173111
Binary11100010100100001010111101001001011110111010100011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290AF; }

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

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

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

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

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

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

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

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