Html Css Color HEX #ED546A Wild Watermelon

📋 copy color: '#ED546A'

red 237 ◦ green 84 ◦ blue 106

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

Shades of Wild Watermelon #ED546A

Tints of Wild Watermelon #ED546A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 55.5%
G = 19.67%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED546A (or 0xED546A) is known color: Wild Watermelon. HEX triplet: ED, 54 and 6A. RGB value is (237,84,106). Sum of RGB (Red+Green+Blue) = 237+84+106=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED546A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED546A is #12AB95. Grayscale: #848484. Windows color (decimal): -1223574 or 6968557. OLE color: 6968557.

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

Color convert

RGB 237 84 106 -
CMYK 0 0.65 0.55 0.07
HSL 351.37º 0.81% 0.63% -
HSV(B) 351.37º 0.65% 0.93% -
XYZ 40.7 25.39 16.39 -
YUV 132.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 237 84 106 0 0.65 0.55 0.07 351.37 0.81 0.63
Hex ED 54 6A 0 41 37 7 15F 51 3F
Octal 355 124 152 0 101 67 7 537 121 77
Binary 11101101 1010100 1101010 0 1000001 110111 111 101011111 1010001 111111

Color Harmonies of #ED546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED546A

Black with #ED546A

Text Example


Text Example

White with #ED546A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED546A; }

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

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

background-color css

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

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

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

border-color css

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

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

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