#EA3DA8

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

Shades of Wild Strawberry #EA3DA8

Tints of Wild Strawberry #EA3DA8

Color information

#EA3DA8 (or 0xEA3DA8) is unknown color: approx Wild Strawberry. HEX triplet: EA, 3D and A8. RGB value is (234,61,168). Sum of RGB (Red+Green+Blue) = 234+61+168=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3DA8 is #15C257. Grayscale: #7C7C7C. Windows color (decimal): -1426008 or 11025898. OLE color: 11025898.

HSL color Cylindrical-coordinate representation of color #EA3DA8: hue angle of 322.89º 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 #EA3DA8 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB23461168-
CMYK00.740.280.08
HSL322.89º80.47%57.84%-
HSV(B)322.89º73.93%91.76%-
XYZ42.6723.6639.36-
YUV124.92152.31205.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.54%
GREEN value IS 61 (24.22% from 255) = 13.17%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=50.54%
G=13.17%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346116800.740.280.08322.8980.4757.84
HexEA3DA804A1C8143503a
Octal352752500112341050312072
Binary1110101011110110101000010010101110010001010000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3DA8; }

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

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

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

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

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

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

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

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