Html Css Color HEX #EF6074 Wild Watermelon

📋 copy color: '#EF6074'

red 239 ◦ green 96 ◦ blue 116

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

Shades of Wild Watermelon #EF6074

Tints of Wild Watermelon #EF6074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 52.99%
G = 21.29%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF6074 (or 0xEF6074) is known color: Wild Watermelon. HEX triplet: EF, 60 and 74. RGB value is (239,96,116). Sum of RGB (Red+Green+Blue) = 239+96+116=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6074 is #109F8B. Grayscale: #8D8D8D. Windows color (decimal): -1089420 or 7626991. OLE color: 7626991.

HSL color Cylindrical-coordinate representation of color #EF6074: hue angle of 351.61º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6074 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 116 -
CMYK 0 0.60 0.51 0.06
HSL 351.61º 0.82% 0.66% -
HSV(B) 351.61º 0.6% 0.94% -
XYZ 42.93 27.98 19.66 -
YUV 141.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 239 96 116 0 0.60 0.51 0.06 351.61 0.82 0.66
Hex EF 60 74 0 3C 33 6 160 52 42
Octal 357 140 164 0 74 63 6 540 122 102
Binary 11101111 1100000 1110100 0 111100 110011 110 101100000 1010010 1000010

Color Harmonies of #EF6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6074

Black with #EF6074

Text Example


Text Example

White with #EF6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6074; }

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

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

background-color css

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

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

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

border-color css

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

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

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