Html Css Color HEX #ED546C Wild Watermelon

📋 copy color: '#ED546C'

red 237 ◦ green 84 ◦ blue 108

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

Shades of Wild Watermelon #ED546C

Tints of Wild Watermelon #ED546C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 55.24%
G = 19.58%
B = 25.17%

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

#ED546C (or 0xED546C) is known color: Wild Watermelon. HEX triplet: ED, 54 and 6C. RGB value is (237,84,108). Sum of RGB (Red+Green+Blue) = 237+84+108=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED546C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED546C is #12AB93. Grayscale: #848484. Windows color (decimal): -1223572 or 7099629. OLE color: 7099629.

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

Color convert

RGB 237 84 108 -
CMYK 0 0.65 0.54 0.07
HSL 350.59º 0.81% 0.63% -
HSV(B) 350.59º 0.65% 0.93% -
XYZ 40.8 25.43 16.94 -
YUV 132.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 237 84 108 0 0.65 0.54 0.07 350.59 0.81 0.63
Hex ED 54 6C 0 41 36 7 15F 51 3F
Octal 355 124 154 0 101 66 7 537 121 77
Binary 11101101 1010100 1101100 0 1000001 110110 111 101011111 1010001 111111

Color Harmonies of #ED546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED546C

Black with #ED546C

Text Example


Text Example

White with #ED546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED546C; }

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

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

background-color css

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

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

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

border-color css

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

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

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