#E540AA

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

Shades of Wild Strawberry #E540AA

Tints of Wild Strawberry #E540AA

Color information

#E540AA (or 0xE540AA) is unknown color: approx Wild Strawberry. HEX triplet: E5, 40 and AA. RGB value is (229,64,170). Sum of RGB (Red+Green+Blue) = 229+64+170=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E540AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E540AA is #1ABF55. Grayscale: #7D7D7D. Windows color (decimal): -1752918 or 11157733. OLE color: 11157733.

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

Color convert

RGB22964170-
CMYK00.720.260.10
HSL321.45º76.04%57.45%-
HSV(B)321.45º72.05%89.8%-
XYZ41.423.2340.33-
YUV125.42153.16201.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 64 (25.39% from 255) = 13.82%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=49.46%
G=13.82%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296417000.720.260.10321.4576.0457.45
HexE540AA0481AA1414c39
Octal3451002520110321250111471
Binary11100101100000010101010010010001101010101010000011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540AA; }

 p { color: rgb(229,64,170); }

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

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

 a { background-color: rgb(229,64,170); }

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

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

 span { border-color: rgb(229,64,170); }

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