#EA3A99

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

Shades of Wild Strawberry #EA3A99

Tints of Wild Strawberry #EA3A99

Color information

#EA3A99 (or 0xEA3A99) is unknown color: approx Wild Strawberry. HEX triplet: EA, 3A and 99. RGB value is (234,58,153). Sum of RGB (Red+Green+Blue) = 234+58+153=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A99 is #15C566. Grayscale: #797979. Windows color (decimal): -1426791 or 10042090. OLE color: 10042090.

HSL color Cylindrical-coordinate representation of color #EA3A99: hue angle of 327.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3A99 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23458153-
CMYK00.750.350.08
HSL327.61º80.73%57.25%-
HSV(B)327.61º75.21%91.76%-
XYZ41.1922.8232.37-
YUV121.45145.81208.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 58 (23.05% from 255) = 13.03%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=52.58%
G=13.03%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345815300.750.350.08327.6180.7357.25
HexEA3A9904B2381485139
Octal352722310113431051012171
Binary11101010111010100110010100101110001110001010010001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3A99; }

 p { color: rgb(234,58,153); }

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

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

 a { background-color: rgb(234,58,153); }

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

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

 span { border-color: rgb(234,58,153); }

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