Html Css Color HEX #ED565F Wild Watermelon

📋 copy color: '#ED565F'

red 237 ◦ green 86 ◦ blue 95

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

Shades of Wild Watermelon #ED565F

Tints of Wild Watermelon #ED565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

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

R = 56.7%
G = 20.57%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED565F (or 0xED565F) is known color: Wild Watermelon. HEX triplet: ED, 56 and 5F. RGB value is (237,86,95). Sum of RGB (Red+Green+Blue) = 237+86+95=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED565F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED565F is #12A9A0. Grayscale: #848484. Windows color (decimal): -1223073 or 6248173. OLE color: 6248173.

HSL color Cylindrical-coordinate representation of color #ED565F: hue angle of 356.42º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED565F is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 86 95 -
CMYK 0 0.64 0.60 0.07
HSL 356.42º 0.81% 0.63% -
HSV(B) 356.42º 0.64% 0.93% -
XYZ 40.32 25.49 13.62 -
YUV 132.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 237 86 95 0 0.64 0.60 0.07 356.42 0.81 0.63
Hex ED 56 5F 0 40 3C 7 164 51 3F
Octal 355 126 137 0 100 74 7 544 121 77
Binary 11101101 1010110 1011111 0 1000000 111100 111 101100100 1010001 111111

Color Harmonies of #ED565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED565F

Black with #ED565F

Text Example


Text Example

White with #ED565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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