Html Css Color HEX #ED5864 Wild Watermelon

📋 copy color: '#ED5864'

red 237 ◦ green 88 ◦ blue 100

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

Shades of Wild Watermelon #ED5864

Tints of Wild Watermelon #ED5864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.71%

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 55.76%
G = 20.71%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED5864 (or 0xED5864) is known color: Wild Watermelon. HEX triplet: ED, 58 and 64. RGB value is (237,88,100). Sum of RGB (Red+Green+Blue) = 237+88+100=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5864 is #12A79B. Grayscale: #868686. Windows color (decimal): -1222556 or 6576365. OLE color: 6576365.

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

Color convert

RGB 237 88 100 -
CMYK 0 0.63 0.58 0.07
HSL 355.17º 0.81% 0.64% -
HSV(B) 355.17º 0.63% 0.93% -
XYZ 40.72 25.9 14.91 -
YUV 133.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 237 88 100 0 0.63 0.58 0.07 355.17 0.81 0.64
Hex ED 58 64 0 3F 3A 7 163 51 40
Octal 355 130 144 0 77 72 7 543 121 100
Binary 11101101 1011000 1100100 0 111111 111010 111 101100011 1010001 1000000

Color Harmonies of #ED5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5864

Black with #ED5864

Text Example


Text Example

White with #ED5864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5864; }

 p { color: rgb(237,88,100); }

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

background-color css

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

 a { background-color: rgb(237,88,100); }

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

border-color css

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

 span { border-color: rgb(237,88,100); }

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