Html Css Color HEX #ED5063 Wild Watermelon

📋 copy color: '#ED5063'

red 237 ◦ green 80 ◦ blue 99

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

Shades of Wild Watermelon #ED5063

Tints of Wild Watermelon #ED5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.23%

 BLUE value IS 99 (39.06% from 255) = 23.8%

R = 56.97%
G = 19.23%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED5063 (or 0xED5063) is known color: Wild Watermelon. HEX triplet: ED, 50 and 63. RGB value is (237,80,99). Sum of RGB (Red+Green+Blue) = 237+80+99=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5063 is #12AF9C. Grayscale: #818181. Windows color (decimal): -1224605 or 6508781. OLE color: 6508781.

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

Color convert

RGB 237 80 99 -
CMYK 0 0.66 0.58 0.07
HSL 352.74º 0.81% 0.62% -
HSV(B) 352.74º 0.66% 0.93% -
XYZ 40.05 24.64 14.45 -
YUV 129.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 237 80 99 0 0.66 0.58 0.07 352.74 0.81 0.62
Hex ED 50 63 0 42 3A 7 161 51 3E
Octal 355 120 143 0 102 72 7 541 121 76
Binary 11101101 1010000 1100011 0 1000010 111010 111 101100001 1010001 111110

Color Harmonies of #ED5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5063

Black with #ED5063

Text Example


Text Example

White with #ED5063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5063; }

 p { color: rgb(237,80,99); }

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

background-color css

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

 a { background-color: rgb(237,80,99); }

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

border-color css

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

 span { border-color: rgb(237,80,99); }

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