#ed2d97

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

Shades of Wild Strawberry #ED2D97

Tints of Wild Strawberry #ED2D97

Color information

#ED2D97 (or 0xED2D97) is unknown color: approx Wild Strawberry. HEX triplet: ED, 2D and 97. RGB value is (237,45,151). Sum of RGB (Red+Green+Blue) = 237+45+151=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2D97 is #12D268. Grayscale: #727272. Windows color (decimal): -1233513 or 9907693. OLE color: 9907693.

HSL color Cylindrical-coordinate representation of color #ED2D97: hue angle of 326.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2D97 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB23745151-
CMYK00.810.360.07
HSL326.88º84.21%55.29%-
HSV(B)326.88º81.01%92.94%-
XYZ41.4522.1231.36-
YUV114.49148.61215.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.73%
GREEN value IS 45 (17.97% from 255) = 10.39%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=54.73%
G=10.39%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374515100.810.360.07326.8884.2155.29
HexED2D970512471475437
Octal35555227012144750712467
Binary1110110110110110010111010100011001001111010001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed2d97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed2d97; }

 p { color: rgb(237,45,151); }

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

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

 a { background-color: rgb(237,45,151); }

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

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

 span { border-color: rgb(237,45,151); }

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