Html Css Color HEX #EF767C Froly

📋 copy color: '#EF767C'

red 239 ◦ green 118 ◦ blue 124

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

Shades of Froly #EF767C

Tints of Froly #EF767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.53%

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

R = 49.69%
G = 24.53%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF767C (or 0xEF767C) is known color: Froly. HEX triplet: EF, 76 and 7C. RGB value is (239,118,124). Sum of RGB (Red+Green+Blue) = 239+118+124=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF767C is #108983. Grayscale: #9A9A9A. Windows color (decimal): -1083780 or 8156911. OLE color: 8156911.

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

Color convert

RGB 239 118 124 -
CMYK 0 0.51 0.48 0.06
HSL 357.02º 0.79% 0.7% -
HSV(B) 357.02º 0.51% 0.94% -
XYZ 45.71 32.76 22.98 -
YUV 154.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 239 118 124 0 0.51 0.48 0.06 357.02 0.79 0.7
Hex EF 76 7C 0 33 30 6 165 4F 46
Octal 357 166 174 0 63 60 6 545 117 106
Binary 11101111 1110110 1111100 0 110011 110000 110 101100101 1001111 1000110

Color Harmonies of #EF767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF767C

Black with #EF767C

Text Example


Text Example

White with #EF767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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