#ED359F

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

Shades of Wild Strawberry #ED359F

Tints of Wild Strawberry #ED359F

Color information

#ED359F (or 0xED359F) is unknown color: approx Wild Strawberry. HEX triplet: ED, 35 and 9F. RGB value is (237,53,159). Sum of RGB (Red+Green+Blue) = 237+53+159=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED359F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED359F is #12CA60. Grayscale: #777777. Windows color (decimal): -1231457 or 10434029. OLE color: 10434029.

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

Color convert

RGB23753159-
CMYK00.780.330.07
HSL325.43º83.64%56.86%-
HSV(B)325.43º77.64%92.94%-
XYZ42.4623.0535.01-
YUV120.1149.96211.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.78%
GREEN value IS 53 (21.09% from 255) = 11.80%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=52.78%
G=11.80%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375315900.780.330.07325.4383.6456.86
HexED359F04E2171455439
Octal35565237011641750512471
Binary1110110111010110011111010011101000011111010001011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED359F; }

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

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

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

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

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

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

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

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