#ED2892

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

Shades of Wild Strawberry #ED2892

Tints of Wild Strawberry #ED2892

Color information

#ED2892 (or 0xED2892) is unknown color: approx Wild Strawberry. HEX triplet: ED, 28 and 92. RGB value is (237,40,146). Sum of RGB (Red+Green+Blue) = 237+40+146=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2892 is #12D76D. Grayscale: #6E6E6E. Windows color (decimal): -1234798 or 9578733. OLE color: 9578733.

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

Color convert

RGB23740146-
CMYK00.830.380.07
HSL327.72º84.55%54.31%-
HSV(B)327.72º83.12%92.94%-
XYZ40.8721.629.21-
YUV110.99147.77217.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.03%
GREEN value IS 40 (16.02% from 255) = 9.46%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=56.03%
G=9.46%
B=34.52%

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
Decimal2374014600.830.380.07327.7284.5554.31
HexED28920532671485536
Octal35550222012346751012566
Binary1110110110100010010010010100111001101111010010001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2892; }

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

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

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

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

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

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

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

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