#E091A8

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

Shades of Kobi #E091A8

Tints of Kobi #E091A8

Color information

#E091A8 (or 0xE091A8) is unknown color: approx Kobi. HEX triplet: E0, 91 and A8. RGB value is (224,145,168). Sum of RGB (Red+Green+Blue) = 224+145+168=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E091A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E091A8 is #1F6E57. Grayscale: #ABABAB. Windows color (decimal): -2059864 or 11047392. OLE color: 11047392.

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

Color convert

RGB224145168-
CMYK00.350.250.12
HSL342.53º56.03%72.35%-
HSV(B)342.53º35.27%87.84%-
XYZ47.9338.9342.03-
YUV171.24126.17165.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.71%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=41.71%
G=27.00%
B=31.28%

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
Decimal22414516800.350.250.12342.5356.0372.35
HexE091A802319C1573848
Octal340221250043311452770110
Binary11100000100100011010100001000111100111001010101111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091A8; }

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

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

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

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

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

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

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

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