#E093AB

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

Shades of Kobi #E093AB

Tints of Kobi #E093AB

Color information

#E093AB (or 0xE093AB) is unknown color: approx Kobi. HEX triplet: E0, 93 and AB. RGB value is (224,147,171). Sum of RGB (Red+Green+Blue) = 224+147+171=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E093AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093AB is #1F6C54. Grayscale: #ACACAC. Windows color (decimal): -2059349 or 11244512. OLE color: 11244512.

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

Color convert

RGB224147171-
CMYK00.340.240.12
HSL341.3º55.4%72.75%-
HSV(B)341.3º34.38%87.84%-
XYZ48.5239.6643.62-
YUV172.76127.01164.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=41.33%
G=27.12%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414717100.340.240.12341.355.472.75
HexE093AB02218C1553749
Octal340223253042301452567111
Binary11100000100100111010101101000101100011001010101011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093AB; }

 p { color: rgb(224,147,171); }

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

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

 a { background-color: rgb(224,147,171); }

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

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

 span { border-color: rgb(224,147,171); }

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