#E090A7

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

Shades of Kobi #E090A7

Tints of Kobi #E090A7

Color information

#E090A7 (or 0xE090A7) is unknown color: approx Kobi. HEX triplet: E0, 90 and A7. RGB value is (224,144,167). Sum of RGB (Red+Green+Blue) = 224+144+167=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E090A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090A7 is #1F6F58. Grayscale: #AAAAAA. Windows color (decimal): -2060121 or 10981600. OLE color: 10981600.

HSL color Cylindrical-coordinate representation of color #E090A7: hue angle of 342.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090A7 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224144167-
CMYK00.360.250.12
HSL342.75º56.34%72.16%-
HSV(B)342.75º35.71%87.84%-
XYZ47.6938.5841.49-
YUV170.54126166.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 167 (65.62% from 255) = 31.21%
R=41.87%
G=26.92%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414416700.360.250.12342.7556.3472.16
HexE090A702419C1573848
Octal340220247044311452770110
Binary11100000100100001010011101001001100111001010101111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090A7; }

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

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

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

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

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

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

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

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