#E293A6

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

Shades of Kobi #E293A6

Tints of Kobi #E293A6

Color information

#E293A6 (or 0xE293A6) is unknown color: approx Kobi. HEX triplet: E2, 93 and A6. RGB value is (226,147,166). Sum of RGB (Red+Green+Blue) = 226+147+166=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E293A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E293A6 is #1D6C59. Grayscale: #ACACAC. Windows color (decimal): -1928282 or 10916834. OLE color: 10916834.

HSL color Cylindrical-coordinate representation of color #E293A6: hue angle of 345.57º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E293A6 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB226147166-
CMYK00.350.270.11
HSL345.57º57.66%73.14%-
HSV(B)345.57º34.96%88.63%-
XYZ48.6839.7941.19-
YUV172.79124.17165.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 166 (65.23% from 255) = 30.80%
R=41.93%
G=27.27%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614716600.350.270.11345.5757.6673.14
HexE293A60231BB15a3a49
Octal342223246043331353272111
Binary11100010100100111010011001000111101110111010110101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E293A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E293A6; }

 p { color: rgb(226,147,166); }

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

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

 a { background-color: rgb(226,147,166); }

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

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

 span { border-color: rgb(226,147,166); }

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