#EC3794

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

Shades of Wild Strawberry #EC3794

Tints of Wild Strawberry #EC3794

Color information

#EC3794 (or 0xEC3794) is unknown color: approx Wild Strawberry. HEX triplet: EC, 37 and 94. RGB value is (236,55,148). Sum of RGB (Red+Green+Blue) = 236+55+148=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3794 is #13C86B. Grayscale: #777777. Windows color (decimal): -1296492 or 9713644. OLE color: 9713644.

HSL color Cylindrical-coordinate representation of color #EC3794: hue angle of 329.17º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3794 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB23655148-
CMYK00.770.370.07
HSL329.17º82.65%57.06%-
HSV(B)329.17º76.69%92.55%-
XYZ41.322.730.22-
YUV119.72143.97210.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 55 (21.88% from 255) = 12.53%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=53.76%
G=12.53%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365514800.770.370.07329.1782.6557.06
HexEC379404D2571495339
Octal35467224011545751112371
Binary1110110011011110010100010011011001011111010010011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3794; }

 p { color: rgb(236,55,148); }

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

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

 a { background-color: rgb(236,55,148); }

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

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

 span { border-color: rgb(236,55,148); }

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