Html Css Color HEX #ED526A Wild Watermelon

📋 copy color: '#ED526A'

red 237 ◦ green 82 ◦ blue 106

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

Shades of Wild Watermelon #ED526A

Tints of Wild Watermelon #ED526A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 55.76%
G = 19.29%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED526A (or 0xED526A) is known color: Wild Watermelon. HEX triplet: ED, 52 and 6A. RGB value is (237,82,106). Sum of RGB (Red+Green+Blue) = 237+82+106=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED526A is #12AD95. Grayscale: #838383. Windows color (decimal): -1224086 or 6968045. OLE color: 6968045.

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

Color convert

RGB 237 82 106 -
CMYK 0 0.65 0.55 0.07
HSL 350.71º 0.81% 0.63% -
HSV(B) 350.71º 0.65% 0.93% -
XYZ 40.54 25.08 16.34 -
YUV 131.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 237 82 106 0 0.65 0.55 0.07 350.71 0.81 0.63
Hex ED 52 6A 0 41 37 7 15F 51 3F
Octal 355 122 152 0 101 67 7 537 121 77
Binary 11101101 1010010 1101010 0 1000001 110111 111 101011111 1010001 111111

Color Harmonies of #ED526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED526A

Black with #ED526A

Text Example


Text Example

White with #ED526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED526A; }

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

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

background-color css

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

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

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

border-color css

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

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

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