Html Css Color HEX #ED5069 Wild Watermelon

📋 copy color: '#ED5069'

red 237 ◦ green 80 ◦ blue 105

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

Shades of Wild Watermelon #ED5069

Tints of Wild Watermelon #ED5069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 56.16%
G = 18.96%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED5069 (or 0xED5069) is known color: Wild Watermelon. HEX triplet: ED, 50 and 69. RGB value is (237,80,105). Sum of RGB (Red+Green+Blue) = 237+80+105=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5069 is #12AF96. Grayscale: #818181. Windows color (decimal): -1224599 or 6901997. OLE color: 6901997.

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

Color convert

RGB 237 80 105 -
CMYK 0 0.66 0.56 0.07
HSL 350.45º 0.81% 0.62% -
HSV(B) 350.45º 0.66% 0.93% -
XYZ 40.34 24.76 16.02 -
YUV 129.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 237 80 105 0 0.66 0.56 0.07 350.45 0.81 0.62
Hex ED 50 69 0 42 38 7 15E 51 3E
Octal 355 120 151 0 102 70 7 536 121 76
Binary 11101101 1010000 1101001 0 1000010 111000 111 101011110 1010001 111110

Color Harmonies of #ED5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5069

Black with #ED5069

Text Example


Text Example

White with #ED5069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5069; }

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

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

background-color css

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

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

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

border-color css

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

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

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