Html Css Color HEX #EF5972 Wild Watermelon

📋 copy color: '#EF5972'

red 239 ◦ green 89 ◦ blue 114

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

Shades of Wild Watermelon #EF5972

Tints of Wild Watermelon #EF5972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.14%

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 54.07%
G = 20.14%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF5972 (or 0xEF5972) is known color: Wild Watermelon. HEX triplet: EF, 59 and 72. RGB value is (239,89,114). Sum of RGB (Red+Green+Blue) = 239+89+114=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5972 is #10A68D. Grayscale: #888888. Windows color (decimal): -1091214 or 7494127. OLE color: 7494127.

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

Color convert

RGB 239 89 114 -
CMYK 0 0.63 0.52 0.06
HSL 350º 0.82% 0.64% -
HSV(B) 350º 0.63% 0.94% -
XYZ 42.21 26.71 18.85 -
YUV 136.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 239 89 114 0 0.63 0.52 0.06 350 0.82 0.64
Hex EF 59 72 0 3F 34 6 15E 52 40
Octal 357 131 162 0 77 64 6 536 122 100
Binary 11101111 1011001 1110010 0 111111 110100 110 101011110 1010010 1000000

Color Harmonies of #EF5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5972

Black with #EF5972

Text Example


Text Example

White with #EF5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5972; }

 p { color: rgb(239,89,114); }

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

background-color css

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

 a { background-color: rgb(239,89,114); }

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

border-color css

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

 span { border-color: rgb(239,89,114); }

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