Html Css Color HEX #ED5967 Wild Watermelon

📋 copy color: '#ED5967'

red 237 ◦ green 89 ◦ blue 103

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

Shades of Wild Watermelon #ED5967

Tints of Wild Watermelon #ED5967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.75%

 BLUE value IS 103 (40.63% from 255) = 24.01%

R = 55.24%
G = 20.75%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED5967 (or 0xED5967) is known color: Wild Watermelon. HEX triplet: ED, 59 and 67. RGB value is (237,89,103). Sum of RGB (Red+Green+Blue) = 237+89+103=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5967 is #12A698. Grayscale: #868686. Windows color (decimal): -1222297 or 6773229. OLE color: 6773229.

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

Color convert

RGB 237 89 103 -
CMYK 0 0.62 0.57 0.07
HSL 354.32º 0.8% 0.64% -
HSV(B) 354.32º 0.62% 0.93% -
XYZ 40.95 26.13 15.72 -
YUV 134.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 237 89 103 0 0.62 0.57 0.07 354.32 0.8 0.64
Hex ED 59 67 0 3E 39 7 162 50 40
Octal 355 131 147 0 76 71 7 542 120 100
Binary 11101101 1011001 1100111 0 111110 111001 111 101100010 1010000 1000000

Color Harmonies of #ED5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5967

Black with #ED5967

Text Example


Text Example

White with #ED5967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5967; }

 p { color: rgb(237,89,103); }

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

background-color css

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

 a { background-color: rgb(237,89,103); }

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

border-color css

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

 span { border-color: rgb(237,89,103); }

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