#ED3394

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

Shades of Wild Strawberry #ED3394

Tints of Wild Strawberry #ED3394

Color information

#ED3394 (or 0xED3394) is unknown color: approx Wild Strawberry. HEX triplet: ED, 33 and 94. RGB value is (237,51,148). Sum of RGB (Red+Green+Blue) = 237+51+148=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3394 is #12CC6B. Grayscale: #757575. Windows color (decimal): -1231980 or 9712621. OLE color: 9712621.

HSL color Cylindrical-coordinate representation of color #ED3394: hue angle of 328.71º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3394 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB23751148-
CMYK00.780.380.07
HSL328.71º83.78%56.47%-
HSV(B)328.71º78.48%92.94%-
XYZ41.4522.5130.18-
YUV117.67145.12213.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.36%
GREEN value IS 51 (20.31% from 255) = 11.70%
BLUE value IS 148 (58.20% from 255) = 33.94%
R=54.36%
G=11.70%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375114800.780.380.07328.7183.7856.47
HexED339404E2671495438
Octal35563224011646751112470
Binary1110110111001110010100010011101001101111010010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3394; }

 p { color: rgb(237,51,148); }

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

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

 a { background-color: rgb(237,51,148); }

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

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

 span { border-color: rgb(237,51,148); }

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