Html Css Color HEX #ED536B Wild Watermelon

📋 copy color: '#ED536B'

red 237 ◦ green 83 ◦ blue 107

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

Shades of Wild Watermelon #ED536B

Tints of Wild Watermelon #ED536B

RGB

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

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

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

R = 55.5%
G = 19.44%
B = 25.06%

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

#ED536B (or 0xED536B) is known color: Wild Watermelon. HEX triplet: ED, 53 and 6B. RGB value is (237,83,107). Sum of RGB (Red+Green+Blue) = 237+83+107=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED536B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED536B is #12AC94. Grayscale: #838383. Windows color (decimal): -1223829 or 7033837. OLE color: 7033837.

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

Color convert

RGB 237 83 107 -
CMYK 0 0.65 0.55 0.07
HSL 350.65º 0.81% 0.63% -
HSV(B) 350.65º 0.65% 0.93% -
XYZ 40.67 25.25 16.64 -
YUV 131.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 237 83 107 0 0.65 0.55 0.07 350.65 0.81 0.63
Hex ED 53 6B 0 41 37 7 15F 51 3F
Octal 355 123 153 0 101 67 7 537 121 77
Binary 11101101 1010011 1101011 0 1000001 110111 111 101011111 1010001 111111

Color Harmonies of #ED536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED536B

Black with #ED536B

Text Example


Text Example

White with #ED536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED536B; }

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

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

background-color css

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

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

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

border-color css

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

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

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