#E091A9

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

Shades of Kobi #E091A9

Tints of Kobi #E091A9

Color information

#E091A9 (or 0xE091A9) is unknown color: approx Kobi. HEX triplet: E0, 91 and A9. RGB value is (224,145,169). Sum of RGB (Red+Green+Blue) = 224+145+169=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E091A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E091A9 is #1F6E56. Grayscale: #ABABAB. Windows color (decimal): -2059863 or 11112928. OLE color: 11112928.

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

Color convert

RGB224145169-
CMYK00.350.250.12
HSL341.77º56.03%72.35%-
HSV(B)341.77º35.27%87.84%-
XYZ48.0338.9642.53-
YUV171.36126.67165.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 145 (57.03% from 255) = 26.95%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=41.64%
G=26.95%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414516900.350.250.12341.7756.0372.35
HexE091A902319C1563848
Octal340221251043311452670110
Binary11100000100100011010100101000111100111001010101101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091A9; }

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

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

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

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

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

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

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

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