#EC3094

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

Shades of Wild Strawberry #EC3094

Tints of Wild Strawberry #EC3094

Color information

#EC3094 (or 0xEC3094) is unknown color: approx Wild Strawberry. HEX triplet: EC, 30 and 94. RGB value is (236,48,148). Sum of RGB (Red+Green+Blue) = 236+48+148=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3094 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3094 is #13CF6B. Grayscale: #737373. Windows color (decimal): -1298284 or 9711852. OLE color: 9711852.

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

Color convert

RGB23648148-
CMYK00.800.370.07
HSL328.09º83.19%55.69%-
HSV(B)328.09º79.66%92.55%-
XYZ40.9922.0830.12-
YUV115.61146.28213.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.63%
GREEN value IS 48 (19.14% from 255) = 11.11%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=54.63%
G=11.11%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364814800.800.370.07328.0983.1955.69
HexEC30940502571485338
Octal35460224012045751012370
Binary1110110011000010010100010100001001011111010010001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3094; }

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

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

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

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

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

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

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

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