#ED3393

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

Shades of Wild Strawberry #ED3393

Tints of Wild Strawberry #ED3393

Color information

#ED3393 (or 0xED3393) is unknown color: approx Wild Strawberry. HEX triplet: ED, 33 and 93. RGB value is (237,51,147). Sum of RGB (Red+Green+Blue) = 237+51+147=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3393 is #12CC6C. Grayscale: #757575. Windows color (decimal): -1231981 or 9647085. OLE color: 9647085.

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

Color convert

RGB23751147-
CMYK00.780.380.07
HSL329.03º83.78%56.47%-
HSV(B)329.03º78.48%92.94%-
XYZ41.3822.4829.76-
YUV117.56144.62213.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.48%
GREEN value IS 51 (20.31% from 255) = 11.72%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=54.48%
G=11.72%
B=33.79%

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
Decimal2375114700.780.380.07329.0383.7856.47
HexED339304E2671495438
Octal35563223011646751112470
Binary1110110111001110010011010011101001101111010010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3393; }

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

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

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

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

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

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

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

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