#ED359A

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

Shades of Wild Strawberry #ED359A

Tints of Wild Strawberry #ED359A

Color information

#ED359A (or 0xED359A) is unknown color: approx Wild Strawberry. HEX triplet: ED, 35 and 9A. RGB value is (237,53,154). Sum of RGB (Red+Green+Blue) = 237+53+154=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED359A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED359A is #12CA65. Grayscale: #777777. Windows color (decimal): -1231462 or 10106349. OLE color: 10106349.

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

Color convert

RGB23753154-
CMYK00.780.350.07
HSL327.07º83.64%56.86%-
HSV(B)327.07º77.64%92.94%-
XYZ42.0322.8832.77-
YUV119.53147.46211.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.38%
GREEN value IS 53 (21.09% from 255) = 11.94%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=53.38%
G=11.94%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375315400.780.350.07327.0783.6456.86
HexED359A04E2371475439
Octal35565232011643750712471
Binary1110110111010110011010010011101000111111010001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED359A; }

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

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

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

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

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

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

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

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