#EC3093

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

Shades of Wild Strawberry #EC3093

Tints of Wild Strawberry #EC3093

Color information

#EC3093 (or 0xEC3093) is unknown color: approx Wild Strawberry. HEX triplet: EC, 30 and 93. RGB value is (236,48,147). Sum of RGB (Red+Green+Blue) = 236+48+147=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3093 is #13CF6C. Grayscale: #737373. Windows color (decimal): -1298285 or 9646316. OLE color: 9646316.

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

Color convert

RGB23648147-
CMYK00.800.380.07
HSL328.4º83.19%55.69%-
HSV(B)328.4º79.66%92.55%-
XYZ40.9222.0529.7-
YUV115.5145.78213.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.76%
GREEN value IS 48 (19.14% from 255) = 11.14%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=54.76%
G=11.14%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364814700.800.380.07328.483.1955.69
HexEC30930502671485338
Octal35460223012046751012370
Binary1110110011000010010011010100001001101111010010001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3093; }

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

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

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

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

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

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

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

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