Html Css Color HEX #ED5B76 Wild Watermelon

📋 copy color: '#ED5B76'

red 237 ◦ green 91 ◦ blue 118

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

Shades of Wild Watermelon #ED5B76

Tints of Wild Watermelon #ED5B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

 BLUE value IS 118 (46.48% from 255) = 26.46%

R = 53.14%
G = 20.4%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED5B76 (or 0xED5B76) is known color: Wild Watermelon. HEX triplet: ED, 5B and 76. RGB value is (237,91,118). Sum of RGB (Red+Green+Blue) = 237+91+118=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5B76 is #12A489. Grayscale: #898989. Windows color (decimal): -1221770 or 7756781. OLE color: 7756781.

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

Color convert

RGB 237 91 118 -
CMYK 0 0.62 0.50 0.07
HSL 348.9º 0.8% 0.64% -
HSV(B) 348.9º 0.62% 0.93% -
XYZ 41.94 26.79 20.1 -
YUV 137.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 237 91 118 0 0.62 0.50 0.07 348.9 0.8 0.64
Hex ED 5B 76 0 3E 32 7 15D 50 40
Octal 355 133 166 0 76 62 7 535 120 100
Binary 11101101 1011011 1110110 0 111110 110010 111 101011101 1010000 1000000

Color Harmonies of #ED5B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5B76

Black with #ED5B76

Text Example


Text Example

White with #ED5B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5B76; }

 p { color: rgb(237,91,118); }

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

background-color css

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

 a { background-color: rgb(237,91,118); }

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

border-color css

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

 span { border-color: rgb(237,91,118); }

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