Html Css Color HEX #EF5564 Wild Watermelon

📋 copy color: '#EF5564'

red 239 ◦ green 85 ◦ blue 100

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

Shades of Wild Watermelon #EF5564

Tints of Wild Watermelon #EF5564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.05%

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

R = 56.37%
G = 20.05%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF5564 (or 0xEF5564) is known color: Wild Watermelon. HEX triplet: EF, 55 and 64. RGB value is (239,85,100). Sum of RGB (Red+Green+Blue) = 239+85+100=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5564 is #10AA9B. Grayscale: #848484. Windows color (decimal): -1092252 or 6575599. OLE color: 6575599.

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

Color convert

RGB 239 85 100 -
CMYK 0 0.64 0.58 0.06
HSL 354.16º 0.83% 0.64% -
HSV(B) 354.16º 0.64% 0.94% -
XYZ 41.15 25.77 14.86 -
YUV 132.76 109.52 203.78 -
System Red Green Blue C M Y K H S L
Decimal 239 85 100 0 0.64 0.58 0.06 354.16 0.83 0.64
Hex EF 55 64 0 40 3A 6 162 53 40
Octal 357 125 144 0 100 72 6 542 123 100
Binary 11101111 1010101 1100100 0 1000000 111010 110 101100010 1010011 1000000

Color Harmonies of #EF5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5564

Black with #EF5564

Text Example


Text Example

White with #EF5564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5564; }

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

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

background-color css

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

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

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

border-color css

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

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

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