Html Css Color HEX #EF5962 Wild Watermelon

📋 copy color: '#EF5962'

red 239 ◦ green 89 ◦ blue 98

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

Shades of Wild Watermelon #EF5962

Tints of Wild Watermelon #EF5962

RGB

 RED value IS 239 (93.75% from 255) = 56.1%

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

 BLUE value IS 98 (38.67% from 255) = 23%

R = 56.1%
G = 20.89%
B = 23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF5962 (or 0xEF5962) is known color: Wild Watermelon. HEX triplet: EF, 59 and 62. RGB value is (239,89,98). Sum of RGB (Red+Green+Blue) = 239+89+98=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5962 is #10A69D. Grayscale: #868686. Windows color (decimal): -1091230 or 6445551. OLE color: 6445551.

HSL color Cylindrical-coordinate representation of color #EF5962: hue angle of 356.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5962 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 98 -
CMYK 0 0.63 0.59 0.06
HSL 356.4º 0.82% 0.64% -
HSV(B) 356.4º 0.63% 0.94% -
XYZ 41.37 26.38 14.47 -
YUV 134.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 239 89 98 0 0.63 0.59 0.06 356.4 0.82 0.64
Hex EF 59 62 0 3F 3B 6 164 52 40
Octal 357 131 142 0 77 73 6 544 122 100
Binary 11101111 1011001 1100010 0 111111 111011 110 101100100 1010010 1000000

Color Harmonies of #EF5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5962

Black with #EF5962

Text Example


Text Example

White with #EF5962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5962; }

 p { color: rgb(239,89,98); }

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

background-color css

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

 a { background-color: rgb(239,89,98); }

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

border-color css

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

 span { border-color: rgb(239,89,98); }

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