Html Css Color HEX #EF5560 Wild Watermelon

📋 copy color: '#EF5560'

red 239 ◦ green 85 ◦ blue 96

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

Shades of Wild Watermelon #EF5560

Tints of Wild Watermelon #EF5560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.86%

R = 56.9%
G = 20.24%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF5560 (or 0xEF5560) is known color: Wild Watermelon. HEX triplet: EF, 55 and 60. RGB value is (239,85,96). Sum of RGB (Red+Green+Blue) = 239+85+96=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5560 is #10AA9F. Grayscale: #848484. Windows color (decimal): -1092256 or 6313455. OLE color: 6313455.

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

Color convert

RGB 239 85 96 -
CMYK 0 0.64 0.60 0.06
HSL 355.71º 0.83% 0.64% -
HSV(B) 355.71º 0.64% 0.94% -
XYZ 40.96 25.69 13.87 -
YUV 132.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 239 85 96 0 0.64 0.60 0.06 355.71 0.83 0.64
Hex EF 55 60 0 40 3C 6 164 53 40
Octal 357 125 140 0 100 74 6 544 123 100
Binary 11101111 1010101 1100000 0 1000000 111100 110 101100100 1010011 1000000

Color Harmonies of #EF5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5560

Black with #EF5560

Text Example


Text Example

White with #EF5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5560; }

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

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

background-color css

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

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

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

border-color css

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

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

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