#E541A0

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

Shades of Wild Strawberry #E541A0

Tints of Wild Strawberry #E541A0

Color information

#E541A0 (or 0xE541A0) is unknown color: approx Wild Strawberry. HEX triplet: E5, 41 and A0. RGB value is (229,65,160). Sum of RGB (Red+Green+Blue) = 229+65+160=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E541A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E541A0 is #1ABE5F. Grayscale: #7C7C7C. Windows color (decimal): -1752672 or 10502629. OLE color: 10502629.

HSL color Cylindrical-coordinate representation of color #E541A0: hue angle of 325.24º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E541A0 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB22965160-
CMYK00.720.300.10
HSL325.24º75.93%57.65%-
HSV(B)325.24º71.62%89.8%-
XYZ40.5522.9835.56-
YUV124.87147.83202.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.44%
GREEN value IS 65 (25.78% from 255) = 14.32%
BLUE value IS 160 (62.89% from 255) = 35.24%
R=50.44%
G=14.32%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296516000.720.300.10325.2475.9357.65
HexE541A00481EA1454c3a
Octal3451012400110361250511472
Binary11100101100000110100000010010001111010101010001011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E541A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E541A0; }

 p { color: rgb(229,65,160); }

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

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

 a { background-color: rgb(229,65,160); }

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

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

 span { border-color: rgb(229,65,160); }

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