#E093AC

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

Shades of Kobi #E093AC

Tints of Kobi #E093AC

Color information

#E093AC (or 0xE093AC) is unknown color: approx Kobi. HEX triplet: E0, 93 and AC. RGB value is (224,147,172). Sum of RGB (Red+Green+Blue) = 224+147+172=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E093AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093AC is #1F6C53. Grayscale: #ACACAC. Windows color (decimal): -2059348 or 11310048. OLE color: 11310048.

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

Color convert

RGB224147172-
CMYK00.340.230.12
HSL340.52º55.4%72.75%-
HSV(B)340.52º34.38%87.84%-
XYZ48.6239.6944.13-
YUV172.87127.51164.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=41.25%
G=27.07%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414717200.340.230.12340.5255.472.75
HexE093AC02217C1553749
Octal340223254042271452567111
Binary11100000100100111010110001000101011111001010101011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093AC; }

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

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

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

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

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

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

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

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