Html Css Color HEX #ED5265 Wild Watermelon

📋 copy color: '#ED5265'

red 237 ◦ green 82 ◦ blue 101

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

Shades of Wild Watermelon #ED5265

Tints of Wild Watermelon #ED5265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 56.43%
G = 19.52%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED5265 (or 0xED5265) is known color: Wild Watermelon. HEX triplet: ED, 52 and 65. RGB value is (237,82,101). Sum of RGB (Red+Green+Blue) = 237+82+101=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5265 is #12AD9A. Grayscale: #828282. Windows color (decimal): -1224091 or 6640365. OLE color: 6640365.

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

Color convert

RGB 237 82 101 -
CMYK 0 0.65 0.57 0.07
HSL 352.65º 0.81% 0.63% -
HSV(B) 352.65º 0.65% 0.93% -
XYZ 40.29 24.98 15.01 -
YUV 130.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 237 82 101 0 0.65 0.57 0.07 352.65 0.81 0.63
Hex ED 52 65 0 41 39 7 161 51 3F
Octal 355 122 145 0 101 71 7 541 121 77
Binary 11101101 1010010 1100101 0 1000001 111001 111 101100001 1010001 111111

Color Harmonies of #ED5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5265

Black with #ED5265

Text Example


Text Example

White with #ED5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5265; }

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

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

background-color css

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

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

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

border-color css

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

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

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