Html Css Color HEX #EF5964 Wild Watermelon

📋 copy color: '#EF5964'

red 239 ◦ green 89 ◦ blue 100

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

Shades of Wild Watermelon #EF5964

Tints of Wild Watermelon #EF5964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.36%

R = 55.84%
G = 20.79%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF5964 (or 0xEF5964) is known color: Wild Watermelon. HEX triplet: EF, 59 and 64. RGB value is (239,89,100). Sum of RGB (Red+Green+Blue) = 239+89+100=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5964 is #10A69B. Grayscale: #878787. Windows color (decimal): -1091228 or 6576623. OLE color: 6576623.

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

Color convert

RGB 239 89 100 -
CMYK 0 0.63 0.58 0.06
HSL 355.6º 0.82% 0.64% -
HSV(B) 355.6º 0.63% 0.94% -
XYZ 41.47 26.42 14.97 -
YUV 135.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 239 89 100 0 0.63 0.58 0.06 355.6 0.82 0.64
Hex EF 59 64 0 3F 3A 6 164 52 40
Octal 357 131 144 0 77 72 6 544 122 100
Binary 11101111 1011001 1100100 0 111111 111010 110 101100100 1010010 1000000

Color Harmonies of #EF5964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5964

Black with #EF5964

Text Example


Text Example

White with #EF5964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5964; }

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

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

background-color css

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

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

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

border-color css

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

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

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