#E093AA

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

Shades of Kobi #E093AA

Tints of Kobi #E093AA

Color information

#E093AA (or 0xE093AA) is unknown color: approx Kobi. HEX triplet: E0, 93 and AA. RGB value is (224,147,170). Sum of RGB (Red+Green+Blue) = 224+147+170=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E093AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E093AA is #1F6C55. Grayscale: #ACACAC. Windows color (decimal): -2059350 or 11178976. OLE color: 11178976.

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

Color convert

RGB224147170-
CMYK00.340.240.12
HSL342.08º55.4%72.75%-
HSV(B)342.08º34.38%87.84%-
XYZ48.4339.6243.12-
YUV172.64126.51164.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=41.40%
G=27.17%
B=31.42%

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
Decimal22414717000.340.240.12342.0855.472.75
HexE093AA02218C1563749
Octal340223252042301452667111
Binary11100000100100111010101001000101100011001010101101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093AA; }

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

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

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

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

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

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

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

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