#ED546F

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

Shades of Wild Watermelon #ED546F

Tints of Wild Watermelon #ED546F

Color information

#ED546F (or 0xED546F) is unknown color: approx Wild Watermelon. HEX triplet: ED, 54 and 6F. RGB value is (237,84,111). Sum of RGB (Red+Green+Blue) = 237+84+111=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED546F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED546F is #12AB90. Grayscale: #848484. Windows color (decimal): -1223569 or 7296237. OLE color: 7296237.

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

Color convert

RGB23784111-
CMYK00.650.530.07
HSL349.41º80.95%62.94%-
HSV(B)349.41º64.56%92.94%-
XYZ40.9625.4917.8-
YUV132.82115.69202.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.86%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=54.86%
G=19.44%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378411100.650.530.07349.4180.9562.94
HexED546F04135715d513f
Octal355124157010165753512177
Binary1110110110101001101111010000011101011111010111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED546F; }

 p { color: rgb(237,84,111); }

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

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

 a { background-color: rgb(237,84,111); }

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

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

 span { border-color: rgb(237,84,111); }

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