#ED516E

Color #ED516E Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #ED516E

Tints of Wild Watermelon #ED516E

Color information

#ED516E (or 0xED516E) is unknown color: approx Wild Watermelon. HEX triplet: ED, 51 and 6E. RGB value is (237,81,110). Sum of RGB (Red+Green+Blue) = 237+81+110=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED516E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED516E is #12AE91. Grayscale: #828282. Windows color (decimal): -1224338 or 7229933. OLE color: 7229933.

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

Color convert

RGB23781110-
CMYK00.660.540.07
HSL348.85º81.25%62.35%-
HSV(B)348.85º65.82%92.94%-
XYZ40.6825.0217.44-
YUV130.95116.18203.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.37%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=55.37%
G=18.93%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378111000.660.540.07348.8581.2562.35
HexED516E04236715d513e
Octal355121156010266753512176
Binary1110110110100011101110010000101101101111010111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED516E; }

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

 H1.HeaderClassName
 {
   color: #ED516E;
 }
 .AnyTagClassName
 {
   color: #ED516E;
 }
</style>
background-color css

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

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

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

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

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

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