#E57EA6

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

Shades of Kobi #E57EA6

Tints of Kobi #E57EA6

Color information

#E57EA6 (or 0xE57EA6) is unknown color: approx Kobi. HEX triplet: E5, 7E and A6. RGB value is (229,126,166). Sum of RGB (Red+Green+Blue) = 229+126+166=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57EA6 is #1A8159. Grayscale: #A1A1A1. Windows color (decimal): -1737050 or 10911461. OLE color: 10911461.

HSL color Cylindrical-coordinate representation of color #E57EA6: hue angle of 336.7º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57EA6 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB229126166-
CMYK00.450.280.10
HSL336.7º66.45%69.61%-
HSV(B)336.7º44.98%89.8%-
XYZ46.6634.3340.24-
YUV161.36130.62176.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.95%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=43.95%
G=24.18%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912616600.450.280.10336.766.4569.61
HexE57EA602D1CA1514246
Octal3451762460553412521102106
Binary11100101111111010100110010110111100101010101000110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57EA6; }

 p { color: rgb(229,126,166); }

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

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

 a { background-color: rgb(229,126,166); }

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

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

 span { border-color: rgb(229,126,166); }

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