Html Css Color HEX #ED526B Wild Watermelon

📋 copy color: '#ED526B'

red 237 ◦ green 82 ◦ blue 107

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

Shades of Wild Watermelon #ED526B

Tints of Wild Watermelon #ED526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 55.63%
G = 19.25%
B = 25.12%

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

#ED526B (or 0xED526B) is known color: Wild Watermelon. HEX triplet: ED, 52 and 6B. RGB value is (237,82,107). Sum of RGB (Red+Green+Blue) = 237+82+107=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED526B is #12AD94. Grayscale: #838383. Windows color (decimal): -1224085 or 7033581. OLE color: 7033581.

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

Color convert

RGB 237 82 107 -
CMYK 0 0.65 0.55 0.07
HSL 350.32º 0.81% 0.63% -
HSV(B) 350.32º 0.65% 0.93% -
XYZ 40.6 25.1 16.62 -
YUV 131.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 237 82 107 0 0.65 0.55 0.07 350.32 0.81 0.63
Hex ED 52 6B 0 41 37 7 15E 51 3F
Octal 355 122 153 0 101 67 7 536 121 77
Binary 11101101 1010010 1101011 0 1000001 110111 111 101011110 1010001 111111

Color Harmonies of #ED526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED526B

Black with #ED526B

Text Example


Text Example

White with #ED526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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