#ED339A

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

Shades of Wild Strawberry #ED339A

Tints of Wild Strawberry #ED339A

Color information

#ED339A (or 0xED339A) is unknown color: approx Wild Strawberry. HEX triplet: ED, 33 and 9A. RGB value is (237,51,154). Sum of RGB (Red+Green+Blue) = 237+51+154=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED339A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED339A is #12CC65. Grayscale: #767676. Windows color (decimal): -1231974 or 10105837. OLE color: 10105837.

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

Color convert

RGB23751154-
CMYK00.780.350.07
HSL326.77º83.78%56.47%-
HSV(B)326.77º78.48%92.94%-
XYZ41.9422.7132.74-
YUV118.36148.12212.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.62%
GREEN value IS 51 (20.31% from 255) = 11.54%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=53.62%
G=11.54%
B=34.84%

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
Decimal2375115400.780.350.07326.7783.7856.47
HexED339A04E2371475438
Octal35563232011643750712470
Binary1110110111001110011010010011101000111111010001111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED339A; }

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

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

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

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

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

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

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

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