#EA40A4

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

Shades of Wild Strawberry #EA40A4

Tints of Wild Strawberry #EA40A4

Color information

#EA40A4 (or 0xEA40A4) is unknown color: approx Wild Strawberry. HEX triplet: EA, 40 and A4. RGB value is (234,64,164). Sum of RGB (Red+Green+Blue) = 234+64+164=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA40A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA40A4 is #15BF5B. Grayscale: #7E7E7E. Windows color (decimal): -1425244 or 10764522. OLE color: 10764522.

HSL color Cylindrical-coordinate representation of color #EA40A4: hue angle of 324.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA40A4 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB23464164-
CMYK00.730.300.08
HSL324.71º80.19%58.43%-
HSV(B)324.71º72.65%91.76%-
XYZ42.4723.8437.49-
YUV126.23149.32204.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.65%
GREEN value IS 64 (25.39% from 255) = 13.85%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=50.65%
G=13.85%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346416400.730.300.08324.7180.1958.43
HexEA40A40491E8145503a
Octal3521002440111361050512072
Binary11101010100000010100100010010011111010001010001011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40A4; }

 p { color: rgb(234,64,164); }

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

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

 a { background-color: rgb(234,64,164); }

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

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

 span { border-color: rgb(234,64,164); }

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