Html Css Color HEX #EF6072 Wild Watermelon

📋 copy color: '#EF6072'

red 239 ◦ green 96 ◦ blue 114

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

Shades of Wild Watermelon #EF6072

Tints of Wild Watermelon #EF6072

RGB

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

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

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

R = 53.23%
G = 21.38%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF6072 (or 0xEF6072) is known color: Wild Watermelon. HEX triplet: EF, 60 and 72. RGB value is (239,96,114). Sum of RGB (Red+Green+Blue) = 239+96+114=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6072 is #109F8D. Grayscale: #8C8C8C. Windows color (decimal): -1089422 or 7495919. OLE color: 7495919.

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

Color convert

RGB 239 96 114 -
CMYK 0 0.60 0.52 0.06
HSL 352.45º 0.82% 0.66% -
HSV(B) 352.45º 0.6% 0.94% -
XYZ 42.82 27.93 19.05 -
YUV 140.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 239 96 114 0 0.60 0.52 0.06 352.45 0.82 0.66
Hex EF 60 72 0 3C 34 6 160 52 42
Octal 357 140 162 0 74 64 6 540 122 102
Binary 11101111 1100000 1110010 0 111100 110100 110 101100000 1010010 1000010

Color Harmonies of #EF6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6072

Black with #EF6072

Text Example


Text Example

White with #EF6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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