Html Css Color HEX #ED506D Wild Watermelon

📋 copy color: '#ED506D'

red 237 ◦ green 80 ◦ blue 109

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

Shades of Wild Watermelon #ED506D

Tints of Wild Watermelon #ED506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 55.63%
G = 18.78%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED506D (or 0xED506D) is known color: Wild Watermelon. HEX triplet: ED, 50 and 6D. RGB value is (237,80,109). Sum of RGB (Red+Green+Blue) = 237+80+109=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED506D is #12AF92. Grayscale: #828282. Windows color (decimal): -1224595 or 7164141. OLE color: 7164141.

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

Color convert

RGB 237 80 109 -
CMYK 0 0.66 0.54 0.07
HSL 348.92º 0.81% 0.62% -
HSV(B) 348.92º 0.66% 0.93% -
XYZ 40.55 24.85 17.13 -
YUV 130.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 237 80 109 0 0.66 0.54 0.07 348.92 0.81 0.62
Hex ED 50 6D 0 42 36 7 15D 51 3E
Octal 355 120 155 0 102 66 7 535 121 76
Binary 11101101 1010000 1101101 0 1000010 110110 111 101011101 1010001 111110

Color Harmonies of #ED506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED506D

Black with #ED506D

Text Example


Text Example

White with #ED506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED506D; }

 p { color: rgb(237,80,109); }

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

background-color css

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

 a { background-color: rgb(237,80,109); }

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

border-color css

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

 span { border-color: rgb(237,80,109); }

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