Html Css Color HEX #ED545F Wild Watermelon

📋 copy color: '#ED545F'

red 237 ◦ green 84 ◦ blue 95

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

Shades of Wild Watermelon #ED545F

Tints of Wild Watermelon #ED545F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 56.97%
G = 20.19%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED545F (or 0xED545F) is known color: Wild Watermelon. HEX triplet: ED, 54 and 5F. RGB value is (237,84,95). Sum of RGB (Red+Green+Blue) = 237+84+95=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED545F is #12ABA0. Grayscale: #838383. Windows color (decimal): -1223585 or 6247661. OLE color: 6247661.

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

Color convert

RGB 237 84 95 -
CMYK 0 0.65 0.60 0.07
HSL 355.69º 0.81% 0.63% -
HSV(B) 355.69º 0.65% 0.93% -
XYZ 40.16 25.17 13.57 -
YUV 131 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 237 84 95 0 0.65 0.60 0.07 355.69 0.81 0.63
Hex ED 54 5F 0 41 3C 7 164 51 3F
Octal 355 124 137 0 101 74 7 544 121 77
Binary 11101101 1010100 1011111 0 1000001 111100 111 101100100 1010001 111111

Color Harmonies of #ED545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED545F

Black with #ED545F

Text Example


Text Example

White with #ED545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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