#EA3DA4

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

Shades of Wild Strawberry #EA3DA4

Tints of Wild Strawberry #EA3DA4

Color information

#EA3DA4 (or 0xEA3DA4) is unknown color: approx Wild Strawberry. HEX triplet: EA, 3D and A4. RGB value is (234,61,164). Sum of RGB (Red+Green+Blue) = 234+61+164=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3DA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3DA4 is #15C25B. Grayscale: #7C7C7C. Windows color (decimal): -1426012 or 10763754. OLE color: 10763754.

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

Color convert

RGB23461164-
CMYK00.740.300.08
HSL324.28º80.47%57.84%-
HSV(B)324.28º73.93%91.76%-
XYZ42.323.5137.43-
YUV124.47150.31206.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 61 (24.22% from 255) = 13.29%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=50.98%
G=13.29%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346116400.740.300.08324.2880.4757.84
HexEA3DA404A1E8144503a
Octal352752440112361050412072
Binary1110101011110110100100010010101111010001010001001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3DA4; }

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

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

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

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

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

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

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

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