Html Css Color HEX #EF7C7E Froly

📋 copy color: '#EF7C7E'

red 239 ◦ green 124 ◦ blue 126

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

Shades of Froly #EF7C7E

Tints of Froly #EF7C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

 BLUE value IS 126 (49.61% from 255) = 25.77%

R = 48.88%
G = 25.36%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF7C7E (or 0xEF7C7E) is known color: Froly. HEX triplet: EF, 7C and 7E. RGB value is (239,124,126). Sum of RGB (Red+Green+Blue) = 239+124+126=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C7E is #108381. Grayscale: #9E9E9E. Windows color (decimal): -1082242 or 8289519. OLE color: 8289519.

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

Color convert

RGB 239 124 126 -
CMYK 0 0.48 0.47 0.06
HSL 358.96º 0.78% 0.71% -
HSV(B) 358.96º 0.48% 0.94% -
XYZ 46.57 34.27 23.9 -
YUV 158.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 239 124 126 0 0.48 0.47 0.06 358.96 0.78 0.71
Hex EF 7C 7E 0 30 2F 6 167 4E 47
Octal 357 174 176 0 60 57 6 547 116 107
Binary 11101111 1111100 1111110 0 110000 101111 110 101100111 1001110 1000111

Color Harmonies of #EF7C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7C7E

Black with #EF7C7E

Text Example


Text Example

White with #EF7C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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