Html Css Color HEX #EF5063 Wild Watermelon

📋 copy color: '#EF5063'

red 239 ◦ green 80 ◦ blue 99

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

Shades of Wild Watermelon #EF5063

Tints of Wild Watermelon #EF5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 57.18%
G = 19.14%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF5063 (or 0xEF5063) is known color: Wild Watermelon. HEX triplet: EF, 50 and 63. RGB value is (239,80,99). Sum of RGB (Red+Green+Blue) = 239+80+99=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5063 is #10AF9C. Grayscale: #818181. Windows color (decimal): -1093533 or 6508783. OLE color: 6508783.

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

Color convert

RGB 239 80 99 -
CMYK 0 0.67 0.59 0.06
HSL 352.83º 0.83% 0.63% -
HSV(B) 352.83º 0.67% 0.94% -
XYZ 40.72 24.99 14.48 -
YUV 129.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 239 80 99 0 0.67 0.59 0.06 352.83 0.83 0.63
Hex EF 50 63 0 43 3B 6 161 53 3F
Octal 357 120 143 0 103 73 6 541 123 77
Binary 11101111 1010000 1100011 0 1000011 111011 110 101100001 1010011 111111

Color Harmonies of #EF5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5063

Black with #EF5063

Text Example


Text Example

White with #EF5063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5063; }

 p { color: rgb(239,80,99); }

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

background-color css

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

 a { background-color: rgb(239,80,99); }

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

border-color css

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

 span { border-color: rgb(239,80,99); }

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