Html Css Color HEX #ED516A Wild Watermelon

📋 copy color: '#ED516A'

red 237 ◦ green 81 ◦ blue 106

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

Shades of Wild Watermelon #ED516A

Tints of Wild Watermelon #ED516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 55.9%
G = 19.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED516A (or 0xED516A) is known color: Wild Watermelon. HEX triplet: ED, 51 and 6A. RGB value is (237,81,106). Sum of RGB (Red+Green+Blue) = 237+81+106=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED516A is #12AE95. Grayscale: #828282. Windows color (decimal): -1224342 or 6967789. OLE color: 6967789.

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

Color convert

RGB 237 81 106 -
CMYK 0 0.66 0.55 0.07
HSL 350.38º 0.81% 0.62% -
HSV(B) 350.38º 0.66% 0.93% -
XYZ 40.47 24.93 16.31 -
YUV 130.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 237 81 106 0 0.66 0.55 0.07 350.38 0.81 0.62
Hex ED 51 6A 0 42 37 7 15E 51 3E
Octal 355 121 152 0 102 67 7 536 121 76
Binary 11101101 1010001 1101010 0 1000010 110111 111 101011110 1010001 111110

Color Harmonies of #ED516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED516A

Black with #ED516A

Text Example


Text Example

White with #ED516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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