Html Css Color HEX #ED536D Wild Watermelon

📋 copy color: '#ED536D'

red 237 ◦ green 83 ◦ blue 109

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

Shades of Wild Watermelon #ED536D

Tints of Wild Watermelon #ED536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

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

R = 55.24%
G = 19.35%
B = 25.41%

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

#ED536D (or 0xED536D) is known color: Wild Watermelon. HEX triplet: ED, 53 and 6D. RGB value is (237,83,109). Sum of RGB (Red+Green+Blue) = 237+83+109=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED536D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED536D is #12AC92. Grayscale: #848484. Windows color (decimal): -1223827 or 7164909. OLE color: 7164909.

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

Color convert

RGB 237 83 109 -
CMYK 0 0.65 0.54 0.07
HSL 349.87º 0.81% 0.63% -
HSV(B) 349.87º 0.65% 0.93% -
XYZ 40.78 25.3 17.2 -
YUV 132.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 237 83 109 0 0.65 0.54 0.07 349.87 0.81 0.63
Hex ED 53 6D 0 41 36 7 15E 51 3F
Octal 355 123 155 0 101 66 7 536 121 77
Binary 11101101 1010011 1101101 0 1000001 110110 111 101011110 1010001 111111

Color Harmonies of #ED536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED536D

Black with #ED536D

Text Example


Text Example

White with #ED536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED536D; }

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

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

background-color css

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

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

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

border-color css

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

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

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