#ED3593

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

Shades of Wild Strawberry #ED3593

Tints of Wild Strawberry #ED3593

Color information

#ED3593 (or 0xED3593) is unknown color: approx Wild Strawberry. HEX triplet: ED, 35 and 93. RGB value is (237,53,147). Sum of RGB (Red+Green+Blue) = 237+53+147=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3593 is #12CA6C. Grayscale: #767676. Windows color (decimal): -1231469 or 9647597. OLE color: 9647597.

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

Color convert

RGB23753147-
CMYK00.780.380.07
HSL329.35º83.64%56.86%-
HSV(B)329.35º77.64%92.94%-
XYZ41.4622.6629.79-
YUV118.73143.96212.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 53 (21.09% from 255) = 12.13%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=54.23%
G=12.13%
B=33.64%

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
Decimal2375314700.780.380.07329.3583.6456.86
HexED359304E2671495439
Octal35565223011646751112471
Binary1110110111010110010011010011101001101111010010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3593; }

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

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

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

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

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

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

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

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