Html Css Color HEX #EF5A79 Wild Watermelon

📋 copy color: '#EF5A79'

red 239 ◦ green 90 ◦ blue 121

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

Shades of Wild Watermelon #EF5A79

Tints of Wild Watermelon #EF5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20%

 BLUE value IS 121 (47.66% from 255) = 26.89%

R = 53.11%
G = 20%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF5A79 (or 0xEF5A79) is known color: Wild Watermelon. HEX triplet: EF, 5A and 79. RGB value is (239,90,121). Sum of RGB (Red+Green+Blue) = 239+90+121=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A79 is #10A586. Grayscale: #8A8A8A. Windows color (decimal): -1090951 or 7953135. OLE color: 7953135.

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

Color convert

RGB 239 90 121 -
CMYK 0 0.62 0.49 0.06
HSL 347.52º 0.82% 0.65% -
HSV(B) 347.52º 0.62% 0.94% -
XYZ 42.7 27.04 21.06 -
YUV 138.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 239 90 121 0 0.62 0.49 0.06 347.52 0.82 0.65
Hex EF 5A 79 0 3E 31 6 15C 52 41
Octal 357 132 171 0 76 61 6 534 122 101
Binary 11101111 1011010 1111001 0 111110 110001 110 101011100 1010010 1000001

Color Harmonies of #EF5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A79

Black with #EF5A79

Text Example


Text Example

White with #EF5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A79; }

 p { color: rgb(239,90,121); }

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

background-color css

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

 a { background-color: rgb(239,90,121); }

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

border-color css

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

 span { border-color: rgb(239,90,121); }

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