#ED3EA9

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

Shades of Wild Strawberry #ED3EA9

Tints of Wild Strawberry #ED3EA9

Color information

#ED3EA9 (or 0xED3EA9) is unknown color: approx Wild Strawberry. HEX triplet: ED, 3E and A9. RGB value is (237,62,169). Sum of RGB (Red+Green+Blue) = 237+62+169=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3EA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3EA9 is #12C156. Grayscale: #7E7E7E. Windows color (decimal): -1229143 or 11091693. OLE color: 11091693.

HSL color Cylindrical-coordinate representation of color #ED3EA9: hue angle of 323.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3EA9 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB23762169-
CMYK00.740.290.07
HSL323.31º82.94%58.63%-
HSV(B)323.31º73.84%92.94%-
XYZ43.8124.3139.92-
YUV126.52151.98206.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.64%
GREEN value IS 62 (24.61% from 255) = 13.25%
BLUE value IS 169 (66.41% from 255) = 36.11%
R=50.64%
G=13.25%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376216900.740.290.07323.3182.9458.63
HexED3EA904A1D7143533b
Octal35576251011235750312373
Binary111011011111101010100101001010111011111010000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3EA9; }

 p { color: rgb(237,62,169); }

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

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

 a { background-color: rgb(237,62,169); }

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

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

 span { border-color: rgb(237,62,169); }

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