#E390AE

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

Shades of Kobi #E390AE

Tints of Kobi #E390AE

Color information

#E390AE (or 0xE390AE) is unknown color: approx Kobi. HEX triplet: E3, 90 and AE. RGB value is (227,144,174). Sum of RGB (Red+Green+Blue) = 227+144+174=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E390AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E390AE is #1C6F51. Grayscale: #ACACAC. Windows color (decimal): -1863506 or 11440355. OLE color: 11440355.

HSL color Cylindrical-coordinate representation of color #E390AE: hue angle of 338.31º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390AE is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227144174-
CMYK00.370.230.11
HSL338.31º59.71%72.75%-
HSV(B)338.31º36.56%89.02%-
XYZ49.2939.3345.04-
YUV172.24129167.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=41.65%
G=26.42%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714417400.370.230.11338.3159.7172.75
HexE390AE02517B1523c49
Octal343220256045271352274111
Binary11100011100100001010111001001011011110111010100101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390AE; }

 p { color: rgb(227,144,174); }

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

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

 a { background-color: rgb(227,144,174); }

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

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

 span { border-color: rgb(227,144,174); }

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