#E090A9

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

Shades of Kobi #E090A9

Tints of Kobi #E090A9

Color information

#E090A9 (or 0xE090A9) is unknown color: approx Kobi. HEX triplet: E0, 90 and A9. RGB value is (224,144,169). Sum of RGB (Red+Green+Blue) = 224+144+169=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E090A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090A9 is #1F6F56. Grayscale: #AAAAAA. Windows color (decimal): -2060119 or 11112672. OLE color: 11112672.

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

Color convert

RGB224144169-
CMYK00.360.250.12
HSL341.25º56.34%72.16%-
HSV(B)341.25º35.71%87.84%-
XYZ47.8838.6642.47-
YUV170.77127165.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.71%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=41.71%
G=26.82%
B=31.47%

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
Decimal22414416900.360.250.12341.2556.3472.16
HexE090A902419C1553848
Octal340220251044311452570110
Binary11100000100100001010100101001001100111001010101011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090A9; }

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

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

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

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

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

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

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

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