#ED3D9F

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

Shades of Wild Strawberry #ED3D9F

Tints of Wild Strawberry #ED3D9F

Color information

#ED3D9F (or 0xED3D9F) is unknown color: approx Wild Strawberry. HEX triplet: ED, 3D and 9F. RGB value is (237,61,159). Sum of RGB (Red+Green+Blue) = 237+61+159=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3D9F is #12C260. Grayscale: #7C7C7C. Windows color (decimal): -1229409 or 10436077. OLE color: 10436077.

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

Color convert

RGB23761159-
CMYK00.740.330.07
HSL326.59º83.02%58.43%-
HSV(B)326.59º74.26%92.94%-
XYZ42.8523.8535.14-
YUV124.8147.31208.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 61 (24.22% from 255) = 13.35%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=51.86%
G=13.35%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376115900.740.330.07326.5983.0258.43
HexED3D9F04A217147533a
Octal35575237011241750712372
Binary1110110111110110011111010010101000011111010001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3D9F; }

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

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

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

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

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

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

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

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