Html Css Color HEX #ED546F Wild Watermelon

📋 copy color: '#ED546F'

red 237 ◦ green 84 ◦ blue 111

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

Shades of Wild Watermelon #ED546F

Tints of Wild Watermelon #ED546F

RGB

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

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED546F (or 0xED546F) is known color: 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

RGB 237 84 111 -
CMYK 0 0.65 0.53 0.07
HSL 349.41º 0.81% 0.63% -
HSV(B) 349.41º 0.65% 0.93% -
XYZ 40.96 25.49 17.8 -
YUV 132.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 237 84 111 0 0.65 0.53 0.07 349.41 0.81 0.63
Hex ED 54 6F 0 41 35 7 15D 51 3F
Octal 355 124 157 0 101 65 7 535 121 77
Binary 11101101 1010100 1101111 0 1000001 110101 111 101011101 1010001 111111

Color Harmonies of #ED546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED546F

Black with #ED546F

Text Example


Text Example

White with #ED546F

Text Example


Text Example

HTML Codes & Css Web 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>