#E095A9

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

Shades of Kobi #E095A9

Tints of Kobi #E095A9

Color information

#E095A9 (or 0xE095A9) is unknown color: approx Kobi. HEX triplet: E0, 95 and A9. RGB value is (224,149,169). Sum of RGB (Red+Green+Blue) = 224+149+169=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E095A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095A9 is #1F6A56. Grayscale: #ADADAD. Windows color (decimal): -2058839 or 11113952. OLE color: 11113952.

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

Color convert

RGB224149169-
CMYK00.330.250.12
HSL344º54.74%73.14%-
HSV(B)344º33.48%87.84%-
XYZ48.6540.2142.73-
YUV173.7125.35163.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 169 (66.41% from 255) = 31.18%
R=41.33%
G=27.49%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414916900.330.250.1234454.7473.14
HexE095A902119C1583749
Octal340225251041311453067111
Binary11100000100101011010100101000011100111001010110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095A9; }

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

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

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

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

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

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

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

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