Html Css Color HEX #EF5474 Wild Watermelon

📋 copy color: '#EF5474'

red 239 ◦ green 84 ◦ blue 116

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

Shades of Wild Watermelon #EF5474

Tints of Wild Watermelon #EF5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

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

R = 54.44%
G = 19.13%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF5474 (or 0xEF5474) is known color: Wild Watermelon. HEX triplet: EF, 54 and 74. RGB value is (239,84,116). Sum of RGB (Red+Green+Blue) = 239+84+116=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5474 is #10AB8B. Grayscale: #868686. Windows color (decimal): -1092492 or 7623919. OLE color: 7623919.

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

Color convert

RGB 239 84 116 -
CMYK 0 0.65 0.51 0.06
HSL 347.61º 0.83% 0.63% -
HSV(B) 347.61º 0.65% 0.94% -
XYZ 41.92 25.95 19.32 -
YUV 133.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 239 84 116 0 0.65 0.51 0.06 347.61 0.83 0.63
Hex EF 54 74 0 41 33 6 15C 53 3F
Octal 357 124 164 0 101 63 6 534 123 77
Binary 11101111 1010100 1110100 0 1000001 110011 110 101011100 1010011 111111

Color Harmonies of #EF5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5474

Black with #EF5474

Text Example


Text Example

White with #EF5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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