Html Css Color HEX #ED526E Wild Watermelon

📋 copy color: '#ED526E'

red 237 ◦ green 82 ◦ blue 110

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

Shades of Wild Watermelon #ED526E

Tints of Wild Watermelon #ED526E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 55.24%
G = 19.11%
B = 25.64%

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

#ED526E (or 0xED526E) is known color: Wild Watermelon. HEX triplet: ED, 52 and 6E. RGB value is (237,82,110). Sum of RGB (Red+Green+Blue) = 237+82+110=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED526E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED526E is #12AD91. Grayscale: #838383. Windows color (decimal): -1224082 or 7230189. OLE color: 7230189.

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

Color convert

RGB 237 82 110 -
CMYK 0 0.65 0.54 0.07
HSL 349.16º 0.81% 0.63% -
HSV(B) 349.16º 0.65% 0.93% -
XYZ 40.76 25.16 17.46 -
YUV 131.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 237 82 110 0 0.65 0.54 0.07 349.16 0.81 0.63
Hex ED 52 6E 0 41 36 7 15D 51 3F
Octal 355 122 156 0 101 66 7 535 121 77
Binary 11101101 1010010 1101110 0 1000001 110110 111 101011101 1010001 111111

Color Harmonies of #ED526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED526E

Black with #ED526E

Text Example


Text Example

White with #ED526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED526E; }

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

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

background-color css

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

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

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

border-color css

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

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

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