#EC3795

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

Shades of Wild Strawberry #EC3795

Tints of Wild Strawberry #EC3795

Color information

#EC3795 (or 0xEC3795) is unknown color: approx Wild Strawberry. HEX triplet: EC, 37 and 95. RGB value is (236,55,149). Sum of RGB (Red+Green+Blue) = 236+55+149=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3795 is #13C86A. Grayscale: #777777. Windows color (decimal): -1296491 or 9779180. OLE color: 9779180.

HSL color Cylindrical-coordinate representation of color #EC3795: hue angle of 328.84º 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 #EC3795 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB23655149-
CMYK00.770.370.07
HSL328.84º82.65%57.06%-
HSV(B)328.84º76.69%92.55%-
XYZ41.3822.7430.64-
YUV119.84144.47210.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.64%
GREEN value IS 55 (21.88% from 255) = 12.5%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=53.64%
G=12.5%
B=33.86%

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
Decimal2365514900.770.370.07328.8482.6557.06
HexEC379504D2571495339
Octal35467225011545751112371
Binary1110110011011110010101010011011001011111010010011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3795; }

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

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

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

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

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

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

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

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