Html Css Color HEX #ED516C Wild Watermelon

📋 copy color: '#ED516C'

red 237 ◦ green 81 ◦ blue 108

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

Shades of Wild Watermelon #ED516C

Tints of Wild Watermelon #ED516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

 BLUE value IS 108 (42.58% from 255) = 25.35%

R = 55.63%
G = 19.01%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED516C (or 0xED516C) is known color: Wild Watermelon. HEX triplet: ED, 51 and 6C. RGB value is (237,81,108). Sum of RGB (Red+Green+Blue) = 237+81+108=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED516C is #12AE93. Grayscale: #828282. Windows color (decimal): -1224340 or 7098861. OLE color: 7098861.

HSL color Cylindrical-coordinate representation of color #ED516C: hue angle of 349.62º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED516C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 108 -
CMYK 0 0.66 0.54 0.07
HSL 349.62º 0.81% 0.62% -
HSV(B) 349.62º 0.66% 0.93% -
XYZ 40.57 24.97 16.87 -
YUV 130.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 237 81 108 0 0.66 0.54 0.07 349.62 0.81 0.62
Hex ED 51 6C 0 42 36 7 15E 51 3E
Octal 355 121 154 0 102 66 7 536 121 76
Binary 11101101 1010001 1101100 0 1000010 110110 111 101011110 1010001 111110

Color Harmonies of #ED516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED516C

Black with #ED516C

Text Example


Text Example

White with #ED516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED516C; }

 p { color: rgb(237,81,108); }

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

background-color css

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

 a { background-color: rgb(237,81,108); }

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

border-color css

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

 span { border-color: rgb(237,81,108); }

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