Html Css Color HEX #ED526D Wild Watermelon

📋 copy color: '#ED526D'

red 237 ◦ green 82 ◦ blue 109

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

Shades of Wild Watermelon #ED526D

Tints of Wild Watermelon #ED526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

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

R = 55.37%
G = 19.16%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED526D (or 0xED526D) is known color: Wild Watermelon. HEX triplet: ED, 52 and 6D. RGB value is (237,82,109). Sum of RGB (Red+Green+Blue) = 237+82+109=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED526D is #12AD92. Grayscale: #838383. Windows color (decimal): -1224083 or 7164653. OLE color: 7164653.

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

Color convert

RGB 237 82 109 -
CMYK 0 0.65 0.54 0.07
HSL 349.55º 0.81% 0.63% -
HSV(B) 349.55º 0.65% 0.93% -
XYZ 40.7 25.14 17.18 -
YUV 131.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 237 82 109 0 0.65 0.54 0.07 349.55 0.81 0.63
Hex ED 52 6D 0 41 36 7 15E 51 3F
Octal 355 122 155 0 101 66 7 536 121 77
Binary 11101101 1010010 1101101 0 1000001 110110 111 101011110 1010001 111111

Color Harmonies of #ED526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED526D

Black with #ED526D

Text Example


Text Example

White with #ED526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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