Html Css Color HEX #ED546D Wild Watermelon

📋 copy color: '#ED546D'

red 237 ◦ green 84 ◦ blue 109

#ED546D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #ED546D

Tints of Wild Watermelon #ED546D

RGB

 RED value IS 237 (92.97% from 255) = 55.12%

 GREEN value IS 84 (33.2% from 255) = 19.53%

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 55.12%
G = 19.53%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED546D (or 0xED546D) is known color: Wild Watermelon. HEX triplet: ED, 54 and 6D. RGB value is (237,84,109). Sum of RGB (Red+Green+Blue) = 237+84+109=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED546D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED546D is #12AB92. Grayscale: #848484. Windows color (decimal): -1223571 or 7165165. OLE color: 7165165.

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

Color convert

RGB 237 84 109 -
CMYK 0 0.65 0.54 0.07
HSL 350.2º 0.81% 0.63% -
HSV(B) 350.2º 0.65% 0.93% -
XYZ 40.86 25.45 17.23 -
YUV 132.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 237 84 109 0 0.65 0.54 0.07 350.2 0.81 0.63
Hex ED 54 6D 0 41 36 7 15E 51 3F
Octal 355 124 155 0 101 66 7 536 121 77
Binary 11101101 1010100 1101101 0 1000001 110110 111 101011110 1010001 111111

Color Harmonies of #ED546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED546D

Black with #ED546D

Text Example


Text Example

White with #ED546D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED546D; }

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

 H1.HeaderClassName
 {
   color: #ED546D;
 }
 .AnyTagClassName
 {
   color: #ED546D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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