Html Css Color HEX #EF5F77 Wild Watermelon

📋 copy color: '#EF5F77'

red 239 ◦ green 95 ◦ blue 119

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

Shades of Wild Watermelon #EF5F77

Tints of Wild Watermelon #EF5F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.97%

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 52.76%
G = 20.97%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF5F77 (or 0xEF5F77) is known color: Wild Watermelon. HEX triplet: EF, 5F and 77. RGB value is (239,95,119). Sum of RGB (Red+Green+Blue) = 239+95+119=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5F77 is #10A088. Grayscale: #8C8C8C. Windows color (decimal): -1089673 or 7823343. OLE color: 7823343.

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

Color convert

RGB 239 95 119 -
CMYK 0 0.60 0.50 0.06
HSL 350º 0.82% 0.65% -
HSV(B) 350º 0.6% 0.94% -
XYZ 43.02 27.87 20.56 -
YUV 140.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 239 95 119 0 0.60 0.50 0.06 350 0.82 0.65
Hex EF 5F 77 0 3C 32 6 15E 52 41
Octal 357 137 167 0 74 62 6 536 122 101
Binary 11101111 1011111 1110111 0 111100 110010 110 101011110 1010010 1000001

Color Harmonies of #EF5F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F77

Black with #EF5F77

Text Example


Text Example

White with #EF5F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F77; }

 p { color: rgb(239,95,119); }

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

background-color css

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

 a { background-color: rgb(239,95,119); }

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

border-color css

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

 span { border-color: rgb(239,95,119); }

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