#E73BA6

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

Shades of Wild Strawberry #E73BA6

Tints of Wild Strawberry #E73BA6

Color information

#E73BA6 (or 0xE73BA6) is unknown color: approx Wild Strawberry. HEX triplet: E7, 3B and A6. RGB value is (231,59,166). Sum of RGB (Red+Green+Blue) = 231+59+166=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73BA6 is #18C459. Grayscale: #7A7A7A. Windows color (decimal): -1623130 or 10894311. OLE color: 10894311.

HSL color Cylindrical-coordinate representation of color #E73BA6: hue angle of 322.67º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73BA6 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB23159166-
CMYK00.740.280.09
HSL322.67º78.18%56.86%-
HSV(B)322.67º74.46%90.59%-
XYZ41.422.8738.31-
YUV122.63152.48205.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.66%
GREEN value IS 59 (23.44% from 255) = 12.94%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=50.66%
G=12.94%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315916600.740.280.09322.6778.1856.86
HexE73BA604A1C91434e39
Octal347732460112341150311671
Binary1110011111101110100110010010101110010011010000111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E73BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E73BA6; }

 p { color: rgb(231,59,166); }

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

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

 a { background-color: rgb(231,59,166); }

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

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

 span { border-color: rgb(231,59,166); }

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