#ED2893

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

Shades of Wild Strawberry #ED2893

Tints of Wild Strawberry #ED2893

Color information

#ED2893 (or 0xED2893) is unknown color: approx Wild Strawberry. HEX triplet: ED, 28 and 93. RGB value is (237,40,147). Sum of RGB (Red+Green+Blue) = 237+40+147=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2893 is #12D76C. Grayscale: #6E6E6E. Windows color (decimal): -1234797 or 9644269. OLE color: 9644269.

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

Color convert

RGB23740147-
CMYK00.830.380.07
HSL327.41º84.55%54.31%-
HSV(B)327.41º83.12%92.94%-
XYZ40.9521.6329.62-
YUV111.1148.27217.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.90%
GREEN value IS 40 (16.02% from 255) = 9.43%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=55.90%
G=9.43%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374014700.830.380.07327.4184.5554.31
HexED28930532671475536
Octal35550223012346750712566
Binary1110110110100010010011010100111001101111010001111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2893; }

 p { color: rgb(237,40,147); }

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

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

 a { background-color: rgb(237,40,147); }

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

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

 span { border-color: rgb(237,40,147); }

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