Html Css Color HEX #EF717C Froly

📋 copy color: '#EF717C'

red 239 ◦ green 113 ◦ blue 124

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

Shades of Froly #EF717C

Tints of Froly #EF717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.74%

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 50.21%
G = 23.74%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF717C (or 0xEF717C) is known color: Froly. HEX triplet: EF, 71 and 7C. RGB value is (239,113,124). Sum of RGB (Red+Green+Blue) = 239+113+124=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF717C is #108E83. Grayscale: #989898. Windows color (decimal): -1085060 or 8155631. OLE color: 8155631.

HSL color Cylindrical-coordinate representation of color #EF717C: hue angle of 354.76º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF717C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 113 124 -
CMYK 0 0.53 0.48 0.06
HSL 354.76º 0.8% 0.69% -
HSV(B) 354.76º 0.53% 0.94% -
XYZ 45.14 31.62 22.79 -
YUV 151.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 239 113 124 0 0.53 0.48 0.06 354.76 0.8 0.69
Hex EF 71 7C 0 35 30 6 163 50 45
Octal 357 161 174 0 65 60 6 543 120 105
Binary 11101111 1110001 1111100 0 110101 110000 110 101100011 1010000 1000101

Color Harmonies of #EF717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF717C

Black with #EF717C

Text Example


Text Example

White with #EF717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF717C; }

 p { color: rgb(239,113,124); }

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

background-color css

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

 a { background-color: rgb(239,113,124); }

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

border-color css

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

 span { border-color: rgb(239,113,124); }

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