#E390A7

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

Shades of Kobi #E390A7

Tints of Kobi #E390A7

Color information

#E390A7 (or 0xE390A7) is unknown color: approx Kobi. HEX triplet: E3, 90 and A7. RGB value is (227,144,167). Sum of RGB (Red+Green+Blue) = 227+144+167=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E390A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E390A7 is #1C6F58. Grayscale: #ABABAB. Windows color (decimal): -1863513 or 10981603. OLE color: 10981603.

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

Color convert

RGB227144167-
CMYK00.370.260.11
HSL343.37º59.71%72.75%-
HSV(B)343.37º36.56%89.02%-
XYZ48.6339.0741.54-
YUV171.44125.5167.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.19%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 167 (65.62% from 255) = 31.04%
R=42.19%
G=26.77%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714416700.370.260.11343.3759.7172.75
HexE390A70251AB1573c49
Octal343220247045321352774111
Binary11100011100100001010011101001011101010111010101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390A7; }

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

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

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

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

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

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

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

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